Greetings!
Hello, I wonder if what code should I use to call another userform inside a userform. It keeps prompting me an error when I tried to insert a userform.show in a click event. here is the example.
this is the code to call the main userform
then this userform will appear.![]()
Please Login or Register to view this content.
Attachment 146862
here is the code for this main userform
then in escalation date field. i will click the small calendar image so that the second userform will appear. but upon clicking, it will prompt me an error that says object required.![]()
Please Login or Register to view this content.
Attachment 146861
i tried to insert the line frmCalendar.Show(name of the second userform) in Private Sub Image1_Click() event then the error now prompts. I don't know how to call the second userform inside the main userform.
Bookmarks