View Single Post
 
Old 08-23-2022, 12:22 AM
Shelley Lou Shelley Lou is offline Windows 10 Office 2016
Competent Performer
 
Join Date: Dec 2020
Posts: 170
Shelley Lou is on a distinguished road
Default VBA Footnote References Before Punctuation

Hi Macropod, thank you for the updated code - I added this in but got an error 6028 range cannot be detected

Code:
.text = vbNullString
So I tried removing

Code:
.Start = .Start - 1
This ran the code but I just got the blue wheel of doom and had to go into Task Manager and End Task to close Word down as it just kept saying Not Responding - I tried to remove the Loop but then I get End With without With - not sure what else to try
Reply With Quote