Hi,![]()
Like Tony mentioned there are better ways of coding this using a range and the proper table navigation.
I notice that you're using Late Binding (CreateObject, Dim as Object etc..)
Is there a specific reason for this? (Version problems..etc..)
If you would use Early Binding from Excel (Set reference to Word Object library) then you could use Intellisense to help you coding from Excel and Execution time will be faster.
Would you like a version of your code in early binding?![]()