Microsoft
Software
Hardware
Network
Question : If first character in string is zero, remove it
What code could I use to see if the variable strTempID begins with a zero, and if so, remove that character?
Answer : If first character in string is zero, remove it
iif(left(s,1)="0",mid(s,2)
,s)
Random Solutions
extend DataGridViewColumn
Exchage Error SPAM question.
Changing from Split Access DB in 2007 to SQL Server
Using Range(Cells(r1,c1),Cells(r<wbr />2,c2)) instead of Range("A1:B2")
What table contains company/database name - MS Dynamics GP
Intel Pro/1000 MT (Single Port) - Teaming Options Not Shown In Device Manager on Windows 2003 32-bit
Click Context Menu, opened by mshtml.IHTMLElement
Macro Help
MS Access Filter all records on on a Form
excel-vba code to change folder properties