View Single Post
 
Old 11-13-2021, 10:48 PM
John O'Rourke John O'Rourke is offline Windows 10 Office 2019
Novice
 
Join Date: Nov 2021
Posts: 6
John O'Rourke is on a distinguished road
Default

Also, I don't want to overgeneralize about this style of programming in VBA for word but perhaps the times when I have encountered bugs in Word are when using some of the more sophisticated structures. I'm going to go back and review some places where I've had a lot of trouble and simply use a simpler goto structure and set x = object and simple range.count type of loops (no for next) and see if I can get a consistent result.
Reply With Quote