Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 07-06-2018, 04:52 PM
macropod's Avatar
macropod macropod is offline VBA Code to prevent word document trying to open links at opening Windows 7 64bit VBA Code to prevent word document trying to open links at opening Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,521
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

MS used to have a Knowledge Base article on this (https://support.microsoft.com/en-us/kb/970154) but it seems to have been deleted. For the article's registry patch to reduce such delays:
1. Start Registry Editor. In Windows 10, go to Windows System> Run, then type regedit in the Run box, and then press ENTER. If you are prompted for an administrator password or for confirmation, type the password, or provide confirmation.
2. Locate and then select the following registry subkey:
Code:
HKEY_CURRENT_USER\Software\Microsoft\Office\#\Word\Options
where # indicatesthe Office version:
Code:
• Office 2007 - HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Word\Options
• Office 2010 - HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Word\Options
• Office 2013 - HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Word\Options
• Office 2016 - HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Options
3. On the Edit menu, point to New, and then click DWORD Value.
4. Type DelayOleSrvParseDisplayName, and then press ENTER.
5. Right-click DelayOleSrvParseDisplayName, and then click Modify.
6. In the Value data box, type 1, and then click OK.
7. On the Edit menu, point to New, and then click DWORD Value.
8. Type NoActivateOleLinkObjAtOpen, and then press ENTER.
9. Right-click NoActivateOleLinkObjAtOpen, and then click Modify.
10. In the Value data box, type 1, and then click OK.
11. On the File menu, click Exit to exit Registry Editor.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA Code to prevent word document trying to open links at opening Why vba code stops working after a document open command? eduzs Word VBA 1 08-23-2017 03:02 PM
Opening a word doc without opening all attached links/reference Nicobisgaard Word 9 07-21-2015 08:49 AM
VBA Code to prevent word document trying to open links at opening Error message opening a document in Word "Word cannot open this file because it is larger than 512 M poonamshedge Word 2 09-11-2014 06:11 AM
Open hyperlinks upon opening document xpgmmsb1 Word 0 10-07-2011 08:54 AM
VB code from one document runs on other open documents beav_35 Word VBA 0 11-10-2010 02:52 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:20 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft