G
Guest
Hi,
New to this. Up until now I have only had the need to create the vbYesNo
message box style and passing the vbYes or vbNo response into an If Then
statement was very straightforward. I now need to create an information
message box for users so I think the style needs to be vbOkOnly but I'm not
sure what,if anything, I need to be doing in my code after the user has
clicked the OK box and acknowledged and cleared the message box. Generating
the message box is the last line in my subroutine - do I just go straight to
End Sub or should I have something in there to handle the vbOk in the same
sort of way as vbYes and vbNo are handled?
TIA
New to this. Up until now I have only had the need to create the vbYesNo
message box style and passing the vbYes or vbNo response into an If Then
statement was very straightforward. I now need to create an information
message box for users so I think the style needs to be vbOkOnly but I'm not
sure what,if anything, I need to be doing in my code after the user has
clicked the OK box and acknowledged and cleared the message box. Generating
the message box is the last line in my subroutine - do I just go straight to
End Sub or should I have something in there to handle the vbOk in the same
sort of way as vbYes and vbNo are handled?
TIA