View Single Post
 
Old 07-08-2022, 10:59 AM
ladracer ladracer is offline Windows 10 Office 2010
Novice
 
Join Date: Mar 2021
Posts: 18
ladracer is on a distinguished road
Default

Italophile thanks for joining the discussion.

I tried your suggestion and it worked a bit farther into the code.

It now throws the same error on the line of:

Do While .Characters.First.Previous = vbCr

I tried: Do While HdFt.Characters.First.Previous = vbCr

and

Do While HdFt.Range.Characters.First.Previous = vbCr

but neither worked.
Reply With Quote