Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I connect a cell reference to a picture? | Excel Discussion (Misc queries) | |||
how do I insert picture into cell so vlookup can return picture? | Excel Worksheet Functions | |||
picture relative to cell reference | Excel Discussion (Misc queries) | |||
How do you reference a picture to a cell? | Excel Discussion (Misc queries) | |||
How can you reference a picture from a worksheet cell? | Excel Discussion (Misc queries) |