 |
VBA Tips & Tricks: Disable Close button using Excel VBA
How to disable close button using VBA If you want to prevent the user to close the Application, you block the menu items, keypress etc. This snippet will help you in disabling the close button of the application. Sub DisableExcelMenu() ' Remove Exel Menu
vbadud.blogspot.com |
 |