Microsoft
Software
Hardware
Network
Question : Excel - VBA text formatting
I'm trying to format the text of a TextBox into SSN format ###-##-####. My code looks like this .Text = Format(.Text, "###-##-####").
It works everytime until the leading character is a zero. If I enter 012345678 it will drop the leading zero. How do I prevent this?
Answer : Excel - VBA text formatting
Use this format string:
"000-00-0000"
When you use #, it gets dropped if it's not "needed".
Random Solutions
Cron Error with 1 and 1 dedicated server - linux
Php SOAP-ERROR: Parsing WSDL
Using Redemption with Late Binding
weblogic portal 10.3.2
Summing amount using a aggregate function in a query
Excel Date Time format conversion yyyy-mmm-dd hh:mm:ss to mm/dd/yyyy hh:mm:ss
Apple Mail Notes keep reappearing after deletion
PPTP VPN via Windows 2008 R2
Setting up my first database driven web site
I am having issues with IIS and SQL Reporting services.