Thread
:
Deleting a group of rows
View Single Post
#
2
Posted to microsoft.public.excel.programming
excelent
external usenet poster
Posts: 695
Deleting a group of rows
Range("M14:O14").EntireColumn.Delete
"Dan" skrev:
Is it possible to use the Rows property to delete a range of rows in one
statement in a macro, or must I use a loop and .Rows(I).Delete for each row
one at a time?
Dan
Reply With Quote
excelent
View Public Profile
Find all posts by excelent