Web Tool Bar

S

Steved

Hello from Steved

Private Sub Workbook_Open()
Application.CommandBars("Web").Visible = False
End Sub

It is still showing the web tool bar

In the code above have I missed something please.

Thankyou.
 
Top