Can anyone offer any VBA macro suggestions?
In a Word doc table, I need to apply the following rule to the 1st column only:
I need to add zeroes (0s) to the front of numbers to bring them up to a total of 8 characters long. All of the numbers end with a letter or two, which are to be included in the 8 character count.
For example:
2020A (5 characters) must read 0002020A (8 characters)
123456AB (8 characters) remains unchanged
765432X (7 characters) must read 0765432X (8 characters)
How do I apply this to every field in the FIRST COLUMN ONLY of a table on a Word doc?
Answer provided by macropod on vbaexpress forum:
http://www.vbaexpress.com/forum/showthread.php?p=254288#post254288