Excel Tutorial
20120811
Call Macros from Other Macros
1:-
Sub Verify_age()
If Range("C4").Value < 18 Then
cell message
End If
End Sub
2:-
Sub message()
MsgBox "Sorry, But you are too young"
End Sub
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment