I have problem here.. I have hide form5 and printtext and I want to visible form5 and printtext and set printtext as vbmodal. When I do like this, I got error message said printtext already display
Code:Unload Me Form5.Visible = True Form5.Show printtext.Visible = True printtext.Show vbmodal




Reply With Quote