I am running a macro from Excel that opens other Excel workbooks with Workbooks.Open. Some of those workbooks have macros that automatically run when opened, and that is causing a problem. Does anyone know how to disable the macros of a workbook being opened from VB. When manually opening, one gets a prompt to Enable Macros or Disable Macros, but what is the equivalent in VB?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Disabling macros when opening workbook from VB
Home » Forums » AskWoody support » Productivity software by function » Visual Basic for Applications » Disabling macros when opening workbook from VB
- This topic has 16 replies, 3 voices, and was last updated 15 years, 5 months ago.
Viewing 15 reply threadsAuthorReplies-
WSah724
AskWoody LoungerJanuary 14, 2010 at 2:42 pm #1199547I am running a macro from Excel that opens other Excel workbooks with Workbooks.Open. Some of those workbooks have macros that automatically run when opened, and that is causing a problem. Does anyone know how to disable the macros of a workbook being opened from VB. When manually opening, one gets a prompt to Enable Macros or Disable Macros, but what is the equivalent in VB?
-
WSah724
AskWoody LoungerJanuary 14, 2010 at 2:42 pm #1199972I am running a macro from Excel that opens other Excel workbooks with Workbooks.Open. Some of those workbooks have macros that automatically run when opened, and that is causing a problem. Does anyone know how to disable the macros of a workbook being opened from VB. When manually opening, one gets a prompt to Enable Macros or Disable Macros, but what is the equivalent in VB?
-
WSah724
AskWoody LoungerJanuary 14, 2010 at 2:42 pm #1200728I am running a macro from Excel that opens other Excel workbooks with Workbooks.Open. Some of those workbooks have macros that automatically run when opened, and that is causing a problem. Does anyone know how to disable the macros of a workbook being opened from VB. When manually opening, one gets a prompt to Enable Macros or Disable Macros, but what is the equivalent in VB?
-
WSah724
AskWoody LoungerJanuary 14, 2010 at 2:42 pm #1201647I am running a macro from Excel that opens other Excel workbooks with Workbooks.Open. Some of those workbooks have macros that automatically run when opened, and that is causing a problem. Does anyone know how to disable the macros of a workbook being opened from VB. When manually opening, one gets a prompt to Enable Macros or Disable Macros, but what is the equivalent in VB?
-
WSah724
AskWoody LoungerJanuary 14, 2010 at 2:42 pm #1202418I am running a macro from Excel that opens other Excel workbooks with Workbooks.Open. Some of those workbooks have macros that automatically run when opened, and that is causing a problem. Does anyone know how to disable the macros of a workbook being opened from VB. When manually opening, one gets a prompt to Enable Macros or Disable Macros, but what is the equivalent in VB?
-
WSah724
AskWoody LoungerJanuary 14, 2010 at 2:42 pm #1203297I am running a macro from Excel that opens other Excel workbooks with Workbooks.Open. Some of those workbooks have macros that automatically run when opened, and that is causing a problem. Does anyone know how to disable the macros of a workbook being opened from VB. When manually opening, one gets a prompt to Enable Macros or Disable Macros, but what is the equivalent in VB?
-
WSah724
AskWoody LoungerJanuary 14, 2010 at 2:42 pm #1204132I am running a macro from Excel that opens other Excel workbooks with Workbooks.Open. Some of those workbooks have macros that automatically run when opened, and that is causing a problem. Does anyone know how to disable the macros of a workbook being opened from VB. When manually opening, one gets a prompt to Enable Macros or Disable Macros, but what is the equivalent in VB?
-
RetiredGeek
AskWoody_MVPJanuary 14, 2010 at 7:23 pm #1198474I just ran a quick test to refresh my memory and Auto_Open macros do Not run when the workbook is
opened by Workbook.open.Do you have some other types of auto execute macros, perhaps triggered by an event?
RG
-
RetiredGeek
AskWoody_MVPJanuary 14, 2010 at 7:23 pm #1199686I just ran a quick test to refresh my memory and Auto_Open macros do Not run when the workbook is
opened by Workbook.open.Do you have some other types of auto execute macros, perhaps triggered by an event?
RG
-
RetiredGeek
AskWoody_MVPJanuary 14, 2010 at 7:23 pm #1200069I just ran a quick test to refresh my memory and Auto_Open macros do Not run when the workbook is
opened by Workbook.open.Do you have some other types of auto execute macros, perhaps triggered by an event?
RG
-
RetiredGeek
AskWoody_MVPJanuary 14, 2010 at 7:23 pm #1200796I just ran a quick test to refresh my memory and Auto_Open macros do Not run when the workbook is
opened by Workbook.open.Do you have some other types of auto execute macros, perhaps triggered by an event?
RG
-
RetiredGeek
AskWoody_MVPJanuary 14, 2010 at 7:23 pm #1201715I just ran a quick test to refresh my memory and Auto_Open macros do Not run when the workbook is
opened by Workbook.open.Do you have some other types of auto execute macros, perhaps triggered by an event?
RG
-
RetiredGeek
AskWoody_MVPJanuary 14, 2010 at 7:23 pm #1202486I just ran a quick test to refresh my memory and Auto_Open macros do Not run when the workbook is
opened by Workbook.open.Do you have some other types of auto execute macros, perhaps triggered by an event?
RG
-
RetiredGeek
AskWoody_MVPJanuary 14, 2010 at 7:23 pm #1203395I just ran a quick test to refresh my memory and Auto_Open macros do Not run when the workbook is
opened by Workbook.open.Do you have some other types of auto execute macros, perhaps triggered by an event?
RG
-
RetiredGeek
AskWoody_MVPJanuary 14, 2010 at 7:23 pm #1204230I just ran a quick test to refresh my memory and Auto_Open macros do Not run when the workbook is
opened by Workbook.open.Do you have some other types of auto execute macros, perhaps triggered by an event?
RG
-
WSpieterse
AskWoody LoungerJanuary 15, 2010 at 8:34 am #1204341To prevent Workbook_Open from running you can put
Application.EnableEvents=False
just before the macro opens the file.DO remember to turn those back on!
Application.EnableEvents=TrueAs of Excel 2007, you can disable macros:
application.AutomationSecurity=msoAutomationSecurityForceDisable
This also needs to be reset to the previous setting. Look in VBA help for more information
Viewing 15 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Have Copilot there but not taking over the screen in Word
by
CWBillow
4 hours, 12 minutes ago -
Windows 11 blocks Chrome 137.0.7151.68, 137.0.7151.69
by
Alex5723
1 day, 8 hours ago -
Are Macs immune?
by
Susan Bradley
4 hours, 24 minutes ago -
HP Envy and the Function keys
by
CWBillow
16 hours, 25 minutes ago -
Microsoft : Removal of unwanted drivers from Windows Update
by
Alex5723
1 day, 19 hours ago -
MacOS 26 beta 1 dropped support for Firewire 400/800
by
Alex5723
1 day, 20 hours ago -
Unable to update to version 22h2
by
04om
10 hours, 46 minutes ago -
Windows 11 Insider Preview Build 26100.4482 (24H2) released to Release Preview
by
joep517
2 days, 3 hours ago -
Windows 11 Insider Preview build 27881 released to Canary
by
joep517
2 days, 3 hours ago -
Very Quarrelsome Taskbar!
by
CWBillow
1 day, 13 hours ago -
Move OneNote Notebook OFF OneDrive and make it local
by
CWBillow
2 days, 16 hours ago -
Microsoft 365 to block file access via legacy auth protocols by default
by
Alex5723
2 days, 5 hours ago -
Is your battery draining?
by
Susan Bradley
16 hours, 44 minutes ago -
The 16-billion-record data breach that no one’s ever heard of
by
Alex5723
3 hours, 43 minutes ago -
Weasel Words Rule Too Many Data Breach Notifications
by
Nibbled To Death By Ducks
2 days, 20 hours ago -
Windows Command Prompt and Powershell will not open as Administrator
by
Gordski
6 hours, 39 minutes ago -
Intel Management Engine (Intel ME) Security Issue
by
PL1
2 days, 4 hours ago -
Old Geek Forced to Update. Buy a Win 11 PC? Yikes! How do I cope?
by
RonE22
1 day, 21 hours ago -
National scam day
by
Susan Bradley
1 day, 3 hours ago -
macOS Tahoe 26 the end of the road for Intel Macs, OCLP, Hackintosh
by
Alex5723
2 days ago -
Cyberattack on some Washington Post journalists’ email accounts
by
Bob99
3 days, 21 hours ago -
Tools to support internet discussions
by
Kathy Stevens
2 days, 10 hours ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
3 days, 12 hours ago -
AI is good sometimes
by
Susan Bradley
4 days, 4 hours ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
3 days, 18 hours ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
5 days, 5 hours ago -
June KB5060842 update broke DHCP server service
by
Alex5723
5 days, 3 hours ago -
AMD Ryzen™ Chipset Driver Release Notes 7.06.02.123
by
Alex5723
5 days, 7 hours ago -
Excessive security alerts
by
WSSebastian42
3 days, 22 hours ago -
* CrystalDiskMark may shorten SSD/USB Memory life
by
Alex5723
5 days, 17 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.