Macro Recorder

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When recording a macro I had to move the recorder out of the way and now I
cannot see it while I record.
How do I get it back? I have searched "help" but cannot find this.
Thanks for any help
 
Your macro recorder is actually a toolbar. If you click on the x on the
recorder window you are actually just closong the toolbar. On the menu go to
View>toolbars> and select stop recroding (Word2003) that window will
re-appear.
 
Thanks, but I tried that and still cannot get the recorder to show while I
record.
I have to use the dropdown menu under tools, macro, record (stop recording).
I cannot find it on the View - Toolbars list.
 
Try turning on the macro recorder by double-clicking on REC in your status
bar and naming a macro (to be saved in the current document). Then activate
the vb editor (Alt-F11).
In the Immediate window type the following three lines, following each with
the Enter key:

CommandBars("Stop Recording").Visible=True
CommandBars("Stop Recording").Left=30
CommandBars("Stop Recording").Top=182

Do you now have your toolbar? If so, you can click the stop button.
--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Back
Top