View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Disable immediate window (i think)

Steven,

I don't think there is any way to prevent the users from accessing the
Immediate Window, nor do I think there is any way to prevent them from
running commands directly in the VBE.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com


"Steven Revell" wrote in message
...
Hi,

I want the users to not be able to run commands such as:

application.enableevents = False
application.displayalerts = False

is there any way to do this.

Thank you in advance for any help!

Regards,
Steven