Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default 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" wrote in message ...
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default 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" wrote in message ...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I connect a cell reference to a picture? stockyard Excel Discussion (Misc queries) 2 August 10th 07 08:01 PM
how do I insert picture into cell so vlookup can return picture? ah Excel Worksheet Functions 1 May 1st 07 04:38 AM
picture relative to cell reference Steve E Excel Discussion (Misc queries) 0 September 1st 06 05:25 PM
How do you reference a picture to a cell? clifox Excel Discussion (Misc queries) 1 October 17th 05 01:46 AM
How can you reference a picture from a worksheet cell? scott56hannah Excel Discussion (Misc queries) 1 March 23rd 05 01:20 AM


All times are GMT +1. The time now is 10:52 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"