Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm developing a COM add-in for Excel using VB 6.0. So far, it works
well with one exception, I haven't been able to keep one of my forms on top of Excel, yet be modeless. My code to call the form is as follows: MyForm.Show vbModeless The Show function is defined as such: -------------------------------------------- object.Show style, ownerform ownerform Optional. A string expression that specifies the component which "owns" the form being shown. For standard Visual Basic forms, use the keyword Me -------------------------------------------- The ownerform parameter is the key here, but so far it's kicking my butt. I searched a few pages deep but didn't find anything. Any help would be appreciated. Thanks, David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Form Show | Excel Programming | |||
How to show User Form when form name is in string? | Excel Programming | |||
Auto show a form | Excel Programming | |||
How do I do? A personalized form, similar to Show data Form | Excel Programming | |||
Help! Animated gif-image in form does not show animation when form loaded | Excel Programming |