Thread
:
Macro to delete a row
View Single Post
#
2
Rowan
Posts: n/a
A few ways:
Rows(1).Delete
ActiveCell.EntireRow.Delete
Range("A1").EntireRow.Delete
Regards
Rowan
"kiran" wrote:
Hi All
Can any one tell me how to write a macro to delete a row
Reply With Quote