Thread
:
For each control in sheet
View Single Post
#
2
Posted to microsoft.public.excel.programming
Ivan Raiminius
external usenet poster
Posts: 258
For each control in sheet
Hi Claus,
try something like this:
for each oleobject in worksheets("Sheet1").oleobjects
Regards,
Ivan
Reply With Quote
Ivan Raiminius
View Public Profile
Find all posts by Ivan Raiminius