Does anyone know if there is a way to change the "Ignore other
applications" setting in the Options - General tab of Excel with
either VBA, VB, VBS, or a registry hack?
Thanks,
Rok
Norman Harker - 06 Feb 2004 11:42 GMT
Hi Rok!
Found by recording a macro and changing the setting:
Application.IgnoreRemoteRequests = True
and:
Application.IgnoreRemoteRequests = False

Signature
Regards
Norman Harker MVP (Excel)
Sydney, Australia
njharker@optusnet.com.au
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
> Does anyone know if there is a way to change the "Ignore other
> applications" setting in the Options - General tab of Excel with
[quoted text clipped - 3 lines]
>
> Rok