Skip to content

Instantly share code, notes, and snippets.

@FaustVX
Created September 20, 2018 08:23
Show Gist options
  • Save FaustVX/dfdd8405fc3d1c8cb815ce936684da5c to your computer and use it in GitHub Desktop.
Save FaustVX/dfdd8405fc3d1c8cb815ce936684da5c to your computer and use it in GitHub Desktop.
Excel Macros
Public Sub FormulaToValue()
ActiveCell.Formula = ActiveCell.Value
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment