![]() |
|
#8
|
|||
|
|||
|
Thanks Andrew, however this script doesn't seem to change the formatting. Still getting the same result when pasted. Running the following code to inspecting the style on each character after running your code shows as below. Not sure how to get rid of these pesky Endnote References
Code:
Sub formatCheck()
Dim rng_character As Range
For Each rng_character In ActiveDocument.Characters
Debug.Print (rng_character.Text & " " & rng_character.Style)
Next rng_character
End Sub
e Normal s Normal t Normal 1 Endnote Reference Normal T Normal e Normal s Normal t Normal 2 Endnote Reference |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with copying/pasting from web to word 2016 | cricket1001 | Word | 2 | 07-20-2020 07:00 PM |
Extract words which has superscripts and the corresponding superscript value in footnotes in word
|
sai | Word VBA | 12 | 05-11-2020 04:29 AM |
| Problem pasting mixed content from webpage into Word 2007 | silverman166 | Word | 0 | 02-17-2020 03:46 AM |
| Word 2000--Problem with format retention when pasting | JerryL | Word | 2 | 01-05-2014 07:20 PM |
| Copy and pasting problem Word 2010 | Sarah262 | Word | 3 | 08-16-2012 03:46 PM |