I recall another thread in which you wondered whether to use an
VB exe or a
dll, seems you've gone with an exe, why?
Unless you have a special reason for using an exe, and if you have make it
an ActiveX exe, otherwise probably much easier with a dll.
Indeed you can use a vba type userform in your
VB app (as you've found it
gets dropped into Designers), but that doesn't change anything regarding
your current issue.
Regards,
Peter T
"avi" wrote in message
oups.com...
Hello,
Thanks
The problem is that the Userform is opened from an Excel menu. The
user can forget to close it and may open a new instance (the first UF
is minimized).
The Userform was imported to VB6 from an export from VBA. i don't know
why but it appears in VB6 in a section called Designers and not in the
Form section
As you can guess my knowledge in VB6 is not very good
Avi