Search This Blog

Wednesday, July 19, 2017

How to Convert Number into Word in Excel

Convert number into word in excel in Indian Rupees,, this code will work in all version of Microsoft Excel like (2003, 2007, 2010, 2013). Just fallow these easy steps.

1)         Copy 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

2)         Open excel sheet and press “Alt+F11”
3)         A new windows will appear click on “Inert” and then “Module”
4)        Paste the code in box
5)         Click on “File” and then “Close and return to Microsoft Excel”

6)        Keep the course in box where you want to convert number to word and type “=spellnumber(row & column)” (Eg. E7) and press “Enter”

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

Saturday, July 15, 2017

How to Change IMEI Number of Any Android Phone

Change IMEI Number of Any Android Phone


  • Download Mobile Uncle App from play store on your android device.
    Download Mobile Uncle
  • Now, Open the app.
  • Now, select Engineer Mode > Engineer Mode (MTK).
  • Scroll Down & click on CDS Information
  • Select Radio Information.
  • Two options will be there, ”Select Phone 22
  • You will get an option like  AT+
  • Now, enter AT+ <15 digit new IMEI>  (for ex- AT+ 123456789012345 )
  • Select SEND AT COMMAND
  • Restart your Device and you will get your new IMEI for your android device.
  • That’s it.
How to Change IMEI Number of Android Phone [ROOTED ANDROID PHONE]
This method is for ROOTED devices. You can easily change IMEI number of your Android Phone.

Requirements To Change IMEI Number of Android Phone [ROOTED DEVICE]

  • Rooted Android Device
  • Xposed  must be installed on your device.
  • IMEI Changer app – Download IMEI Changer  from Google Play Store.
  • Internet Connection (recommended).

Change IMEI Number of Any Android Phone

  • First,
    Dial *#06# on your phone to get your real IMEI number.1
  • Now, write your IMEI number on a paper or somewhere for future use.
  • Now, go to XposedModules
  • Make Tick on IMEI Changer Apk as Module.
  • Restart your Device.
  • After Restart, you will get your original IMEI number & Current IMEI number.
  • Now, enter new IMEI Number in NEW IMEI NUMBER box.
  • Now, tap on Apply.
  • Restart your android Phone again to set this new IMEI.
  • Now, check again and you will get your new IMEI original
  • That’s it!
Caution – This guide is for Educational Purposes Only. IMEI changing is Illegal.

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo

Thursday, July 13, 2017

Download Apk from Google Play Store on PC/Mobile Without Android Mobile

Android is the most widely used Operating System today on Mobile devices, and the default and safest source to get Android apps which are packaged as .apk files is the Google Play Store. But many a times the Google Play runs very very slow , or as it is in case of many devices – its simply absent, so this leaves very less options from where we can download apps which are not modified by 3rd party and are safe and secure. In such cases, we still can download apps from Google Play, by using these sites thus,safeguarding us from malicious/modified apps.You can also use these websites to get back-up of your apps/Download it on PC and preserving them so that you can install the apps from their apk later. Let’s check out the 3 best Websites to directly Download Apk from Google Play store.
Pre-requisites :
  • Google Play Store URL OR Package Name of the App . For e.g “https://play.google.com/store/apps/details?id=com.whatsapp” is the Google Play URL and the Package name will be “com.whatsapp” 
  • As shown in below figure – The image shows Google Play store URL, and the Blue colored rectangle shows the package name in our case for e.g its “com.whatsapp”
  • Unlike other services which ask for “Device ID” to download Apk’s these sitew require no Device ID‘s at all! and method to download too is very simple ðŸ™‚
---ADVERTISEMENT---

Website #1. Evozi Apk Downloader
Request Update/Force Refetch of Apk file from Evozi Apk Downloader
Evozi Apk downloader is the first website which i came across which provided the service of directly Downloading Apk files from Google Play Store, And the method to use Evozi Apk Downloader website is very Simple too..
  • Visit the Evozi Apk Downloader Website by clicking here.
  • In the Box labelled “Package name or Google Play URL” Enter either the Google Play URL or Package name of the app which you want to download.
  • No Click on the Blue-colored “Generate Download Link”button, The App will be fetched and A Green button to Download the App/apk will appear below the Blue “Generate Download Link” button.
  • Check the Figure below for Download button example of Evozi Apk Downloader. You can also refer the Figure alongside for advanced option of Evozi to Update Apps and Force Refetch of Apk File indicated by the Red Arrow,and Green rectangle respectively . Besides this you can also request it to fetch Japanese Apps by ticking the option highlighted in Blue box from the image ðŸ™‚
    Download button example of Evozi Apk Downloader

Website #2. ApkLeecher.com
ApkLeecher.com may be defined as a worthy alternative to Evozi Aok Downloader, it also works in the Same way as that of Evozi, you either have to enter the Package Name, Google Play URL or the App name of the App you want to Download and click on Blue-button “Generate Download Link”
  • After the App gets processed on the Server , you will see a download link for downloading the requested Apk file , as shown in the figure alongside (The Green Arrow indicates the link to Download the Apk)
  • After you click on this link (indicated by green arrow) , Please wait for 5-10 Seconds for the Download of Apk to Start ðŸ™‚ .
Click here to go to ApkLeecher.com
---ADVERTISEMENT---
Website #3.  Downloader-Apk.com
Downloader-Apk.com is yet another alternative to Evozi Apk Downloader/Apk Leecher and like the previous two the interface too is quite Similar, We simply have to enter the App Package Name or Google Play URL ,and click on the Blue “Generate Download Link” button.
  • After the Apk is available to Download Click on the Green Download Apk button (as indicated by Green Arrow in the Figure alongside).
  • Within 5-10 Seconds , your Requested App’s Apk file download will be Started :). Simple and Easy!
Bonus Website # apk-dl.com (Suggested by HB)
apk-dl.com is just another site which enables to download apk from google play store by either its google play store URL, or by simply entering the package name and clicking on Go! button! This website is suggested by our reader HB so a special thanks to him.
Click here to visit apk-dl.com
So, these are the 3 Best sites which you can use to directly Download Apk files from Google Play Store thus providing you always the unmodified,Safe and Secured app which you can surely install on your device without any fear of any virus/backdoor trojans,protecting your privacy,activity and your phone ðŸ™‚ . If you know of any other such site feel free to comment or if you have any doubts and queries ask us!

Add To Google BookmarksStumble ThisFav This With TechnoratiAdd To Del.icio.usDigg ThisAdd To RedditTwit ThisAdd To FacebookAdd To Yahoo