The scenario is a table is received each week in Word 2010 that needs adjustments. Among other additions to the macro, the column named “WebSite” needs to be deleted. The column called “WebSite” might not always be in the same position though.
I need to know the VBA code for finding, selecting and deleting a specific table column that can potentially change positions, but will always keep the same column title.
Is there a way to insert a search word in the vba code that will ensure the right column is deleted even if its position in the table can change each time a table is opened in Word?
Try: