unhide personal.xls?

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

Guest

When I try to edit a macro that has been stored in personal.xls, it tells me
to unhide the workbook first, then I will be able to edit the macro, however
I can not figure out how to do this. Any suggestions? Thanks
 
You can unhide a hidden workbook using Window;unhide. Another way to get to
your personal.xls macros is to click Alt+F11, which will open up the VB
Editor.
 
Go to the Window menu to Unhide, then you will be able to edit the macro in
the personal.xls file.

Andrew
 
Thanks all, but my unhide button is greyed out so I can't open it. I can get
to the VB editor but once there, can I insert new actions using a 'start
recording' button or must I enter the commands manually?
 
In VBE you must enter commands manually.

excelchallenged said:
Thanks all, but my unhide button is greyed out so I can't open it. I can get
to the VB editor but once there, can I insert new actions using a 'start
recording' button or must I enter the commands manually?
 
You may record a macro and select the personal.xls to save it to. Look at
your options.
tools>macro>record>store macro in>select personal.xls>when closing you will
be asked to save.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top