View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
stewart stewart is offline
external usenet poster
 
Posts: 44
Default Rename multiple controls.

I have a multipage userform that contains in total 92 option buttons.
I would like to rename those to something smaller to make it easier to
write my code (ie opt1, opt2, opt3 etc). I recall seeing code that
looped through all the controls and renaming them but I can't find the
post. Can someone help me?