Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / March 2006

Tip: Looking for answers? Try searching our database.

Program

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jason Zischke - 23 Mar 2006 00:16 GMT
Hi all,

Is there a way to prohibit another excel file opening up in the same window
as the program that I have created?

Jason
Jim Thomlinson - 23 Mar 2006 00:30 GMT
Nope... Having multiple instances of Excel running is problematic anyways. My
recommendation would be to figure out how to do whatever you want to do in
one instances.
Signature

HTH...

Jim Thomlinson

> Hi all,
>
> Is there a way to prohibit another excel file opening up in the same window
> as the program that I have created?
>
> Jason
NickHK - 23 Mar 2006 02:47 GMT
Jason,
If you use Application Level Events you can trigger code that runs when a WB
is opened.
However it has no cancel, so would have react after it is open.

See  www.cpearson.com/excel/AppEvent.htm

NickHK

> Hi all,
>
> Is there a way to prohibit another excel file opening up in the same window
> as the program that I have created?
>
> Jason
Vic Eldridge - 23 Mar 2006 05:31 GMT
Application.IgnoreRemoteRequests = True
will prevent other files from being opened when you double-click them in
Windows Explorer, if that's what you mean.

Regards,
Vic Eldridge

> Hi all,
>
> Is there a way to prohibit another excel file opening up in the same window
> as the program that I have created?
>
> Jason
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.