Lyle Johnson wrote: >> How can I programmatically send the Excel window to the back and/or bring >> the FxRuby UI to the front. > See if calling raiseWindow() on your FXRuby app's main window brings > it to the front. That did it -- thanks! I was looking for that function in the rdoc but did not know what it was called. Searching for "window" got too many hits. -- Posted via http://www.ruby-forum.com/.