Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Making Excel visible from Word

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!


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,510
Default Making Excel visible from Word



AppActivate ("Microsoft Excel")

--
Regards,

OssieMac


"robot" wrote:

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!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Making Drop Down Box Visible with Excel 2003 it''''''''sh hardy Excel Discussion (Misc queries) 2 August 9th 09 07:41 PM
Making visible a picture xavi garriga Excel Discussion (Misc queries) 1 October 11th 07 03:27 PM
Making several Excel Apps Visible Ed White Excel Programming 14 May 12th 06 09:20 AM
Copy a whole Word doc into Excel sheet & keep it all visible? Jackstri Excel Discussion (Misc queries) 1 February 16th 06 01:56 PM
making a group visible (or not...) Mark J Kubicki Excel Programming 0 August 27th 04 03:24 AM


All times are GMT +1. The time now is 09:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"