Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ok, great. I think this will do the trick. thanks
Bob Phillips wrote: One way Dim oRect As Object For Each oRect In ActiveSheet.Rectangles On Error Resume Next MsgBox oRect.Text On Error GoTo 0 Next oRect -- HTH Bob Phillips (replace xxxx in the email address with gmail if mailing direct) Hello, [quoted text clipped - 24 lines] How can I change this code to loop sequentially through all rectangles on the worksheet, no matter what the starting and ending rectangle numbers are? -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200606/1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Clearing rectangles | Excel Programming | |||
Worksheet loop won't loop | Excel Programming | |||
How to insert small colored dots or rectangles in cells of excel | Excel Discussion (Misc queries) | |||
worksheet loop | Excel Programming | |||
How? Macro to copy range to new worksheet, name new worksheet, loop | Excel Programming |