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
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top