Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook that uses a hidden workbook for data. For the most part,
everything works, but there is one minor glitch. For closing, I use: Private Sub Workbook_BeforeClose(Cancel As Boolean) Workbooks("HRData.xls").Close False End Sub When the user closes the workbook, the dialog box to save comes up with YES, NO, CANCEL. If the user hits CANCEL, the HRData.xls is already closed and the user no longer has access to the data. Is there a better way to close the hidden workbook? thank you, -- Jeff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy hidden sheet data | Excel Discussion (Misc queries) | |||
reading data from hidden sheet | Excel Discussion (Misc queries) | |||
How to paste data over the hidden rows in a sheet with a filter | Excel Discussion (Misc queries) | |||
I need my Hidden Rows to stay hidden when I print the sheet. | Excel Discussion (Misc queries) | |||
Saving hidden data with a worksheet (preferably without using a hidden sheet) | Excel Programming |