Auto_Open from Outlook

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I am opening an excel workbook from outlook but it does not run the auto_open
macro. How can I accomplish this? I can get it to work from Access but not
Outlook.
 
Auto_Open code does not run when the workbook is opened via VB.
Use the RunAutoMacros method or put the code in the Workbook_Open event.
--
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins / Excel Programming)



"Bill" <[email protected]>
wrote in message
I am opening an excel workbook from outlook but it does not run the auto_open
macro. How can I accomplish this? I can get it to work from Access but not
Outlook.
 
I have tried the RunAutoMacros with no success. Like I said, i can get this
to work from Access but not Outlook. I have tried several things but cannot
get anything to work from Outlook.
 
Back
Top