Hi all

I am asking a question users have to answer before print

If MsgBox("Did you update the 'Effective as of', resp. entered the closing date, if applicable?", vbYesNo, "Effective as of") = vbNo Then Cancel = True
New users usually ask what this field is for -> I'd like to add a third option, besides "Yes" or "No", - the button "What is this?"
if this option is chosen another msg box will show up explaining it to the user.
I know how i would make the msg box appear, but have no idea how to add the answer possibility "what is this?"

Anyone would know a way to do this?

Thx

FD