Making Excel visible from Word

  • Thread starter Thread starter robot
  • Start date Start date
R

robot

Hello,

I use Word XP VBA to create an instance of Excel XP. After I have finished
working in Excel, I would like to display it. For this purpose, the
following code is executed:
oXL.Visible = True
However, instead of making itself visible, Excel merely flashes its icon on
the taskbar. How can I make sure that it will be displayed on top of Word?
Suggestions are most welcome!
 
Back
Top