• This is default featured slide 1 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 2 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 3 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 4 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

  • This is default featured slide 5 title

    Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Excel Macro : Excel VBA code to Print the Sheet

Hope you are doing well !! Thought of sharing a small VBA code to help you writing a code to print the Workbook, Worksheet, Cell Range, Chart etc. .PrintOut () Method is used to print any Excel Object.

Syntax of .PrintOut Method

YourObj.PrintOut(From, To, Copies, Preview, ActivePrinter, PrintToFile, Collate, PrToFileName, IgnorePrintAreas)

Where:

  • YourObj (Required): It is a variable which represents your Object which you want to print. For example: Workbook, Worksheet, Chart etc.
  • From (Optional): Starting page number from which printing has to start. If this argument is omitted, printing starts from page 1.
  • To (Optional): End page number till which printing has to be done. If omitted, printing will be done till the last page.
  • Copies (Optional): This is the number of copies to be printed. If omitted, only one copy will be printed.
  • Preview (Optional): If passed as TRUE then Excel will invoke the print preview before printing the Object. If omitted, FALSE will be passed and hence excel will invoke the printing directly without showing the preview.
  • ActivePrinter (Optional): This sets the name of the active printer
  • PrintToFile (Optional): True is passed to print to a file. If it is not specified then user is prompt to enter an output file.
  • Collate (Optional): This is a Boolean type argument. TRUE is to collate multiple copies.
  • PrToFileName (Optional): If the above parameter PrintToFile is set to TRUE then you need to specify the name of the file you want to print to
  • IgnorePrintAreas (Optional): This is a Boolean type argument. If this argument is set to true then this function print the entire object.

Examples:

Based on above explanation and Syntax we will see examples of printing the Workbook, sheets, charts etc.

Example 1: VBA Statements to Print Objects with Default Options

1. VBA code to print ActiveWorkbook
  1. Function PrintActiveWorkbook()  
  2.       ActiveWorkbook.PrintOut  
  3. End Function  
2. VBA code to print Active Sheet
  1. Function PrintActiveSheet()  
  2.       ActiveSheet.PrintOut  
  3. End Function  
3. VBA code to print all WorkSheets
  1. Function PrintAllWorkSheets()  
  2.       WorkSheets.PrintOut  
  3. End Function  
4. VBA code to print a Single Sheet
  1. Function PrintOneSheet()  
  2.       Sheets("Sheet1").PrintOut 'Sheet1 is the name of the Sheet which you want to Print  
  3. End Function  
5. VBA code to print more than one Sheet
  1. Function PrintMultipleSheets()  
  2.       Sheets(Array("Sheet1" , "Sheet2""Sheet3").PrintOut   
  3. End Function  
6. VBA code to print Selected area of a Sheet
  1. Function PrintSelectedArea()  
  2.       Selection.PrintOut   
  3. End Function  
7. VBA code to print Range of Worksheet
  1. Function PrintRange()  
  2.       Range("A1:D5").PrintOut   
  3. End Function  
8. VBA code to print Excel Chart
  1. Function PrintChart()  
  2.       Sheets("Sheet1").ChartObjects("Chart1").Chart.PrintOut 'Chart1 is name of the Chart  
  3. End Function  
9. VBA code to print All Charts in a WorkSheet
  1. Function PrintAllChart()  
  2. Dim ExcelCharts As Object  
  3. Set ExcelCharts = Sheets("Sheet1").ChartObjects  
  4. For Each Chart In ExcelCharts  
  5.     Chart.Chart.PrintOut  
  6. Next  
  7. End Function  
10. VBA code to print All Charts in a Workbook
  1. Function PrintAllChart()  
  2.     Dim ExcelCharts As Object  
  3.     For Each Sheet In Sheets  
  4.         Set ExcelCharts = Sheet.ChartObjects  
  5.         For Each Chart In ExcelCharts  
  6.             Chart.Chart.PrintOut  
  7.         Next  
  8.         Set ExcelCharts = Nothing  
  9.     Next  
  10. End Function  

Example 2: VBA Statements to Print Objects with different parameters passed

1. VBA code to print From Page Number X to Page Number Y
  1. 'Below statement will print from Page No:2 to Page No:3  
  2. Worksheets("Sheet1").PrintOut From:=2, To:=3  
2. VBA code to print more than 1 Copy
  1. 'Below statement will print 3 copy of the Sheet1 from Page 2 to Page no: 3  
  2. Worksheets("Sheet1").PrintOut From:=2, To:=3, Copies:=3  
3. VBA code to Show Print Preview before actual printing
  1. 'Below statement will print 3 copy of the Sheet1 from Page 2 to Page no: 3  
  2. Worksheets("Sheet1").PrintOut From:=2, To:=3, Copies:=3, Preview:=True  
Share:

āĻāĻ• āĻ•্āϞিāĻ•ে Windows 10 āĻāϰ āϏāĻŦ Settings āφāĻĒāύাāϰ āĻšাāϤেāϰ āĻŽুāĻ ো⧟|

āφāĻŽি āφāĻĒāύাāĻĻেāϰ āĻĨেāĻ•ে āĻŦ⧟āϏে āĻ…āύেāĻ• āĻ›োāϟ āĻšāĻŦ, āϏুāϤāϰাং āφāĻŽাāϰ āϏāĻ•āϞ āĻ­ুāϞ āĻ•্āώāĻŽাāϰ āϏুāύ্āĻĻāϰ āĻĻৃāώ্āϟিāϤে āĻĻেāĻ–āĻŦেāύ।āφāϰ āϝাāϰা āĻāϟা āφāĻ—ে āĻĨেāĻ•েāχ āϜাāύেāύ āϤাāϰা āφāĻŽাāĻ•ে āĻ‰ā§ŽāϏাāĻš āĻĻিāϤে āĻ­ুāϞāĻŦেāύ āύা।
āϤো āφāϜ āφāĻŽি āφāĻĒāύাāĻĻেāϰ āĻĻেāĻ–াāĻŦো,  Windows-10 āĻāϰ āϏāĻ•āϞ Settings āϏুāĻŽāĻš āĻ•িāĻ­াāĻŦে Shortcut AccessāĻ•āϰা āϝা⧟।
āĻ āĻ•াāϜāϟা āĻ–ুāĻŦāχ āϏāĻšāϜ,  āϚāϞুāύ āĻāĻŦাāϰ āĻĻেāĻ–া āϝাāĻ•।
āĻĒ্āϰāĻĨāĻŽে āφāĻĒāύাāĻ•ে āϝা āĻ•āϰāϤে āĻšāĻŦে  Desktop āĻŦা āϝেāĻ•োāύ  āϏ্āĻĨাāύে āύāϤুāύ āĻāĻ•āϟা Folder āύিāϤে āĻšāĻŦে।
Mouse āĻāϰ Right Button āĻ Click>Cursor  āϟি New āĻāϰ  New folder  āϟিāĻāϰ āϘāϰে āύি⧟ে Mouse āĻ
Left Button āĻ click āĻ•āϰুāύ। āύীāϚেāϰ āĻ›āĻŦিāϰ āĻŽāϤ āĻ•āϰে….
Image 1
āĻāĻŦাāϰ  New folder āĻ•ে GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
āύাāĻŽে  Rename āĻ•āϰুāύ।
Image 2
āĻāĻŦাāϰ Folder āϟি Control Panel āĻāϰ āφāχāĻ•āύ āϧাāϰāύ āĻ•āϰāĻŦে। āĻāĻŦাāϰ āĻāϟিāϤে Double Click āĻ•āϰুāύ।
image 3
image4
āĻāϰāĻĒāϰ āϏāĻŦ Settings āĻāĻ•āĻŦাāϰে āφāĻĒāύাāϰ āĻšাāϤেāϰ āĻŽুāĻ ো⧟। āĻŦ্āϝাāϏ āĻļুāϰু āĻ•āϰে āĻĻিāύ āφāĻĒāύাāϰ āĻŽāύেāϰ āĻŽāϤ āĻ•āϰে āφāĻĒāύাāϰ PC āĻ•ে āϏাāϜাāύো।
āϤো āφāϜ āĻāχ āĻĒāϰ্āϝāύ্āϤāχ|āφāĻ—াāĻŽী āϟিāωāύে āφāĻŦাāϰ āĻĻেāĻ–া āĻšāĻŦে। āϧāύ্āϝāĻŦাāĻĻ āϏāĻŦাāχāĻ•ে।


Repeated cause of 200 words rule :
āϤো āφāϜ āφāĻŽি āφāĻĒāύাāĻĻেāϰ āĻĻেāĻ–াāĻŦো,  Windows-10 āĻāϰ āϏāĻ•āϞ Settings āϏুāĻŽāĻš āĻ•িāĻ­াāĻŦে Shortcut AccessāĻ•āϰা āϝা⧟।
āĻ āĻ•াāϜāϟা āĻ–ুāĻŦāχ āϏāĻšāϜ,  āϚāϞুāύ āĻāĻŦাāϰ āĻĻেāĻ–া āϝাāĻ•।
āĻĒ্āϰāĻĨāĻŽে āφāĻĒāύাāĻ•ে āϝা āĻ•āϰāϤে āĻšāĻŦে  Desktop āĻŦা āϝেāĻ•োāύ  āϏ্āĻĨাāύে āύāϤুāύ āĻāĻ•āϟা Folder āύিāϤে āĻšāĻŦে।
Mouse āĻāϰ Right Button āĻ Click>Cursor  āϟি New āĻāϰ  New folder  āϟিāĻāϰ āϘāϰে āύি⧟ে Mouse āĻ
Left Button āĻ click āĻ•āϰুāύ।
āĻāĻŦাāϰ  New folder āĻ•ে GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}
āύাāĻŽে  Rename āĻ•āϰুāύ।

āĻāĻŦাāϰ Folder āϟি Control Panel āĻāϰ āφāχāĻ•āύ āϧাāϰāύ āĻ•āϰāĻŦে। āĻāĻŦাāϰ āĻāϟিāϤে Double Click āĻ•āϰুāύ।

āĻāϰāĻĒāϰ āϏāĻŦ Settings āĻāĻ•āĻŦাāϰে āφāĻĒāύাāϰ āĻšাāϤেāϰ āĻŽুāĻ ো⧟। āĻŦ্āϝাāϏ āĻļুāϰু āĻ•āϰে āĻĻিāύ āφāĻĒāύাāϰ āĻŽāύেāϰ āĻŽāϤ āĻ•āϰে āφāĻĒāύাāϰ PC āĻ•ে āϏাāϜাāύো।
Share:

Convert WIM to ESD- Compress WIM File & Reduce Windows 7,8,8.1,10 Size

Windows Vista/7 āĻŦা āĻĒāϰāĻŦāϰ্āϤী Windows āĻ Install.wim āĻĢাāχāϞāϟি āĻ–ুāĻŦāχ āĻ—ুāϰুāϤ্āĻŦāĻĒূāϰ্āĻŖ। āĻ āĻĢাāχāϞāϟিāϤে Windows āĻāϰ āϏāĻŽāϏ্āϤ File/Folder āĻĨাāĻ•ে। āϝাঁāϰা Windows Vista/7 āĻŦা āĻĒāϰāĻŦāϰ্āϤী Version āĻāϰ Windows Customize āĻ•āϰāϤে āϚা⧟ āϤাঁāϰা āĻ āĻĢাāχāϞāϟিāĻ•ে Edit āĻ•āϰেāύ। āϤাāĻ›া⧜া āĻāĻ•াāϧিāĻ• Install.wim File Merge āĻ•āϰাāϰ āϜāύ্āϝāĻ“ āĻāϟি Edit āĻ•āϰা āĻšā§Ÿ। āĻāϏāĻŦ āĻ•াāϜ āĻ•āϰāϤে āĻ—ি⧟ে Install.wim File āϟিāϰ āϏাāχāϜ āĻŦে⧜ে āϝা⧟ āϝা āĻ•āĻ–āύো āĻ•āĻ–āύো āϏāĻŽāϏ্āϝাāϰ āϏৃāώ্āϟি āĻ•āϰে। āϤাāχInstall.wim File āϟিāϰ āϏাāχāϜ āĻ•āĻŽাāύো āϜāϰুāϰী āĻšā§Ÿে āĻĒ⧜ে। Install.wim File āϟিāĻ•ে Install.esd āϤে Convert āĻ•āϰে āĻ āϏাāχāϜ āĻ•āĻŽাāύো āϝা⧟ āĻ…āύেāĻ•। āĻ āϟিāωāϟোāϰি⧟াāϞāϟিāϤে āϐ āĻ•াāϜāϟিāχ āφāĻŽāϰা āĻ•āϰāĻŦো।

Install.wim to Install.esd:
Install.wim File āϟি Source Folder āĻ āĻĨাāĻ•ে। Source Folder āĻ Boot.wim āύাāĻŽে āφāϰেāĻ•āϟি āĻĢাāχāϞ āĻĨাāĻ•ে āϝাWindows āĻāϰ āĻĒুāϰো Installation Process āϏāĻŽ্āĻĒāύ্āύ āĻ•āϰে। āϐ āĻĢাāχāϞāϟি āĻ•োāύāĻ­াāĻŦে Edit āĻ•āϰা āϝাāĻŦে āύা। File āϟিModify āĻ•āϰāϤে āĻ—েāϞে Setup Process āĻ Error āĻĻেāĻ–া āĻĻিāϤে āĻĒাāϰে। āϤাāχ āφāĻŽāϰা Install.wim āĻĢাāχāϞāϟি āύি⧟ে āĻ•াāϜ āĻ•āϰāĻŦো। Install.wim File āϟিāĻ•ে Modify āĻ•āϰাāϰ āϜāύ্āϝ NTLiteWim Editing Tool āĻŦ্āϝāĻŦāĻšাāϰ āĻ•āϰা āϝা⧟। āĻāĻ•āϟিInstall.wim āĻĢাāχāϞে āĻāĻ• āĻŦা āĻāĻ•াāϧিāĻ• Image āĻĨাāĻ•āϤে āĻĒাāϰে। āĻāĻ• āĻāĻ•āϟা Image Windows āĻāϰ āĻāĻ• āĻāĻ•āϟিVersion āĻšিāϏেāĻŦে āĻ•াāϜ āĻ•āϰে। āϝেāĻŽāύ āφāĻŽāϰা Setup āĻāϰ āϏāĻŽā§Ÿ Version āĻ—ুāϞোāϰ āĻāĻ•āϟি āϞিāϏ্āϟ āĻĻেāĻ–āϤে āĻĒাāχ āϝেāĻ–াāύ āĻĨেāĻ•ে āĻĒāĻ›āύ্āĻĻāĻŽāϤ Version āϟি Install āĻ•āϰা āϝা⧟।

Finally Install.wim āϤৈāϰি āĻ•āϰাāϰ āĻĒāϰ āĻ•োāύ āĻāĻ• āϜা⧟āĻ—া⧟ āĻĢাāχāϞāϟি āĻ•āĻĒি āĻ•āϰে āύিāύ āĻāĻŦং Install.wim āĻĢাāχāϞāϟিāϤে āĻ•ā§Ÿāϟি Image āφāĻ›ে āϤা āĻĻেāĻ–ে āύিāύ। āĻ•ā§Ÿāϟি Image āφāĻ›ে āϤা āϚেāĻ• āĻ•āϰাāϰ āϜāύ্āϝ āĻĒāĻ›āύ্āĻĻāĻŽāϤ āϝেāĻ•োāύ āĻāĻ•āϟি Wim Editing Tool āĻŦ্āϝāĻŦāĻšাāϰ āĻ•āϰāϤে āĻĒাāϰেāύ। āϤাāϰāĻĒāϰ āύিāϚেāϰ āĻ•āĻŽাāύ্āĻĄāϟি āĻĻি⧟ে āĻāĻ•āϟি Batch File āϤৈāϰি āĻ•āϰুāύ। Batch FileāϟিāĻ“ āĻāĻ•āχ āϜা⧟āĻ—া⧟ āϰাāĻ–ুāύ। āφāĻĒāύাāϰ Install.wim File āĻ āĻ•ā§Ÿāϟি Image āφāĻ›ে āϤা Batch File āĻ āĻāĻĄ āĻ•āϰāϤে āĻšāĻŦে।
āφāĻŽাāϰ Install.wim āĻĢাāχāϞāϟিāϤে āϚাāϰāϟি Image āφāĻ›ে āĻāĻŦং āφāĻŽি Batch File āϟিāϤে āϚাāϰāϟি Image Add āĻ•āϰেāĻ›ি।Batch File āĻāϰ Image āϏংāĻ–্āϝা āφāϰ Install.wim File āĻāϰ Image āϏংāĻ–্āϝা āĻ•āĻŽ āĻŦেāĻļি āĻšāϞে Command āϟি āĻ•াāϜ āĻ•āϰāĻŦে āύা। āĻĒ্āϰāϤিāϟি Image āĻāϰ āϏাāχāϜ āϏাāϧাāϰāĻŖāϤ āĻ•ā§ŸেāĻ• GB āĻšā§Ÿে āĻĨাāĻ•ে। āϏাāχāϜ āĻ–ুāĻŦ āĻŦ⧜ āĻšāĻ“ā§Ÿা⧟ āĻĒ্āϰāϤিāϟি Image CompressāĻšāϤে āĻāĻ•āϟু āϏāĻŽā§Ÿ āϞাāĻ—āϤে āĻĒাāϰে। āĻ•্āώেāϤ্āϰে āĻŦিāĻļেāώে āϘāύ্āϟা āĻ–াāύেāĻ• āϞাāĻ—āϤে āĻĒাāϰে। āϏāĻŦ āĻ•āϟি Image Compress āĻšāĻ“ā§Ÿা āĻĒāϰ্āϝāύ্āϤ āĻ…āĻĒেāĻ•্āώা āĻ•āϰāϤে āĻšāĻŦে āĻāĻŦং āĻ•োāύāĻ­াāĻŦে Interruption āĻšāϞে āĻļুāϰু āĻĨেāĻ•ে āĻ•āϰāϤে āĻšāĻŦে। āϤāĻŦে āĻ•াāϜ āϚāϞাāĻŦāϏ্āĻĨা⧟ āĻ…āύ্āϝাāύ্āϝ āĻ•াāϜ āĻ•āϰা āϝাāĻŦে। āĻ•āĻŽাāύ্āĻĄ āϏāĻŽাāĻĒ্āϤ āĻšāϞে āĻāĻ•āχ āϜা⧟āĻ—া⧟ Install.esd āϤৈāϰি āĻšā§Ÿে āϝাāĻŦে। Run as Administrator āĻšিāϏেāĻŦেBatch File āϟি Run āĻ•āϰে āĻ…āĻĒেāĻ•্āώা āĻ•āϰুāύ āĻļেāώ āύা āĻšāĻ“ā§Ÿা āĻĒāϰ্āϝāύ্āϤ।
How to Use Install.esd:
Source Folder āĻĨেāĻ•ে Install.wim File āϟি Delete āĻ•āϰে āĻāϰ āĻĒāϰিāĻŦāϰ্āϤে Install.esd File āϟি Copy āĻ•āϰে āĻĻিāύ। āĻ•াāϜ āĻļেāώ। Setup āĻāϰ āϏāĻŽā§Ÿ Boot.wim āĻĒ্āϰāĻĨāĻŽে Install.wim File āĻ•ে āĻ–োঁāϜāĻŦে। āύা āĻĒেāϞে Install.esd File āĻ•ে āĻ–োঁāϜে āύেāĻŦে। 

Share:

āĻ•িāĻ­াāĻŦে āĻŦুāĻāĻŦেāύ āφāĻĒāύাāϰ āϏিāĻŽāϟি āύিāĻŦāύ্āϧিāϤ āύাāĻ•ি!


1461869359_-āϰেāϜিāώ্āϟ্āϰেāĻļāύ-āĻ­াāĻŦāύা-āĻ“-āϏংāĻ•া-1-1.jpg
āĻ•িāĻ­াāĻŦে āĻŦুāĻāĻŦেāύ āφāĻĒāύাāϰ āϏিāĻŽāϟি āϏāĻ িāĻ•āĻ­াāĻŦে āϰেāϜিāϏ্āϟ্āϰেāĻļāύ āĻšā§ŸেāĻ›ে āĻ•িāύা? āĻ•াāϰāύ ā§§ā§Š āĻ•োāϟি ā§Ž āϞাāĻ– āϏিāĻŽেāϰ āĻŽāϧ্āϝে āĻāĻ–āύো āϰেāϜিāϏ্āϟ্āϰেāĻļāύ āĻšā§ŸেāĻ›ে āĻĒ্āϰা⧟ ā§­āĻ•োāϟি ā§Šā§ŠāϞাāĻ–। āĻ•িāύ্āϤু āĻĒ্āϰা⧟ ā§Ŧ⧍āϞাāĻ– āĻŽাāύুāώেāϰ āύিāĻŦāύ্āϧāύ āĻšā§Ÿāύি āĻšাāϤেāϰ āĻ›াāĻĒ āύা āĻŽেāϞা⧟,ā§Šā§ĢāϞাāĻ– āĻŽাāύুāώেāϰ āϏিāĻŽ āύিāĻŦāύ্āϧāύ āĻšā§Ÿāύি āĻĒāϰিāϚ⧟āĻĒāϤ্āϰেāϰ āĻ…āĻ­াāĻŦে,āφāϰো āĻ…āύ্āϝাāύ্āϝ āĻ•াāϰāύে āύিāĻŦāύ্āϧিāϤ āĻšā§Ÿāύি āφāϰো ā§ŽāϞাāĻ–া ⧍ā§ĻāĻšাāϜাāϰ āϏিāĻŽ !
āφāĻĒāύি āύিāĻļ্āϚিāϤ āϤো āϝে āφāĻĒāύাāϰ āϏিāĻŽāϟি āϏāĻ িāĻ•āĻ­াāĻŦে āĻŦা⧟োāĻŽেāϟ্āϰিāĻ• āĻĒāĻĻ্āϧāϤিāϤে āύিāĻŦāύ্āϧিāϤ āĻšā§ŸেāĻ›ে āĻ•িāύা…? āϚāϞুāύ āĻĻেāĻ–ে āύেāχ āĻ•িāĻ­াāĻŦে āĻļিāĻ“āϰ āĻšāĻŦেāύ āφāĻĒāύাāϰ āϏিāĻŽāϟি āϏāĻ িāĻ•āĻ­াāĻŦে āύিāĻŦāύ্āϧিāϤ āĻ•িāύা।

āĻ—্āϰাāĻŽীāύāĻĢোāύ -Grameen phone

  Message option āĻ—ি⧟ে reg āϞিāĻ–ে 4949 āĻ send āĻ•āϰুāύ।
āĻĢিāϰāϤি āĻ•্āώুāĻĻে āĻŦাāϰ্āϤা⧟ āĻ•ী āϞিāĻ–া āĻĒ⧜ুāύ।āϰেāϜিāϏ্āϟ্āϰেāĻļāύ āϏāĻŽ্āĻĒāύ্āύ āĻšāϞে āĻĢিāϰāϤি āĻŽেāϏেāϜেāχ āĻ•āύāĻĢাāϰāĻŽেāĻļāύ āĻĒাāĻŦেāύ।

āĻŦাংāϞাāϞিংāĻ• -Banglalink

images
⧍) āĻŦাংāϞāϞিংāĻ• āύিāĻŦāύ্āϧāύ āϝাāϚাāχঃ āĻŦাংāϞাāϞিংāĻ•েāϰ āĻ—্āϰাāĻšāĻ•āϰা *1600*1# āĻĄা⧟াāϞ āĻ•āϰে āύিāĻŦāύ্āϧāύ āϝাāϚাāχ āĻ•āϰāϤে āĻĒাāϰেāύ।

āϰāĻŦি-Robi

unnamed
ā§Š) āϰāĻŦি āύিāĻŦāύ্āϧāύ āϝাāϚাāχঃ *643# āϞিāĻ–ে āĻ•āϞ āĻŦাāϟāύ āϚাāĻĒুāύ। āĻāĻ•āϟি āĻ•্āώুāĻĻে āĻŦাāϰ্āϤা āφāϏāĻŦে, āĻ…āύুāϏāϰāĻŖ āĻ•āϰুāύ 1 āϞিāĻ–ে send āĻ•āϰুāύ। āĻĢিāϰāϤি āĻ•্āώুāĻĻে āĻŦাāϰ্āϤা⧟ āĻ•ী āϞিāĻ–া āĻĒ⧜ুāύ।āϰেāϜিāϏ্āϟ্āϰেāĻļāύ āϏāĻŽ্āĻĒāύ্āύ āĻšāϞে āĻĢিāϰāϤি āĻŽেāϏেāϜেāχ āĻ•āύāĻĢাāϰāĻŽেāĻļāύ āĻĒাāĻŦেāύ।

āĻā§ŸাāϰāϟেāϞ-Airtel

airtel-new-logo-ver
ā§Ē) āĻā§ŸাāϰāϟেāϞ āύিāĻŦāύ্āϧāύ āϝাāϚাāχঃ *121*444# āϞিāĻ–ে āĻ•āϞ āĻŦাāϟāύ āϚাāĻĒুāύ। āĻĢিāϰāϤি āĻ•্āώুāĻĻে āĻŦাāϰ্āϤা⧟ āĻ•ী āϞিāĻ–া āĻĒ⧜ুāύ।āϰেāϜিāϏ্āϟ্āϰেāĻļāύ āϏāĻŽ্āĻĒāύ্āύ āĻšāϞে āĻĢিāϰāϤি āĻŽেāϏেāϜেāχ āĻ•āύāĻĢাāϰāĻŽেāĻļāύ āĻĒাāĻŦেāύ।
Share:

Secret Codes For Android and All Samsung Galaxy Variants


Restarting Phone Galaxy Secret Code

  1. #*2562#
  2. #*3849#
  3. #*3851#
  4. #*3876#


These are all the secret codes to restart your Samsung galaxy without manuallydoing so.
System Control Secret code for Samsunggalaxy

  1. *#7284# USB I2C Mode Controlling Panel
  2. *#872564# This code control the USB Logging
  3. *#4238378# This secret code control GCF Configuration
  4. *#0283# This secret code Control Audio Loopback
  5. *#1575# Manage and control GPS Menu


Phone Information Secret codes for Samsunggalaxy

  1. *#*#4636#*#* This is the Samsung galaxy secret code for your phone information
  2. *#*#4986*2650468#*#* This code is use to View Phone’s PDA , H/W, RFCallDate details
  3. *#*#1234#*#* View PDA type and Version
  4. *#*#1111#*#* secret code to display Firmware software version
  5. *#*#2222#*#* secret code to display firmware hardware version
  6. *#*#44336#*#* Display your build version ROM sales code,build time and change listnumber
  7. *#272*IMEI# – Use this code to change your salescodes and reset the user data
  8. *#0011# This secret code is use to show the status information for Your GSM Network
  9. *#*#4636#*#* Display all the user statistics from the beginning of time and theessential Phone Informations
  10. *#12580*369# this Samsung galaxy secret code check software and hardwareinformation.
  11. *#12580*369# Display all Software and Hardware information of your galaxy
  12. #*#8377466# Display all Software Version and Hardware Version information of yourgalaxy
  13. Secret Code for all testing purposes ForSamsung galaxy

  14. *#0589# This Code is use to enter Light Sensor Test Mode
  15. *#0588# Proximity Sensor Secret code
  16. *#*#526#*#* Enter WLAN network by using this code
  17. *#*#232338#*#* This code will display all WIFI mac address
  18. *#*#1472365#*#* Using this secret code to Test GPS
  19. *#*#1575#*#* A next gps test code
  20. *#*#232331#*#* Trouble shoot your Bluetooth
  21. *#9090# Diagnostic Configuration secret code
  22. #*3888# BLUETOOTH Test mode Code
  23. #*#0*#*#* Test Your LCD Screen
  24. *#*#0673#*#* melody and audio Test
  25. *#*#0842#*#* General Test Mode (vibration test and backlight test)
  26. *#*#2663#*#* Test your LCD touch screen
  27. *#8999*8378# Universal Test Menu
  28. *#0842# Vibration Motor Test Mode Code
  29. *#0782# Test your Time in real time mode
  30. *#0673# Audible Test
  31. *#0*# General Test Mode function


Network Secret codes for Samsung galaxy

  1. *7465625*638*# This code gives you the ability to customize Network Lock MCC/MNC
  2. #7465625*638*# Use this code to perform Network data locks and (Insert NetworkLock)
  3. *7465625*782*# Customize your Network Lock NSP
  4. #7465625*782*# input any semi- Partiality Network Lock Keycode
  5. *7465625*77*# Key code for Network lock SP
  6. #7465625*77*# Secret key to insert network operator
  7. *7465625*27*# Secret code for Network lock and operation for NSP/CP
  8. #7465625*27*# Secret code for Samsung galaxy Content Provider network insertion
  9. *#272*IMEI# Samsung galaxy s3 csc code -gives your the buyer code
  10. *#2263# RF Band -select your network mode type


Firmware and service mode Secret code forSamsung galaxy

  1. *#32489# Enter Service mode (Ciphering Info)
  2. *#197328640# This is the code for default Service Mode
  3. #0808# usb service
  4. *#9090# service mode usb
  5. *#2663# TSP / TSK firmware update
  6. *#34971539# Update your camera firmaware
  7. *#526# WLAN Engineering service mode
  8. *#528# WLAN Engineering service Mode
  9. *#7412365# Enter your Camera Firmware Menu.
  10. *#8736364# OTA Update Menu screen code for android
  11. *2767*4387264636# Sellout SMS / PCODE view
Secret code for Factory reset (Android)

  1. *#7780# Factory Reset all your Samsung galaxy with a confirmation message
  2. *2767*3855# Full factory reset without a confirmation message.It will perform a hardrest
  3. *#*#273283*255*663282*#*#* copy files and backup media files


Secret code for Debugging
  1. *#745# Dump Menu for dumping RIL
  2. *#746# general Debug Dump Menu
  3. *#9900# Bring you to System Dump menu, give you option to boost your networkspeed, WIFI and battery
  4. *#03# NAND Flash S/N
  5. *#7594# Remap Shutdown to End Call TSK
  6. *#272886# Auto Answer Selection
    Share:

    Popular Posts

    Kategori

    Powered by Blogger.

    Translate

    Labels

    Recent Posts

    Unordered List

    • Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    • Aliquam tincidunt mauris eu risus.
    • Vestibulum auctor dapibus neque.

    Pages

    Theme Support

    Need our help to upload or customize this blogger template? Contact me with details about the theme customization you need.