I need to use Excel user form with other application. I made the form topmost window using SetWindowPos API function. The problem is that excel document pops-up every time I activate the form.
I can hide Excel using Application.Visible=False but then I can't use other Excel documents.
How can I prevent from parent document window poping-up without hiding the application?
I can hide Excel using Application.Visible=False but then I can't use other Excel documents.
How can I prevent from parent document window poping-up without hiding the application?