Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, I'd like to know if any possibility exists to open a workbook (vi workbooks.open or similar call) without triggering workbook_open even in target workbook ? Thanks, Vobiscu -- Vobiscu ----------------------------------------------------------------------- Vobiscum's Profile: http://www.msusenet.com/member.php?userid=245 View this thread: http://www.msusenet.com/t-187055645 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure if this would work, but you can disable events just prior to opening
the new workbook. (I haven't tried it yet for opening external items.) To do this: Application.EnableEvents = false 'Stops ALL (I think) automatic events from occurring Open new work book and do anything that you want to do before allowing events to occur again. Application.EnableEvents = true 'Allows events to be processed again. "Vobiscum" wrote: Hello, I'd like to know if any possibility exists to open a workbook (via workbooks.open or similar call) without triggering workbook_open event in target workbook ? Thanks, Vobiscum -- Vobiscum ------------------------------------------------------------------------ Vobiscum's Profile: http://www.msusenet.com/member.php?userid=2459 View this thread: http://www.msusenet.com/t-1870556454 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks for your answer. I'll try today. Vobiscu -- Vobiscu ----------------------------------------------------------------------- Vobiscum's Profile: http://www.msusenet.com/member.php?userid=245 View this thread: http://www.msusenet.com/t-187055645 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Workbooks.Open with CorruptLoad=xlRepairFile fails on Excel 5.0/95 file due to Chart, with Error 1004 Method 'Open' of object 'Workbooks' failed | Excel Programming | |||
Triggering an event based on reference | Excel Programming | |||
auto-filter change not triggering worksheet_change event | Excel Programming | |||
Triggering click event of a menu in vba | Excel Programming | |||
Triggering click event of a menu in vba | Excel Programming |