hermanlaksko
Programmer
Caon one not use an array to load or view a user form.
And if so what is the trick.
Thank you.
Herman
Say no to macros
And if so what is the trick.
Thank you.
Herman
Say no to macros
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Public Sub ShowFormbyName([blue]strForm[/blue] As String, Optional Modal As FormShowConstants = vbModal)
Call UserForms.Add([blue]strForm[/blue]).Show(Modal)
End [blue]Sub[/blue]