Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a old Spreadsheet form. It has several autoshape objects in it. They
are clear and without borders. The form has been copied several times and they are now in the hundreds and just make the size of the file too big. If you happen to click on one you can delete it but is there anyway to just delete all imbedded pictures from a spreadsheet? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
EditGo To SpecialObjectsOK
then Delete Will that work for you? "Husker87" wrote: I have a old Spreadsheet form. It has several autoshape objects in it. They are clear and without borders. The form has been copied several times and they are now in the hundreds and just make the size of the file too big. If you happen to click on one you can delete it but is there anyway to just delete all imbedded pictures from a spreadsheet? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Run this small macro:
Sub no_pic() Dim sh As Shape For Each sh In ActiveSheet.Shapes sh.Delete Next End Sub -- Gary''s Student - gsnu200721 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
GREAT help. Thank you.
"ufo_pilot" wrote: EditGo To SpecialObjectsOK then Delete Will that work for you? "Husker87" wrote: I have a old Spreadsheet form. It has several autoshape objects in it. They are clear and without borders. The form has been copied several times and they are now in the hundreds and just make the size of the file too big. If you happen to click on one you can delete it but is there anyway to just delete all imbedded pictures from a spreadsheet? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for the reply... ended up using "EditGo To SpecialObjectsOK
then Delete" Thanks again. "Gary''s Student" wrote: Run this small macro: Sub no_pic() Dim sh As Shape For Each sh In ActiveSheet.Shapes sh.Delete Next End Sub -- Gary''s Student - gsnu200721 |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub DeleteAllObjects()
ActiveSheet.DrawingObjects.Cut End Sub Vaya con Dios, Chuck, CABGx3 "Husker87" wrote: I have a old Spreadsheet form. It has several autoshape objects in it. They are clear and without borders. The form has been copied several times and they are now in the hundreds and just make the size of the file too big. If you happen to click on one you can delete it but is there anyway to just delete all imbedded pictures from a spreadsheet? |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Gary
Be carfull with your macro See why on this page http://www.rondebruin.nl/controlsobjectsworksheet.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Gary''s Student" wrote in message ... Run this small macro: Sub no_pic() Dim sh As Shape For Each sh In ActiveSheet.Shapes sh.Delete Next End Sub -- Gary''s Student - gsnu200721 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Speadsheet | Excel Discussion (Misc queries) | |||
delete multiple autoshapes or objects in excel | Excel Discussion (Misc queries) | |||
possible to merge a calender with speadsheet | Excel Discussion (Misc queries) | |||
speadsheet protection | Excel Discussion (Misc queries) | |||
My speadsheet won't change out of Read Only - Help!! | Excel Discussion (Misc queries) |