IncredibleVolk
Technical User
I currently use the following to change the number format in Excel:
oSheet.Range("H3", "H800").NumberFormat = "[BLACK]###,###;[RED](###,###)"
Is there a way to change the format to a phone number format or social security number format?
oSheet.Range("H3", "H800").NumberFormat = "[BLACK]###,###;[RED](###,###)"
Is there a way to change the format to a phone number format or social security number format?