• 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

    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.