Quote:
Originally Posted by Shelley Lou
I then have another code which converts the definitions into a 2 column table and auto numbers the sub levels but for the first part the numbering needs to be manual in order to insert the tab before them ready for the table code.
|
My approach would be to use the auto-numbering so that you can add/delete clauses as needed, then use:
.Range.ListFormat.ConvertNumbersToText
on the range that's to be converted to a table.