+ Reply to Thread
Results 1 to 2 of 2

Selection.End(xlToLeft).Select

Hybrid View

  1. #1
    Norbert Jaeger
    Guest

    Selection.End(xlToLeft).Select

    Selection.End(xlToLeft).Select

    which command will move the cursor to column A, independent of blank
    cells or cells inclusive entries?

    Not each cell in a row does have an entry. So once the active cell is
    M5 and there are entries up to C5 (B5 is blank). The cursor will only
    jump to C5 with above mentioned command.

    Regards,

    Norbertx



  2. #2
    Norman Jones
    Guest

    Re: Selection.End(xlToLeft).Select

    Hi Norbert,

    Try:

    ActiveCell.EntireRow.Cells(1).Select

    Although it is rarely necessary to make selections.


    ---
    Regards,
    Norman



    "Norbert Jaeger" <[email protected]> wrote in message
    news:[email protected]...
    > Selection.End(xlToLeft).Select
    >
    > which command will move the cursor to column A, independent of blank
    > cells or cells inclusive entries?
    >
    > Not each cell in a row does have an entry. So once the active cell is
    > M5 and there are entries up to C5 (B5 is blank). The cursor will only
    > jump to C5 with above mentioned command.
    >
    > Regards,
    >
    > Norbertx
    >
    >




+ 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