Skip to content

Instantly share code, notes, and snippets.

@ajaydsouza
Created May 9, 2015 16:50
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 ajaydsouza/3545b6970205bda9dfc8 to your computer and use it in GitHub Desktop.
Save ajaydsouza/3545b6970205bda9dfc8 to your computer and use it in GitHub Desktop.
Custom Number Format from Range
Sub NumberFormat()
' Range should be formatted as "TEXT";"TEXT"
Range("B2:B19").NumberFormat = Range("C2:C19").Value
End Sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment