Thread
:
Entirerow.delete based on multiple cells
View Single Post
#
5
Posted to microsoft.public.excel.programming
tom[_7_]
external usenet poster
Posts: 24
Entirerow.delete based on multiple cells
Nevermind - you were missing the .row, i.e.
Dim lastrow As Long
lastrow = Cells(Rows.Count, "ar").End(xlUp) .ROW
Thanks for your help.
-tom
Reply With Quote
tom[_7_]
View Public Profile
Find all posts by tom[_7_]