I need some help with what I think to be a simple macro to delete all the data rows from a table. I've found a couple of threads on another forum but can't get them to work and don't understand them. I know, I should have come here first.
Here is what I currently do. I have a table named f_TOD_Data. The sheet name where the data resides is TOD.
Goto f_TOD_Data (this highlights all the data, but you probably already know that)
Ctrl+- (- on the keypad, this deletes all the rows of data)
When I do that with the macro recorder I get this huge long list of
Selection.ListObject.ListRows(1).Delete
So, I know there has got to be an easier way.
Any assistance would be greatly appreciated.
Here is what I currently do. I have a table named f_TOD_Data. The sheet name where the data resides is TOD.
Goto f_TOD_Data (this highlights all the data, but you probably already know that)
Ctrl+- (- on the keypad, this deletes all the rows of data)
When I do that with the macro recorder I get this huge long list of
Selection.ListObject.ListRows(1).Delete
So, I know there has got to be an easier way.
Any assistance would be greatly appreciated.