Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imamuddinwp/02891a57c6abfcdeb1067b10ad53cfea to your computer and use it in GitHub Desktop.
Save imamuddinwp/02891a57c6abfcdeb1067b10ad53cfea to your computer and use it in GitHub Desktop.
Excel VBA Macro; Successful message after end macro. powered by Imam Uddin; imamcu07.
MsgBox prompt:="Congratulations, Operation Successfull !!!" & vbNewLine & "-------------------------" & vbNewLine & "proudLy powered by" & vbNewLine & "Md.ImAmUdDiN" & vbNewLine & "https://about.me/imamcu07", _
Buttons:=vbInformation + vbMsgBoxHelpButton, _
Title:="Successful Message From Md.ImAmUdDiN "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment