M
Mikel
I am trying to automate a process that deals with tables.
I need to delete the last table in my document but the
table number can change each time the process is run.
I have used the following to tell me how many tables are
in my documnet.
MsgBox ActiveDocument.Tables.Count & " table"
How do I put the results into the following
Selection.Tables().Delete
Thank you for you time and help.
Mikel
I need to delete the last table in my document but the
table number can change each time the process is run.
I have used the following to tell me how many tables are
in my documnet.
MsgBox ActiveDocument.Tables.Count & " table"
How do I put the results into the following
Selection.Tables().Delete
Thank you for you time and help.
Mikel