View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Randy Harmelink Randy  Harmelink is offline
external usenet poster
 
Posts: 122
Default Tough for me - Import 30 macros from one excel file to another in one step

Why not convert the macro workbook into an XLA add-in file and just
active that in EXCEL so it is available for any workbook you create in
EXCEL?

On Jul 18, 7:23 am, Dileep Chandran wrote:

I have 30 standard macros (fixed) in one workbook. I need to be used
in another workbooks as well. I couldnt make copy of my existing
workbook and work.

Can anybody help me in getting a macro which will import the entire 30
to any other excel file?