ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Opening a workbook withAuto-open Macros without transferring control (https://www.excelbanter.com/excel-programming/376606-opening-workbook-withauto-open-macros-without-transferring-control.html)

[email protected]

Opening a workbook withAuto-open Macros without transferring control
 
I have an Excel workbook (A) in excel XP that contains VBA code to open
workbook B.

Application.AutomationSecurity = msoAutomationSecurityForceDisable
Application.EnableEvents = False
Set LHSwb = Workbooks.Open(LHS_PATH & "/" & LHS_files.Value)

Application.AutomationSecurity = msoAutomationSecurityLow


Now B has some Auto_open macros in it and what happens after the the
above lines execute is that control seems to transfer to the VBA code
in B alhtough nothing really runs

My code in A is then reset and goes back to the start of the sub
without executing any statements after

Set LHSwb = Workbooks.Open(LHS_PATH & "/" & LHS_files.Value)


Any help would be appreciated.

Thanks,

Sukhin



All times are GMT +1. The time now is 06:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com