I have 2 dialogs, how can open the second dialog from the first(if I Click on a Button).
What Code will I write in
Private Sub Command1_Click()
End Sub
Printable View
I have 2 dialogs, how can open the second dialog from the first(if I Click on a Button).
What Code will I write in
Private Sub Command1_Click()
End Sub
private Sub Command1_Click()
Dialog2.Show vbModal, me
End Sub
should work.
----------------
You can contact me directly at [email protected]
Hey, and... don't forget your parsley cause you can't eat your dog after having stolen him from some animal shelter and having drowned him in the Atlantic Ocean.