R
Robert Crandal
The following code will delete an entire row:
Target.EntireRow.Delete
Just curious, but if I do NOT have a "Target" or
"Range" variable, is it possible to delete an entire row
using only that row's numerical index?
For example, suppose I want to delete the entire
Row #5. How do I do that?
thanks.
Target.EntireRow.Delete
Just curious, but if I do NOT have a "Target" or
"Range" variable, is it possible to delete an entire row
using only that row's numerical index?
For example, suppose I want to delete the entire
Row #5. How do I do that?
thanks.