Hey folks,
I have a named table (“Table_Sites”) with one column and I want to delete all rows of the table with the exception of the header.
I want to incorporate this as part of a process where the content get cleared out and then new values get inputted at the end of the process.
I do have other tables on the same sheet to the right of this table so I can’t use a “Sheets(“XX”).EntireRow.Delete” function. I simply want to delete all contents using something similar to:
I’m just not sure what the correct syntax would be. Thanks in advance.
Bookmarks