Does anyone know how to make font bold w/in a Yes/No message box?
My message box code is as follows:
If MsgBox("Are you sure you want to quit?", vbYesNo + vbQuestion, "Run Macro?") = vbYes Then
DoCmd.RunMacro "mcr-CloseEdit"
Thanks
My message box code is as follows:
If MsgBox("Are you sure you want to quit?", vbYesNo + vbQuestion, "Run Macro?") = vbYes Then
DoCmd.RunMacro "mcr-CloseEdit"
Thanks