Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 06-09-2022, 03:53 AM
rollis13's Avatar
rollis13 rollis13 is offline A VBA macro can't get the correct color of a hyperlink in MS Word Windows 10 A VBA macro can't get the correct color of a hyperlink in MS Word Office 2016
Competent Performer
 
Join Date: Jan 2021
Location: Cordenons
Posts: 143
rollis13 will become famous soon enough
Default

In your example char.Font.Color of the first character of the hyperlink will return 9999999 and not wdColorBlue. Add the test on that value to this line of code:
Code:
If char.Font.Color <> wdColorAutomatic And char.Font.Color <> wdColorBlack _
   And char.Font.Color <> wdColorBlue Then
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to change an RGB table cell shading color to another RGB color David Matthews Word VBA 4 05-29-2018 02:45 PM
Correct Bookmark Hyperlink Phil H Word 2 02-10-2016 12:55 PM
A VBA macro can't get the correct color of a hyperlink in MS Word Word 2003 - Macro to color a row in table? cyberpaper Word 2 01-03-2013 02:07 PM
Word macro to email hyperlink pooley343 Word VBA 0 07-20-2011 01:48 AM
A VBA macro can't get the correct color of a hyperlink in MS Word Change Follwed Hyperlink color in Word 2010 Henry Word 1 07-05-2011 04:29 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 06:05 PM.


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