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
Exchange 2003 - new Server - still routing through old smtp virtual server
How do I register Exchange 2010 with Windows Server Backup on Windows Server 2008 R2
website
IIS host header and DNS
In a excel document is there a way to view two sheets at the same time (i.e. side by side).
Save Machine and User Accounts in Windows 2008 SBS
SBS 2008 Small Business Server Internet Activity
WMIC Get Hard drive serial number
Using SpamAssassin's Command-line Spam Score Test
couple of things missing from Exchange 2010?