View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Kubicki Mark Kubicki is offline
external usenet poster
 
Posts: 89
Default misc ?'s about creating forms

i need to create several groups of the same controls, which would have
similar names: cbName1 (in group 1), cbName2 (in group 2), cbName3 ...

how do i copy them and keep the name (that i can just correct, change the 1
to a 2, to a 3...); it seems as though i have to type in the full name each
time

------------------------
it looks like i can make a group visible (or not), but how do i refer tothe
group, it doesn't seem to have a name property?

-----------------------
thanks in advance

mark