![]() |
#5
|
||||
|
||||
![]()
Probably, since hyperlinks are 'fields' when you test the first character it picks the entire field returning '9999999 (hex 98967F) = undefined Font.Color' since the field has more colors.
Add these 2 lines and deactivate the other 2, run the macro and see the result in the "Immediate Window" Ctrl+G Code:
'... strHex2 = Hex(char.Font.Color) cnt = cnt + 1 '<- added Debug.Print cnt & " = " & char.Font.Color & " = " & strHex2 '<- added strHex3 = Hex(char.Style.Font.Color) '... 'bFound = True '<- deactivated 'GoTo nt_lb '<- deactivated '... |
|
![]() |
||||
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 |
![]() |
cyberpaper | Word | 2 | 01-03-2013 02:07 PM |
Word macro to email hyperlink | pooley343 | Word VBA | 0 | 07-20-2011 01:48 AM |
![]() |
Henry | Word | 1 | 07-05-2011 04:29 PM |