View Single Post
  #2   Report Post  
Greg
 
Posts: n/a
Default

Suska,

I have the following lines of code in AutoOpen and AutoNew Macros to
ensure these irritating toolbars are not displayed:

With CommandBars
.Item("Reviewing").Visible = False
.Item("Mail Merge").Visible = False
.Item("Forms").Visible = False
End With