Microsoft
Software
Hardware
Network
Question : get last 4 digit
HOw to get the last 4 digit of account numbers?
sample
45654545
458776
1231213213131
78745411
4521321212131231
Answer : get last 4 digit
dim origString as string = "abc1234567"
dim newString as string = origString.Substring(orgSt
ring.Lengt
h - 4,4)
OR
Dim origString As String = "abc1234567"
Dim newString As String = Right(origString, 4)
Random Solutions
need help with cookies
2D array help
What is the best firewall / VPN solution for a network of 15 - 20 users?
Syncing local database with shared hosting
Auto Add a new row in a form in Word
converting sql to linq not working
Quickbooks memory error when trying to export report
VBA for Multiple Chart Creation using SheetsFound
Exchange Server 2007 Configuration Checklist
Outlook 2007 -- ToDo List WINDOW