Forum Discussion

VasanthVijay's avatar
VasanthVijay
Contributor
11 years ago

Using of USER FORMS Test complete get crash?

Hello,   function UserForm1_OnShow(Sender) { var form; UserForms.UserForm1.Visible =true; UserForms.FormByName("UserForm1").Show(); }   function sa() { UserForm1_OnShow() }   By using t...