Ignore other applications

  • Thread starter Thread starter Rok
  • Start date Start date
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
 
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
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Back
Top