Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to be able to have VBA for excel delete all the pictures on a
given worksheet, but only in a certain range of that sheet. Is this possible? ie. delete the pictures found only in the range A5:C25 Worksheets("Sheet2").Range("A5:C25").Shapes.Select All Selection.Delete 'That baby doesn't work, but is there perhaps something similar that might do the trick? Any help is appreciated, Thanks! John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Select a range of rows to delete | Excel Worksheet Functions | |||
Select Data by Date Range, Delete Rest | Excel Programming | |||
delete pictures | Excel Programming | |||
debug message pops up when I select a range of cells and delete | Excel Programming | |||
How do I select a whole range and delete the contents of the cells? | Excel Programming |