Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
dim dim is offline
external usenet poster
 
Posts: 123
Default Is 'IgnoreRemoteRequests' the same as....

....'IgnoreOtherApplication'.

One of my books references in passing, the IgnoreOtherApplications VBA
command so that double-clicking an XLS file in Explorer won't use my instance
of Excel.

I want to use this, but when I type in as far as "Application.Ig"VBA code,
the predictive help only shows 'IgnoreRemoteRequests'.

Will IgnoreOtherApplication still work, or do I need a different command?
Its Excel 2002.

Thankyou.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,939
Default Is 'IgnoreRemoteRequests' the same as....

Ignore other applications and ignore remote requests is the same thing... Be
careful using this code as it is a presistent setting and if your code bombs
in some way and fails to return this setting to it's original position you
are going to end up with a buch of very confused users... Good error handling
is necessary.
--
HTH...

Jim Thomlinson


"dim" wrote:

...'IgnoreOtherApplication'.

One of my books references in passing, the IgnoreOtherApplications VBA
command so that double-clicking an XLS file in Explorer won't use my instance
of Excel.

I want to use this, but when I type in as far as "Application.Ig"VBA code,
the predictive help only shows 'IgnoreRemoteRequests'.

Will IgnoreOtherApplication still work, or do I need a different command?
Its Excel 2002.

Thankyou.

  #3   Report Post  
Posted to microsoft.public.excel.programming
dim dim is offline
external usenet poster
 
Posts: 123
Default Is 'IgnoreRemoteRequests' the same as....

Thankyou.

I haven't really learned how to enter error handling code yet, so I figure I
can't go wrong putting it in the AutoOpen macro, and disabling it in the
AutoClose. I'll put it in at the very end of development when I know that
none of my code is going to go bust when executed.......
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
Problems using IgnoreRemoteRequests in a shared add-in JGeniti Excel Programming 0 July 20th 05 09:32 PM


All times are GMT +1. The time now is 07:13 PM.

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

About Us

"It's about Microsoft Excel"