+ Reply to Thread
Results 1 to 2 of 2

Thread: Selection.End(xlDown).Select

  1. #1
    Registered User
    Join Date
    03-10-2010
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    2

    Red face Selection.End(xlDown).Select

    'Range("A4").Select
    'Selection.End(xlDown).Select

    The following 2 lines starts from cell “A4” and selects to last data line. But if there is only one data line the spreadsheet the Selection.End(xlDown).Select goes right till end of spreadsheet. It select all 65000 lines.

    Only one line has data against it and rest are blank lines..Should only select one line

    Does anyone have any suggestions pls

    Thanks
    Zahed

  2. #2
    Forum Guru sweep's Avatar
    Join Date
    04-03-2007
    Location
    Location: Location:
    MS-Off Ver
    3.0
    Posts
    2,472

    Re: Selection.End(xlDown).Select

    If Not Range("A5").Value = "" Then
    Range(Range("A4"), Range("A4").End(xlDown)).Select
    Else: Range("A4").Select
    End If
    You might want to use code tags next time you post?!
    Please disregard anything in the above post. It may well have been edited without my consent, as has been the case with several posts and threads recently.

+ 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.2.0