hi
i have this footer in my word document. in the footer i have a table with 2 rows. how do i insert a page number in the bottom row of this table using vba code?
thanks
Printable View
hi
i have this footer in my word document. in the footer i have a table with 2 rows. how do i insert a page number in the bottom row of this table using vba code?
thanks
Record a macro of you entering the footer, and the bottom row of the table, insert the page number (via one of word menus - cannot remember which).
Stop recording the macro, whip to vb editor and look through the code it made. Grab the parts you want, changing the objects if required and test.
Post up the code if it almost works but doesn't...