I need the msgbox just with captions of buttons changed.
I want to avoid creating a new form as it would need a lot of efforts to make it behave it like msgbox.
e.g.
But instead of the Yes, No , Cancel buttons, I want Print Current, Print All, Cancel PrintingVB Code:
resp = MsgBox("What do you want to Print?", vbYesNoCancel + vbQuestion, "Choose an option")
Pradeep




icon on the left of the post.
Reply With Quote