Hello, I call Userform through click button on data sheet. My problem is I want to work on worksheet while Userform is still active. I tried to use the code but it doesn't work.
PS. I add this code in modul1.
Anybody can help?
Thanks,
Code:
Private Sub Workbook_Open()
XcelL.Show vbModeless 'Or vbModal
End Sub
Anybody can help?
Thanks,