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
Include page headers when printing HTML pages with different headers on some of each page
Microsoft SharePoint Foundation search server option is grayed out.
finding an item in a DataTable
can't find Printer Setup Utility in Mac OS X 10.5.8
ASP
Open Source SMDR for use with Avaya IP Office v6
Locking down Exchange in SBS 2003
Starting mysqld from fedora
double proxy in IE
show ip eigrp neighbors - What does the 'H' stand for ?