Ignore other applications

R

Rok

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
 
N

Norman Harker

Hi Rok!

Found by recording a macro and changing the setting:

Application.IgnoreRemoteRequests = True
and:
Application.IgnoreRemoteRequests = False


--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
[email protected]
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Top