+ Reply to Thread
Results 1 to 3 of 3

how do I get the reference of the cell where a picture

  1. #1
    ecpl_3
    Guest

    how do I get the reference of the cell where a picture

    I want to be able to reference the cell where a picture or shape resides on
    the excel spread sheet. I can get informatio for all pictures on the sheet
    such as the ID, names,... but I would like to reference it based on cell
    reference/location.

  2. #2
    Ron de Bruin
    Guest

    Re: how do I get the reference of the cell where a picture

    Hi

    You can use this

    ActiveSheet.Shapes("mypicture").TopLeftCell.Select



    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "ecpl_3" <[email protected]> wrote in message news:[email protected]...
    >I want to be able to reference the cell where a picture or shape resides on
    > the excel spread sheet. I can get informatio for all pictures on the sheet
    > such as the ID, names,... but I would like to reference it based on cell
    > reference/location.




  3. #3
    ecpl_3
    Guest

    Re: how do I get the reference of the cell where a picture

    Thanks Ron for your suggestion, it works great. Now for all the other
    code........


    "Ron de Bruin" wrote:

    > Hi
    >
    > You can use this
    >
    > ActiveSheet.Shapes("mypicture").TopLeftCell.Select
    >
    >
    >
    > --
    > Regards Ron de Bruin
    > http://www.rondebruin.nl
    >
    >
    > "ecpl_3" <[email protected]> wrote in message news:[email protected]...
    > >I want to be able to reference the cell where a picture or shape resides on
    > > the excel spread sheet. I can get informatio for all pictures on the sheet
    > > such as the ID, names,... but I would like to reference it based on cell
    > > reference/location.

    >
    >
    >


+ 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