F
Fan924
They work well. That is not the problem. I have many sheets and each
has a unique toolbar. They open and close with the page using the
following sheet code.
Private Sub Worksheet_Deactivate()
Call NoBarPOT20x12
End Sub
Private Sub Worksheet_Activate()
Call BarPOT20x12
Application.Goto Range("A1"), Scroll:=True
End Sub
When I open a second sheet, I would like them to hide when the other
sheet is selected, Second, I need a better way to kill all of the
toolbars before closing. Is there a magical master command that will
close all my custom toolbars reliably. Now, I open other workbooks
with one of these toolbars still active. this happens too often. TIA.
has a unique toolbar. They open and close with the page using the
following sheet code.
Private Sub Worksheet_Deactivate()
Call NoBarPOT20x12
End Sub
Private Sub Worksheet_Activate()
Call BarPOT20x12
Application.Goto Range("A1"), Scroll:=True
End Sub
When I open a second sheet, I would like them to hide when the other
sheet is selected, Second, I need a better way to kill all of the
toolbars before closing. Is there a magical master command that will
close all my custom toolbars reliably. Now, I open other workbooks
with one of these toolbars still active. this happens too often. TIA.