Thread: Web Tool Bar
View Single Post
  #1   Report Post  
Steved
 
Posts: n/a
Default Web Tool Bar

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.