I'm trying to create a sub that will initiate a form by passing it the form's name. I thought that "Evaluate" would be the way to go, but I can't get it to work.
![]()
Sub Edit_Form( sMyForm As String) Dim oForm as Object Set oForm = New Evaluate(sMyForm) oForm.Show End Sub
Bookmarks