Is it possible to create a form at runtime to add controls to? Adding controls is easy enough, but is it possible to do something like this?
Code:
Dim A as Userforms
A.Create "MyForm"
A.Show
...
Doing this in API is doable but not very good. The goal is to create a userform at runtime.