R
Robert Crandal
One of our Word 2007 document templates contains a table of
data (which is 15 rows by 5 columns in dimension). Using
VBA, how can I determine (starting from the top) which row
is the first empty row?? For example, if the first 4 rows of the
table contain data, that means that row 5 is the "first empty row".
Finally, once I get a reference to the first empty row, how can
I fill that entire row with data of my choice??
thank you
data (which is 15 rows by 5 columns in dimension). Using
VBA, how can I determine (starting from the top) which row
is the first empty row?? For example, if the first 4 rows of the
table contain data, that means that row 5 is the "first empty row".
Finally, once I get a reference to the first empty row, how can
I fill that entire row with data of my choice??
thank you