View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
oceankayakjim oceankayakjim is offline
external usenet poster
 
Posts: 6
Default Deleteing Pictures

Thanks!

I'm a bit new to Excel, (I'm a misplaced Mechical Engineer), I'll show this
to the IT department here and see if they can help me with this.

--
oceankayakjim


"Don Guillett" wrote:

Sub eachshape()
For Each sh In Sheets("yoursheetnamehere").Shapes
MsgBox sh.Name
MsgBox sh.TopLeftCell.Address

'sh.cut ' to delete automatically

Next sh

End Sub

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"oceankayakjim" wrote in message
...
Hi

I am using Excel 2003 and have a question about Pictures. I have been
given
a Excel file to maintain for daily meetings. The problem is that it is
full
of "Picture Boxes". These Boxes are empty, but they take up space and slow
the file to a crawl. I have gone in and manualy deleted all the "Picture
Boxes" that I can find. The file is now 87.6% smaller. I am sure that
there
are more "Picture Boxes". Is there a way to find them without fishing?
--
oceankayakjim