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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top