View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bill Bill is offline
external usenet poster
 
Posts: 390
Default Auto_Open from 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.

"Jim Cone" wrote:


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"
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.