Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook with some sensitive info on certain worksheets. So I
created a BeforeClose_Event that hides all the worksheets when the workbook is closed. I then created a Login UserForm with usernames and passwords so when certain users sign in the code will unhide the worksheets that pretain to that user. The problem is when I click the Red "X" in the top right hand corner it only hides the worksheets and the workbook remains open, why? I want all default features of Excel to remain the same, when the Red X is clicked it gives you the option to save and then the application closes. How do I do that? Private Sub Workbook_BeforeClose(Cancel As Boolean) Windows(ThisWorkbook.Name).Visible = False End Sub Private Sub Workbook_Open() frmLogin.Show End Sub Thanks in Advance, Ryan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
captcure close application event | Excel Worksheet Functions | |||
why do all excel worksheets/workbooks close when I close one? | Excel Discussion (Misc queries) | |||
Hide worksheets before close | New Users to Excel | |||
difference application.quit & application.close | Excel Programming | |||
macro to close excel application other than application.quit | Excel Programming |