timothyyoung
Technical User
I am trying to create a macro in MS word using VBA that builds a 4 column table. It will need to use the preceding numbering format before the table and when the table is inserted (using the macro) continues the numbering format inside the table (when a user adds text and tabs between cells). The completed table would look like the following for example.
..
3
4
5
6
Table goes here
cell 1 cell 2 cell 3 cell 4
6.1 text here 6.1.1 text here
text here 6.1.2 text here
6.2 text here 6.2.1 text here
text here 6.2.2 text here
etc
I have created the macro on the menu bar but havn't got a clue when it comes to VBA. Any help would be much appreciated.
..
3
4
5
6
Table goes here
cell 1 cell 2 cell 3 cell 4
6.1 text here 6.1.1 text here
text here 6.1.2 text here
6.2 text here 6.2.1 text here
text here 6.2.2 text here
etc
I have created the macro on the menu bar but havn't got a clue when it comes to VBA. Any help would be much appreciated.