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
switching networks on a cicso asa5510
Allow tabs in <textarea>
SBS2008 - Exchange not receiving emails
WPAD setting for local webcams
apache_php_support
Access 2007 - Query Question
Something keeps changing the default permissions of my settings.php file for a web site on Linux
Using Exchange log files to restore emails
VB.net query problem
Look for a device powershell script