Thread
:
Deleting rows to a defined point
View Single Post
#
2
Posted to microsoft.public.excel.programming
Martin
external usenet poster
Posts: 336
Deleting rows to a defined point
Range(Range("A7"), Range("lastline")).EntireRow.Delete
"Tim Green" wrote:
I would like to delete all rows from row 7 to the row number of the range
LastLine, which refers to a single cell. Any suggestions?
Reply With Quote
Martin
View Public Profile
Find all posts by Martin