Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Push Button in Outlook to Change Focus to Outlook Contact List | Excel Programming | |||
Outlook Automation Error Problem - Can't locate Outlook Module | Excel Programming | |||
How can I use Outlook express to send mail rather than Outlook by VBA code | Excel Programming | |||
How can I use Outlook express to send mail rather than Outlook by VBA code | Excel Programming | |||
Late Binding to Outlook from Excel: Outlook modifies email body | Excel Programming |