Thread
:
quick access tool bar show/hide custom button on open/close workbo
View Single Post
#
2
Posted to microsoft.public.excel.programming
Fan924
external usenet poster
Posts: 238
quick access tool bar show/hide custom button on open/closeworkbo
I use this in the sheet code to call macros that open and close
toolbars.
Private Sub Worksheet_Deactivate()
Call NoBar16
End Sub
Private Sub Worksheet_Activate()
Call Bar16
End Sub
Reply With Quote
Fan924
View Public Profile
Find all posts by Fan924