Would This Do It.
![]()
Sub lastRow() Dim c As Object With Sheets("Sheet1").Range("A:C") Set c = .Find(What:="*", LookIn:=xlValues, Lookat:=xlPart, searchorder:=xlByRows, searchdirection:=xlPrevious) End With End Sub
Would This Do It.
![]()
Sub lastRow() Dim c As Object With Sheets("Sheet1").Range("A:C") Set c = .Find(What:="*", LookIn:=xlValues, Lookat:=xlPart, searchorder:=xlByRows, searchdirection:=xlPrevious) End With End Sub
Last edited by D_Rennie; 06-19-2009 at 10:26 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks