+ Reply to Thread
Results 1 to 3 of 3

Range for a single cell

  1. #1
    Registered User
    Join Date
    06-17-2005
    Posts
    13

    Question Range for a single cell

    if I have the column number as variable x and the row as variable y
    how can I select a cell in column x line y?

    I thought : range (x & y).select

    but it doesn't work

    Thanks

  2. #2
    Forum Contributor
    Join Date
    11-09-2004
    Posts
    451
    Cells(2, 3).Select


    selects 2nd row and 3rd column

  3. #3
    Trevor Shuttleworth
    Guest

    Re: Range for a single cell

    Michal

    Cells(row, column).Select

    Cells(y, x).Select

    Regards

    Trevor


    "michal" <michal.1qsbef_1119035109.9169@excelforum-nospam.com> wrote in
    message news:michal.1qsbef_1119035109.9169@excelforum-nospam.com...
    >
    > if I have the column number as variable x and the row as variable y
    > how can I select a cell in column x line y?
    >
    > I thought : range (x & y).select
    >
    > but it doesn't work
    >
    > Thanks
    >
    >
    > --
    > michal
    > ------------------------------------------------------------------------
    > michal's Profile:
    > http://www.excelforum.com/member.php...o&userid=24404
    > View this thread: http://www.excelforum.com/showthread...hreadid=380193
    >




+ 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