Created
May 9, 2015 16:50
-
-
Save ajaydsouza/3545b6970205bda9dfc8 to your computer and use it in GitHub Desktop.
Custom Number Format from Range
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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