K
k2sarah
i am trying to loop through all the controls on a spreadsheet and set certain
properites. In a userform, i am able to accomplish this with the following
code
~ for each control
~userform.controls("button"&i).caption="asdf"
however, i am at a lose as to how to loop through the controls placed
directly on a worksheet as opposed to the userform.
any help would be appreciated
thks
properites. In a userform, i am able to accomplish this with the following
code
~ for each control
~userform.controls("button"&i).caption="asdf"
however, i am at a lose as to how to loop through the controls placed
directly on a worksheet as opposed to the userform.
any help would be appreciated
thks