Re: Run Yes/No MessageBox from MACRO
Look up MsgBox in the documentation.
The second argument specifies what is shown on the popup dialog box, bitwise. So you can specify, e.g., vbInformation + vbYesNo etc, each component having some bit value and the total makes up 52 here. Try it.
__________________
Don't tell us what did not happen. Do you tell the mechanic about your car "it doesn't work" or vague stuff like:
I couldn't, No joy, To no avail, No go, Incorrect, Wrong, Seems, Without success, It didn't let me, I/it failed.
Do tell us what did happen:
I want this ... to happen, I attempted this ..., using this ... code and pressing these buttons, the system did this ... in response, and I got this ... error in this ... line.
Did it help? Pass it forward!
Joys of Access: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|