Saturday, September 20, 2014
Wednesday, August 20, 2014
Saturday, June 28, 2014
Friday, March 7, 2014
Advanced IP Scanner
- More at: http://www.advanced-ip-scanner.com/#sthash.ECefWRpo.dpuf
Convert Currency To English in Excel
Copy the below codings.
Open excel press ALT F11
Insert module, Paste the codings and close
in excel type " =ConvertCurrencyToEnglish(X), "X = cell no)
enter (X) any cell no having numeric value, it will be converted in to words.
==================================================================
Function ConvertCurrencyToEnglish(ByVal MyNumber)
Dim Temp
Dim Rupees, Paise
Dim DecimalPlace, Count
ReDim Place(9) As String
Place(2) = " Thousand "
Place(3) = " Lakh "
Place(4) = " Crore "
' Convert MyNumber to a string, trimming extra spaces.
MyNumber = Trim(Str(MyNumber))
' Find decimal place.
DecimalPlace = InStr(MyNumber, ".")
' If we find decimal place...
If DecimalPlace > 0 Then
' Convert Paise
Temp = Left(Mid(MyNumber, DecimalPlace + 1) & "00", 2)
Paise = ConvertTens(Temp)
' Strip off Paise from remainder to convert.
MyNumber = Trim(Left(MyNumber, DecimalPlace - 1))
End If
Count = 1
Do While MyNumber <> ""
' Convert last 3 digits of MyNumber to English Rupees.
If Count = 1 Then
Temp = ConvertHundreds(Right(MyNumber, 3))
Else
Temp = ConvertTens(Right(MyNumber, 2))
End If
If Temp <> "" Then Rupees = Temp & Place(Count) & Rupees
If Count = 1 Then
If Len(MyNumber) > 3 Then
' Remove last 3 converted digits from MyNumber.
MyNumber = Left(MyNumber, Len(MyNumber) - 3)
Else
MyNumber = ""
End If
Else
If Len(MyNumber) > 2 Then
' Remove last 3 converted digits from MyNumber.
MyNumber = Left(MyNumber, Len(MyNumber) - 2)
Else
MyNumber = ""
End If
End If
Count = Count + 1
Loop
' Clean up Rupees.
Select Case Rupees
Case ""
Rupees = ""
Case Else
Rupees = " Rupees " & Rupees
End Select
' Clean up Paise.
Select Case Paise
Case ""
Paise = " "
Case Else
If Rupees <> "" Then
Paise = " and " & Paise & " Paise "
Else
Paise = " " & Paise & " Paise "
End If
End Select
ConvertCurrencyToEnglish = Rupees & Paise
If Trim(ConvertCurrencyToEnglish) <> "" Then ConvertCurrencyToEnglish = ConvertCurrencyToEnglish & " Only"
End Function
Private Function ConvertHundreds(ByVal MyNumber)
Dim Result As String
' Exit if there is nothing to convert.
If Val(MyNumber) = 0 Then Exit Function
' Append leading zeros to number.
MyNumber = Right("000" & MyNumber, 3)
' Do we have a hundreds place digit to convert?
If Left(MyNumber, 1) <> "0" Then
Result = ConvertDigit(Left(MyNumber, 1)) & " Hundred "
End If
' Do we have a tens place digit to convert?
If Mid(MyNumber, 2, 1) <> "0" Then
Result = Result & ConvertTens(Mid(MyNumber, 2))
Else
' If not, then convert the ones place digit.
Result = Result & ConvertDigit(Mid(MyNumber, 3))
End If
ConvertHundreds = Trim(Result)
End Function
Private Function ConvertTens(ByVal MyTens)
Dim Result As String
' Exit if there is nothing to convert.
If Val(MyTens) = 0 Then Exit Function
MyTens = Right("00" & MyTens, 2)
' Is value between 10 and 19?
If Val(Left(MyTens, 1)) = 1 Then
Select Case Val(MyTens)
Case 10: Result = "Ten"
Case 11: Result = "Eleven"
Case 12: Result = "Twelve"
Case 13: Result = "Thirteen"
Case 14: Result = "Fourteen"
Case 15: Result = "Fifteen"
Case 16: Result = "Sixteen"
Case 17: Result = "Seventeen"
Case 18: Result = "Eighteen"
Case 19: Result = "Nineteen"
Case Else
End Select
Else
' .. otherwise it's between 20 and 99.
Select Case Val(Left(MyTens, 1))
Case 2: Result = "Twenty "
Case 3: Result = "Thirty "
Case 4: Result = "Forty "
Case 5: Result = "Fifty "
Case 6: Result = "Sixty "
Case 7: Result = "Seventy "
Case 8: Result = "Eighty "
Case 9: Result = "Ninety "
Case Else
End Select
' Convert ones place digit.
Result = Result & ConvertDigit(Right(MyTens, 1))
End If
ConvertTens = Result
End Function
Private Function ConvertDigit(ByVal MyDigit)
Select Case Val(MyDigit)
Case 1: ConvertDigit = "One"
Case 2: ConvertDigit = "Two"
Case 3: ConvertDigit = "Three"
Case 4: ConvertDigit = "Four"
Case 5: ConvertDigit = "Five"
Case 6: ConvertDigit = "Six"
Case 7: ConvertDigit = "Seven"
Case 8: ConvertDigit = "Eight"
Case 9: ConvertDigit = "Nine"
Case Else: ConvertDigit = ""
End Select
End Function
==================================================================
Free Proxy Internet Suite
Free Proxy Internet Suite

Download at
http://www.handcraftedsoftware.org/index.php?page=download&op=getFile&id=2&title=FreeProxy-Internet-Suite
Winrar registration any version.
Install any version of Winrar.
Open Notepad copy & paste the below code
For Single PC user....
==========================================================
RAR registration data
www.cyber-meong.net
Single PC usage license
UID=82677bba2c26f2ed5ae4
64122122505ae4ec22d4750f784e2a8901843985c2be079cc32a1e
6aa7dc7081cfb903eb086035c6ab9048e2c5c62f0238f183d28519
aa87488bf38f5b634cf28190bdf438ac593b1857cdb55a7fcb0eb0
c3e4c2736090b3dfa45384e08e9de05c5860c7684bc5c891db2cb3
cabb93ecf6bf67328ca587cf7543539ff919744b37f670237dc8ca
956dde298902e876261b0fccbb9c99b745844902640f4f5860c3d0
e0580225c88873419efefb9349def3685eb3a0c1b7161913949262
==========================================================
For 100 PC user...
==========================================================
RAR registration data
www.cyber-meong.net
100 PC usage license
UID=82677bba2c26f2ed5ae4
64122122505ae4ec22d4750f784e2a8901843985c2be079cc32a1e
6aa7dc7081cfb903eb086007e697024c155e27713a0f6ced4231f1
bdd814b379ce793dea8dc738ed6feab43e470752e4be6223bc1505
ef939613fad2a789a4e17319eb43d7f8b260c7684bc5c891db2cb3
cabb93ecf6bf67328ca587cf7543539ff919744b37f670237dc8ca
956dde298902e876261b0fccbb9c99b745844902640f4f5860c3d0
e0580225c88873419efefb9349def3685eb3a0c1b7161274275785
=============================================================
File & Save as RarReg.reg & exit.
copy paste file RarReg file to C:\Program Files\WinRAR)
done..
open WinRAR full version (registered) ^_^
Remove Wat 2.2.6 & 2.2.7 for Windows 7.
Disable anti virus and download at below link.
Click on the image or below links to download.
Remove Wat 2.2.6
http://ge.tt/8dqJzq8/v/0
Remove Wat 2.2.7
http://ge.tt/7swwnfl1/v/0
Subscribe to:
Comments (Atom)








