Hi there,
I want to have a message box that says:
intReqNumber = X
Msgbox "The request has been updated. Request Number "X"
I am able to use:
MsgBox ("CStr(intReqNumber)"), where intReqNumber = X just fine. It displays the value, but I want to be able to have the text in there first...