View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JeremyJ JeremyJ is offline
external usenet poster
 
Posts: 27
Default Referencing Userform Controls

How can I Reference all of the Controls with in a Userform MultiPage page?
For example:

Dim ctrl as Variant
For each ctrl in Userform1.Multipage1.Pages("Page1")
<code
Next ctrl