+ Reply to Thread
Results 1 to 7 of 7

lastrow of 3 columns

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    05-14-2009
    Location
    gold coast
    MS-Off Ver
    Excel 2007
    Posts
    843

    Re: lastrow of 3 columns

    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1