Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook that is to be shared with our clients on our website.
There are numerous command buttons throughout the 40+ sheet workbook for navigation purposes. When one sheet becomes visible the previous one is made not visible. All the command buttons work perfectly except for the "Close" button on the Menu sheet. It works as designed in the Excel Workbook state but seems to need some different code in the Website state. Private Sub CommandButton5_Click() ActiveWorkbook.Close Savechanges:=False End Sub How can I change this to work on the website? Thanks, Jim Jackson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing a workbook | Excel Discussion (Misc queries) | |||
Excel 2007 workbook not linking properly with authentic website | Excel Discussion (Misc queries) | |||
Closing Hidden Workbook when Active Workbook is Closed | Excel Programming | |||
Closing workbook | Excel Programming | |||
closing excel after closing a workbook | Excel Programming |