Newbie - macro help required urgently!

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

Guest

Hi All,

I am a newbie with repect to working on excel macros.

I have succeeded in recording a macro and stored it in 'Personal Macro
Workbook' as indicated by the excel help to make it available to all
workbooks.

When I open a new workbook however, the macro is not shown in the available
macros list and so I am not able to execute it!

Can anybody help me?

Thanks.
kd.
 
Does personal.xls show up in the drop-down list in the macros dialog
(the one that pops up if you press Alt+F8) ?

If you go the the visual basic editor (Alt+F11) can you see the
recorded macro?

Tim
 
Thanks for the response.

Personal.xls does not show up in the drop down list of the new workbook,
where I want the macro to run; however, the personal.xls is shown in the drop
down list of the workbook where I recorded the macro.

I can see the recorded macro in the visual basic editor.

Regards,
kd
 
You can easily create Personal.xls.

Goto Tools>Macro>Record New Macro...
In this dialog, in the Sore macro dropdown, choose Personal Macro Workbook
Click the stop record button immediately (You don't need this macro)

Go to the VBE then, and you will have a Personal.xls that you can move your
previously recorded macro to.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Personal.xls has to be open always to use it's macro.
See my answer in your previous post, where to store Personal.xls

Sharad
 
Do you have two instances of excel started? If so, you need to work in only
on instance of excel.
 

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