Ok so I found the way to look for the UserForm Name
Debug.Print "Form Name: " & Me.Name
But when using what you suggested,
Templat_Selection.Show vbModeless
it's jump into error handler
***Error pulling document! ErrHandler: Case 0004 ****
Any idea why it's bad?
|