Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I copy data from a webpage to Excel, then clear the shapes and icons off
using this loop. I know, it's so lame and inefficient, especially as there are usually only 30 or so shapes to delete. On Error Resume Next For i = 1 To 2000 ActiveSheet.Shapes("Picture " & i).Select Selection.Delete Next i What I would like is a loop that deletes each image without the redundant work that the above loop goes through. Can you help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to loop through all shapes on multiple worksheets and change color | Excel Programming | |||
Delete grouped shapes? | Excel Programming | |||
Delete Shapes | Excel Programming | |||
How can I loop to find the grouped shapes count | Excel Programming | |||
PROB: Grouping Shapes With An Array Loop | Excel Programming |