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

Comments

Popular posts from this blog

50 Excel VBA Oral Interview Questions