View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Deano Deano is offline
external usenet poster
 
Posts: 12
Default xlAutoOpen - doesn't work?

Try

Workbooks.Open "FilePath&Name"
ActiveWorkbook.RunAutoMacros xlAutoOpen

"br_turnbull" wrote:


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) Auto_Open 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
Auto_Open, an ideas?

Thanks in advance.


--
br_turnbull
------------------------------------------------------------------------
br_turnbull's Profile: http://www.excelforum.com/member.php...o&userid=27479
View this thread: http://www.excelforum.com/showthread...hreadid=478739