+ Reply to Thread
Results 1 to 14 of 14

always start in certain cell/row

Hybrid View

  1. #1
    Valued Forum Contributor blane245's Avatar
    Join Date
    02-20-2009
    Location
    Melbourne, FL
    MS-Off Ver
    Excel 2010
    Posts
    649

    Re: always start in certain cell/row

    Here are two range variables that contain the cells in columns A and H based on the active cell
    Dim CellA As Range
    Set CellA = Range(Cells(ActiveCell.Row, 1).Address)
    Dim CellH As Range
    Set CellH = Range(Cells(ActiveCell.Row, 8).Address)

  2. #2
    Forum Contributor
    Join Date
    11-24-2008
    Location
    leicester
    MS-Off Ver
    Microsoft 365
    Posts
    161

    Re: always start in certain cell/row

    Quote Originally Posted by blane245 View Post
    Here are two range variables that contain the cells in columns A and H based on the active cell
    Dim CellA As Range
    Set CellA = Range(Cells(ActiveCell.Row, 1).Address)
    Dim CellH As Range
    Set CellH = Range(Cells(ActiveCell.Row, 8).Address)
    HI,

    I am usnure as to how i should use the above... any tips?

    Thanks

    Antony

+ 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