Actually, your document is a little more complex than that... my apologies.
I'll take a look - have a meeting now though.
Main Topics
Browse All TopicsUsing Microsoft Word, I have a table laid out with sections and rows in the following numbering scheme in the first column of the table.
Section F
F1
F2
F2.1
F2.2
F2.3
F2.4
F3
F3.1
F3.2
F4
F5
F6
F6.1
F6.2
Section G
G1
G2
G3
G3.1
G3.2
G4
G5
etc.
I would like to automate the numbering in this first column of the table so that when items are removed or added in the row sequence the number would automatically adjust saving tons of time in the manual process of constantly tweaking this document. I attempted to play with words outline numbering scheme to get these results without any luck. I have not attempted to create Macros in Word but do know how to view the VB code to plug in and tweak etc.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You would have to tell any renumbering macro what numbering level is expected for each cell.
E.g., if, in your example, you were to insert a row after F3.2, the macro needs to know whether the number should be F3.3, or a new F4, with the subsequent rows redefined.
This macro does what the outline numbering does, in that it takes the Outline level of the paragraphs' style. This means that the user would have to set all the styles.
GrahamSkan: How would the user define the outline level they are wanting to use for a particular row?
Jorzech: Your approach appears to be working but would like to know how to apply it to other documents of similar structure.
I guess I am not that familiar with the outline settings and defining custom numbering.
kmassey545
It would require some advanced knowledge of Word outline numbering styles....
As a starter, see
http://www.shaunakelly.com
Thanks, I ended up using the outline style technique that JOrzech started as this seems to be the more user friendly method and easier to apply after some research on the Outline levels and number formatting. Thanks for the Macro GrahamSkan I could have potentially gotten that to work as my solution but just found it difficult to implement in my situation.
Business Accounts
Answer for Membership
by: JOrzechPosted on 2009-10-28 at 10:53:25ID: 25686158
You don't need a macro - just use Word's heading styles to number the document. /word/numb ering/ Outl ineNumberi ng.html
http://www.shaunakelly.com