G
Greg
PJ,
I use the following line in a Sub AutoOpen() macro:
CommandBars("Reviewing").Visible = False
Your macro could be a simple as:
Sub AutoOpen()
CommandBars("Reviewing").Visible = False
End Sub
See:
http://www.gmayor.dsl.pipex.com/installing_macro.htm
I use the following line in a Sub AutoOpen() macro:
CommandBars("Reviewing").Visible = False
Your macro could be a simple as:
Sub AutoOpen()
CommandBars("Reviewing").Visible = False
End Sub
See:
http://www.gmayor.dsl.pipex.com/installing_macro.htm