i read some place that vbOKOnly is an integer value to determine the buttons inside the message boxes while
VBOK is a return value to determine which command button the user clicked.
in that case intResponse = MsgBox("Ready to Print", vbOK) would be incorrect, right?