Social Icons

Pages

Jun 19, 2017


Convert a Numeric Value Into English Words in Excel in Rupees




  1. Open Excel & Press Alt+F 11
  2. Click Insert Tab and Click Module 
  3. Copy & Paste this code
Function SpellNumber(amt As Variant) As Variant
Dim FIGURE As Variant
Dim LENFIG As Integer
Dim i As Integer
Dim WORDs(19) As String
Dim tens(9) As String
WORDs(1) = "One"
WORDs(2) = "Two"
WORDs(3) = "Three"
WORDs(4) = "Four"
WORDs(5) = "Five"
WORDs(6) = "Six"
WORDs(7) = "Seven"
WORDs(8) = "Eight"
WORDs(9) = "Nine"
WORDs(10) = "Ten"
WORDs(11) = "Eleven"
WORDs(12) = "Twelve"
WORDs(13) = "Thirteen"
WORDs(14) = "Fourteen"
WORDs(15) = "Fifteen"
WORDs(16) = "Sixteen"
WORDs(17) = "Seventeen"
WORDs(18) = "Eighteen"
WORDs(19) = "Nineteen"
tens(2) = "Twenty"
tens(3) = "Thirty"
tens(4) = "Fourty"
tens(5) = "Fifty"
tens(6) = "Sixty"
tens(7) = "Seventy"
tens(8) = "Eighty"
tens(9) = "Ninety"
FIGURE = amt
FIGURE = Format(FIGURE, "FIXED")
FIGLEN = Len(FIGURE)
If FIGLEN < 12 Then
FIGURE = Space(12 - FIGLEN) & FIGURE
End If
If Val(Left(FIGURE, 9)) > 1 Then
SpellNumber = "Rupees "
ElseIf Val(Left(FIGURE, 9)) = 1 Then
SpellNumber = "Rupee "
End If
For i = 1 To 3
If Val(Left(FIGURE, 2)) < 20 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
If i = 1 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " Crore "
ElseIf i = 2 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " Lakh "
ElseIf i = 3 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & " Thousand "
End If
FIGURE = Mid(FIGURE, 3)
Next i
If Val(Left(FIGURE, 1)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 1))) + " Hundred "
End If
FIGURE = Mid(FIGURE, 2)
If Val(Left(FIGURE, 2)) < 20 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
FIGURE = Mid(FIGURE, 4)
If Val(FIGURE) > 0 Then
SpellNumber = SpellNumber & " Paise "
If Val(Left(FIGURE, 2)) < 20 And Val(Left(FIGURE, 2)) > 0 Then
SpellNumber = SpellNumber & WORDs(Val(Left(FIGURE, 2)))
ElseIf Val(Left(FIGURE, 2)) > 19 Then
SpellNumber = SpellNumber & tens(Val(Left(FIGURE, 1)))
SpellNumber = SpellNumber & WORDs(Val(Right(Left(FIGURE, 2), 1)))
End If
End If
FIGURE = amt
FIGURE = Format(FIGURE, "FIXED")
If Val(FIGURE) > 0 Then
SpellNumber = SpellNumber & " Only "
End If
End Function
and exit this window 
5. type =spellnumber(colloum & row number) 
and hit Enter
Enjoy

Sep 21, 2016

LOCK FOLDER WITHOUT ANY SOFTWARE 


Step 1- Create A Folder Name "Private"
Step 2- Open Notepad and Copy the code 

cls
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== CHANGE_YOUR_PASSWORD goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End
Step 3- Paste it and Save the file Name abc.bat outside the folder 
Step 4- Run the file 

Enjoy

Jan 21, 2016

ENABLE WIFI OR WIRELESS VIA COMMAND PROMPT

1- GO TO START & OPEN CMD (RUN AS ADMINISTRATOR)
2- TYPE THIS COMMAND -
netsh interface show interface

3- FOR Enable WiFi-
netsh interface set interface "Interface Name" enabled
EXAMPLE
netsh interface set interface "Wi-Fi enable" = wifi enable

4-For Disable WiFi-
netsh interface set interface "Interface Name" disable
Example-
netsh interface set interface "Wi-Fi disable" = wifi disable




Nov 7, 2015

BIOS SETTING FOR BOOTING 

FOR BIOS SETTING POWER ON COMPUTER & PRESS DEL , F2 , F10 , F4 OR ESC BUTTON
EVERY SYSTEM HAVE DIFFERENT BIOS SOFTWARE OR BIOS SETUP KEY 

AFTER ENTERING BIOS GO TO BOOT SETTING OR BOOT ORDER OR BOOT PRIORITY OR BOOT SEQUENCE OR   BOOT OR STARTUP OR STARTUP SEQUENCE 
AND SELECT 1ST BOOT DEVICE - CD/DVD OR USB OR NETWORK 
AND SELECT 2ND BOOT DEVICE - HDD (HARD DISK) 
PRESS F10 OR F4 FOR SAVE THE BIOS SETTING. 



ENJOY




Installation of Windows 7 with Figure
First Go To Bios Setting (Del or F2) And Set Boot Device Like--
1st boot CD/DVD or USB or Network
2nd boot to your Harddisk and press F4 or F10 for save and exit.



Nov 6, 2015

WINDOWS XP-2 (SERVICE PACK 2 ) INSTALLATION

WINDOWS XP-2 (SERVICE PACK 2 ) INSTALLATION 

First Go To Bios Setting (Del or F2) And Set Boot Device Like--
1st boot CD/DVD or USB or Network
2nd boot to your Harddisk and press F4 or F10 for save and exit.

 AFTER CONFIGURATION WAIT SOME TIME 
AND THESE SCREEN APPEAR

THANKS FOR VISIT