B
br_turnbull
I have a macro that opens another workbook and adds data to it, before
the data is added a macro in the destination workbook needs to be run
so that columns, etc can be added for a new month.
I renamed the macro (destination workbook) Aut
pen and tried calling
it in the source macro by
Workbooks.Open (filePath)
Workbooks(fileName).Activate
ActiveWorkbook.RunAutoMacros Which:=xlAutoOpen
but it never actually runs the macro in the destination workbook called
Aut
pen, an ideas?
Thanks in advance.
the data is added a macro in the destination workbook needs to be run
so that columns, etc can be added for a new month.
I renamed the macro (destination workbook) Aut
it in the source macro by
Workbooks.Open (filePath)
Workbooks(fileName).Activate
ActiveWorkbook.RunAutoMacros Which:=xlAutoOpen
but it never actually runs the macro in the destination workbook called
Aut
Thanks in advance.