Skip to content

Instantly share code, notes, and snippets.

@excelcrafters
Created May 23, 2019 12:11
Show Gist options
  • Save excelcrafters/3ef0fd2d322f9346f32378248eaac1b7 to your computer and use it in GitHub Desktop.
Save excelcrafters/3ef0fd2d322f9346f32378248eaac1b7 to your computer and use it in GitHub Desktop.
Macro button in excel
Sub HelloWorld()
MsgBox ("Hello World!")
End Sub
@excelcrafters
Copy link
Author

The XLSM file corresponding to this code is available at https://drive.google.com/open?id=19SymqEqLHb2g0Oguz-StSPOz0s2IOycB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment