+ Reply to Thread
Results 1 to 3 of 3

Return the address of cell table

  1. #1
    0-0 Wai Wai ^-^
    Guest

    Return the address of cell table


    Hi.
    Eg: I have a table (cell ref = A5:B10).

    Is there any formula which can call the cell reference of the table?
    So the code will be something like:
    =[display the cell reference of the table]

    ===============
    I use:
    - Win XP
    - Office XP



  2. #2
    Norman Jones
    Guest

    Re: Return the address of cell table

    Hi 0-0 Wai Wai ^-^,

    If you refer to VBA, then perhaps:

    Range("A5").CurrentRegion.Address

    Or, with any table cell selected:

    ActiveCell.CurrentRegion.Address


    ---
    Regards,
    Norman



    "0-0 Wai Wai ^-^" <x@x.com> wrote in message
    news:OJ1EfRXoFHA.4012@TK2MSFTNGP09.phx.gbl...
    >
    > Hi.
    > Eg: I have a table (cell ref = A5:B10).
    >
    > Is there any formula which can call the cell reference of the table?
    > So the code will be something like:
    > =[display the cell reference of the table]
    >
    > ===============
    > I use:
    > - Win XP
    > - Office XP
    >
    >




  3. #3
    0-0 Wai Wai ^-^
    Guest

    Re: Return the address of cell table


    "Norman Jones" <normanjones@whereforartthou.com> ¦b¶l¥ó
    news:uAa925XoFHA.3300@TK2MSFTNGP15.phx.gbl ¤¤¼¶¼g...
    > Hi 0-0 Wai Wai ^-^,
    >
    > If you refer to VBA, then perhaps:
    >
    > Range("A5").CurrentRegion.Address
    >
    > Or, with any table cell selected:
    >
    > ActiveCell.CurrentRegion.Address


    ???
    Is it the only way to call a cell reference?
    If there's a formula avaiable that can call the cell reference, it would be
    great.



+ 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