[RESOLVED] User form help please
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?
Re: User form help please
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?
Re: User form help please
Thanks!
I just figured that out myself, it wasnt that hard. But thank you anyway
Yes its Excel.