D
Don Wiss
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).
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).