I need to use VBA to delete a couple of cells in a word table. The first cell I need to delete is the last cell in the 1st column and the 2nd cell I need to delete is the last populated cell in the table. This is the only table in the document. I found how to delete a couple of other cells that were at the beginning of the table I had by using this command
TableDeleteCells .ShiftCells = 0
I can't figure out how to do it for the last cell in the 1st column and the last populated cell in the table.
Thanks,
Michael
TableDeleteCells .ShiftCells = 0
I can't figure out how to do it for the last cell in the 1st column and the last populated cell in the table.
Thanks,
Michael