Stubborn toolbar
Maybe this is irrelevant but I do remember having once stubborn
toolbars appear unwantedly.
So I had to run below code before activating the worksheet. Rgds.
Sub delbar()
Application.CommandBars("Standard").Visible = True
Application.CommandBars("Standard").Visible = False
End Sub
|