Popup message

S

SMILE

Hello friends



I need to create a popup box in my macro.

For eg:

With ActiveSheet.Range("C70")
If .Value = 5 Then

' Here I need to pop up a message box with a message
and a button "ok" so that it will close the message box and back to th
same position.


Can someone help me for that
Thanks
Tom
 
Top