View Single Post
  #3   Report Post  
Graham Mayor
 
Posts: n/a
Default

Add the following two macros to her copy of normal.dot and the forms toolbar
will be forced on for every document. If macros of thesed names already
exist, add the line of code to the existing macros.

Sub AutoNew()
CommandBars("Forms").Visible = True
End Sub

Sub AutoExec()
CommandBars("Forms").Visible = True
End Sub

see http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org





Gladys wrote:
I have a user who uses forms a lot.

She is using word 2003 and her forms toolbar will not stay on.

We can select view toolbars and select it for the "Word Session" only.

When we close word we have to follow the same steps to be able to use
the forms toolbar.

Any ideas why?