View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nytrex nytrex is offline
external usenet poster
 
Posts: 2
Default new instances of nested controls

Hoping some of you experts out there can help.

I'm working on an application that has a multipage control, with
several controls within it.

Depending on the value of a variable I would like to copy and paste a
multipage control (with the nested controls in it) on the userform x
number of times.

I know I could easily create many 20 or so copies of the multipage
control at deisgn time and just hide the ones I don't need, but this
seems like a rather crude method of implementing what I want to do

Is there an easy way replicating a multipage control (with the nested
controls) several times within a userform?

I would appreciate any help you can give.

Regards