PDA

Click to See Complete Forum and Search --> : [RESOLVED] User form help please


Borgas
Jul 20th, 2006, 08:32 AM
Helo!

Basically I want a messagebox with two buttons but with my own text on them. Well I understand that this cant be done (?) and that I should use a new form instead.

Now, this is a little embarising :blush: but how do I run this new form from my original form, and then when one of the buttons are pressed, how do I close it again?

Finally, is it possible to make a form without the namebar?

Static
Jul 20th, 2006, 09:37 AM
from the original form .. wherever you want to call it...

frmMessageBox.Show vbModal

but I dont think you can remove the namebar...
is this in Excel?

Borgas
Jul 20th, 2006, 09:49 AM
Thanks!

I just figured that out myself, it wasnt that hard. But thank you anyway

Yes its Excel.