Results 1 to 3 of 3

how can I select a cell next to a cell in a row?

Threaded View

  1. #1
    Valued Forum Contributor
    Join Date
    02-21-2010
    Location
    Tokyo, Japan
    MS-Off Ver
    Excel 2007
    Posts
    502

    how can I select a cell next to a cell in a row?

    the code below shows how one can select a cell below a certain range in one column.

    My question is:
    How would the equivalent code look like if I want to select the cell next to a cell in a row?

     r = Range("A" & Rows.Count).End(xlUp).Row
        Range("A" & r + 1).Select
    Last edited by dschmitt; 03-02-2010 at 12:21 AM.

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