+ Reply to Thread
Results 1 to 3 of 3

How do I convert a selected Cell address in a Range to Values?

  1. #1
    MichaelC
    Guest

    How do I convert a selected Cell address in a Range to Values?

    I have a 10X12 Range of Input Values.
    I want to select a cell within this range with my mouse.
    I want to use the cell address coordinates as values in a Macro.
    So: if ActiveCell Adress is (x,y) - [these can be column/row # or range
    coordinates]
    Then I want to say something like:
    RowValue = x
    ColumnValue = y
    So that I can use the RowValue and ColumnValue as offset values to create a
    standard macro for any cell selected within the range.
    I hope this makes sense - and I thank you in advance for all advice offered.
    Michael

  2. #2
    Toppers
    Guest

    RE: How do I convert a selected Cell address in a Range to Values?

    Hi,

    Is this what you want ?

    RowValue=ActiveCell.row
    ColumnValue=ActiveCell.column



    "MichaelC" wrote:

    > I have a 10X12 Range of Input Values.
    > I want to select a cell within this range with my mouse.
    > I want to use the cell address coordinates as values in a Macro.
    > So: if ActiveCell Adress is (x,y) - [these can be column/row # or range
    > coordinates]
    > Then I want to say something like:
    > RowValue = x
    > ColumnValue = y
    > So that I can use the RowValue and ColumnValue as offset values to create a
    > standard macro for any cell selected within the range.
    > I hope this makes sense - and I thank you in advance for all advice offered.
    > Michael


  3. #3
    MichaelC
    Guest

    RE: How do I convert a selected Cell address in a Range to Values?

    Thank you Toppers. I wil try that.

    "Toppers" wrote:

    > Hi,
    >
    > Is this what you want ?
    >
    > RowValue=ActiveCell.row
    > ColumnValue=ActiveCell.column
    >
    >
    >
    > "MichaelC" wrote:
    >
    > > I have a 10X12 Range of Input Values.
    > > I want to select a cell within this range with my mouse.
    > > I want to use the cell address coordinates as values in a Macro.
    > > So: if ActiveCell Adress is (x,y) - [these can be column/row # or range
    > > coordinates]
    > > Then I want to say something like:
    > > RowValue = x
    > > ColumnValue = y
    > > So that I can use the RowValue and ColumnValue as offset values to create a
    > > standard macro for any cell selected within the range.
    > > I hope this makes sense - and I thank you in advance for all advice offered.
    > > Michael


+ 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