Hi,
Is there a way that i can use a Userform and other excel file while the Userform's excel file is hidden
i already done this code
but when i open another excel file, the hidden excel file sets on visible.
Thanks,
Gerald
Is there a way that i can use a Userform and other excel file while the Userform's excel file is hidden
i already done this code
Code:
Userform1.show vbmodeless
application.visible = false
but when i open another excel file, the hidden excel file sets on visible.
Thanks,
Gerald