Thread
:
How to disable Visual Basic Editor in Excel file
View Single Post
#
2
Posted to microsoft.public.excel.programming
AA2e72E[_2_]
external usenet poster
Posts: 93
How to disable Visual Basic Editor in Excel file
Insert this line
application.EnableCancelKey =xlDisabled
at the start of your code or in the workbook_open event handler
OR
Protect your code with a password.
Reply With Quote
AA2e72E[_2_]
View Public Profile
Find all posts by AA2e72E[_2_]