Preventing Excel onOpen macro when opening from Access VBA

B

BAC

XP Pro, MSO 2003 Pro

How do I prevent the Workbook_Open() sub from running when I open an Excel
file from VBA.

I know how to do it when opening Excel directly, and the Help stuff tells me
how to stop Update links stuff, but I can't seem to find how to stop the
Workbook_Open() sub from running.

thanx
 
Top