View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Wiss Don Wiss is offline
external usenet poster
 
Posts: 300
Default How to show User Form when form name is in string?

If I want to reference a control by a string name I use:
Me.Controls("Checkbox" & i).Value

So, in VBA code how do I display a User Form with the form name in a
string? Application.Run ?

Don <www.donwiss.com (e-mail link at home page bottom).