Quote:
Originally Posted by IanMC
I'm struggling to understand the multiple tables piece - how will the code know which tables it applies to?
|
It 'knows' that from the use of 'Selection.Tables(1)'. Since the formfield the macro is attached to is a Selection, that tells Word to use the first table in the
selected range, rather than the first table in the document.