View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
dch3 dch3 is offline
external usenet poster
 
Posts: 15
Default Using macros in an external worksheet

So how is this different from saving the workbook with the macro as a .xla
file and then using Tools AddIns to add it to the workbooks in which it
needs to run?

"dq" wrote:

You can do this either manually or put it in the Workbook_Open event.
(in the ThisWorkbook codepane)

DQ