J
Jesse Yoburn
Hi all-
I have a table set up in MS Word with text fields populating every
cell. I need to write a macro that, among other tasks, inserts a new
BLANK row after each row in the table.
That is, I have this:
--
aaa bbb ccc ddd eee
fff ggg hhh iii jjj
--
But need this:
--
aaa bbb ccc ddd eee
fff ggg hhh iii jjj
--
The table is quite large and will be growing regularly, so I'll need to
run the macro every few days and re-create this new formatting. I've
done some work with macros in the past but loops have always been
trouble for me.
Thanks in advance for your help!
I have a table set up in MS Word with text fields populating every
cell. I need to write a macro that, among other tasks, inserts a new
BLANK row after each row in the table.
That is, I have this:
--
aaa bbb ccc ddd eee
fff ggg hhh iii jjj
--
But need this:
--
aaa bbb ccc ddd eee
fff ggg hhh iii jjj
--
The table is quite large and will be growing regularly, so I'll need to
run the macro every few days and re-create this new formatting. I've
done some work with macros in the past but loops have always been
trouble for me.
Thanks in advance for your help!