+ Reply to Thread
Results 1 to 3 of 3

Range VBA function have a way to identify cell co-ordinates

  1. #1
    Registered User
    Join Date
    03-10-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    7

    Range VBA function have a way to identify cell co-ordinates

    Hi,

    Sorry, not sure if co-ordinates is the right word. I found:

    Range(strCellRange).Value' = say this returns 'hello world'

    Is there a way I can find say where hello world exists on the spreadsheet so like:

    Range(strCellRange).????' = A1 (the location of hello world).

    Cheers,
    John

  2. #2
    Valued Forum Contributor JeanRage's Avatar
    Join Date
    03-02-2009
    Location
    Nice, France
    MS-Off Ver
    Excel 2003
    Posts
    705

    Re: Range VBA function have a way to identify cell co-ordinates

    Hi,

    The property you are looking for is : Address

    In order to code the search, you will need to use : Find

    HTH

  3. #3
    Registered User
    Join Date
    03-10-2010
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Range VBA function have a way to identify cell co-ordinates

    Quote Originally Posted by JeanRage View Post
    Hi,

    The property you are looking for is : Address

    In order to code the search, you will need to use : Find

    HTH
    Hi mate,

    That worked a treat!!!

    All the best,
    John

+ 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