I have a number of MS Word tables with 11 cols that I need to edit.
Each document will contain 1 table.
I want to edit a table from 11 cols to 6 cols.
VBA to perform the following tasks:
- Rename col 2 heading from Time to Item
- Rename col 3 heading from Time Zone to Comment
Rename col 5 heading from Type to E or A
Delete all text in cols 2, 3, and 5 (not the renamed headings)
- Delete cols 6, 7, 9, 10, 11
I have listed the order of editing the table in what I believe will work best but it really does not matter.
I don't know if the text in cols 2, 3, 5 can be deleted without deleting the headings also.
Finally, I guess that I could just enter the new headings that I want in cols 2, 3, 5 if those headings are deleted when the text in those cols are deleted.
Thanks for any help.