Hey Gurus',
I desperately need your help.
I want to create a modal form but i also want the codes to execute with in
the procedure or function... see example
Sub Test_Procedure()
frm.show vbmodal 'message form to wait
rest of the codes to run...
unload frm
End Sub
basically... i want to close the frm after the code runs.
Please help
Archived from group: microsoft>public>vb>syntax