Macro for use in individual workbook

D

Doug

Is there a difference in the way you record or format a macro for use in a
select workbook than one you would assign to be used by all workbooks?
The reason I ask this question is, I have tried and tried to select macros
for use within a workbook and they won't save to the quick access tool bar
nor will they email with the document when I need someone else to recieve a
copy. How can I do this?
--
 
P

Patrick Molloy

If you're recording a macro, make sure that you save it in the actve
workbook, and not some default like personal.xls

If you write the code yourself, be sure that yuo write it in a module thats
within the active workbook -- look in the VBAProject for the workbook.
 
D

Doug

That is what I have done so far. I just double checked. The recorded macros
were recorded in the current workbook and are listed in the VBA Project. Any
other possibilities?
 

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

Top