View Single Post
  #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.