Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Jake, that would probably work fine - pitty I
didn't get it earlier as I changed my code to use the Zorder of a shape instead of copying and pasting it to display it. Thanks anyway. Paul -----Original Message----- Hi Paul, You could loop through the sheet's Shapes collection and find the top-left cell of each Shape: Sub WhereAreMyShapes() Dim shp As Shape For Each shp In Sheet1.Shapes MsgBox shp.Name & ": " & _ shp.TopLeftCell.Address Next shp End Sub -- Regards, Jake Marx www.longhead.com PaulS wrote: Hi, Does anyone know any way to select a shape/picture or reference a shape/picture to delete it if you don't know either the name of the picture or its reference (shapes) number? Is there anyway to select a shape/picture based on its position on a sheet? Thanks Paul . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Connect a number to a picture bank and import that picture to exce | Excel Discussion (Misc queries) | |||
how do I insert picture into cell so vlookup can return picture? | Excel Worksheet Functions | |||
insert a picture in to a comment but picture not save on hard disk | Excel Discussion (Misc queries) | |||
Selecing cntrl + arrow key to move to next populated cell | Excel Discussion (Misc queries) | |||
How to extract a picture from an Excel worksheet into a picture fi | Excel Discussion (Misc queries) |