J
Jeanh
Introduction
This section is for users with no knowledge of Excel.
Microsoft Excel is one of the most used software applications of all time. Hundreds of millions of people around the world use Microsoft Excel. You can use Excel to enter all sorts of data and perform financial, mathematical or statistical calculations.
1 You do not have permission to view the full content of this post. Log in or register now.: A range in Excel is a collection of two or more cells. This chapter gives an overview of some very important range operations.
2 You do not have permission to view the full content of this post. Log in or register now.: A formula is an E×ρréššion which calculates the value of a cell. Functions are predefined formulas and are already available in Excel.
Basics
This section explains the basics of Excel.
1 You do not have permission to view the full content of this post. Log in or register now.: Excel selects the ribbon's Home tab when you open it. Learn how to minimize and customize the ribbon.
2 You do not have permission to view the full content of this post. Log in or register now.: A workbook is another word for your Excel file. Excel automatically creates a blank workbook when you open it.
3 You do not have permission to view the full content of this post. Log in or register now.: A worksheet is a collection of cells where you keep and manipulate the data. By default, each Excel workbook contains three worksheets.
4 You do not have permission to view the full content of this post. Log in or register now.: When we format cells in Excel, we change the appearance of a number without changing the number itself.
5 You do not have permission to view the full content of this post. Log in or register now.: Learn how to use Excel's Find, Replace and Go To Special feature.
6 You do not have permission to view the full content of this post. Log in or register now.: Instead of creating an Excel workbook from scratch, you can create a workbook based on a template. There are many free templates available, waiting to be used.
7 You do not have permission to view the full content of this post. Log in or register now.: Use data validation in Excel to make sure that users enter certain values into a cell.
8 You do not have permission to view the full content of this post. Log in or register now.: Keyboard shortcuts allow you to do things with your keyboard instead of your mouse to increase your speed.
9 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to print a worksheet and how to change some important print settings in Excel.
10 You do not have permission to view the full content of this post. Log in or register now.: Learn how to share Excel data with Word documents and other files.
11 You do not have permission to view the full content of this post. Log in or register now.: Encrypt an Excel file with a password so that it requires a password to open it.
You do not have permission to view the full content of this post. Log in or register now.
Functions
Discover how functions in Excel help you save time. If you are new to functions in Excel, we recommend you to read our introduction to You do not have permission to view the full content of this post. Log in or register now. first.
1 You do not have permission to view the full content of this post. Log in or register now.: The most used functions in Excel are the functions that count and sum. You can count and sum based on one criteria or multiple criteria.
2 You do not have permission to view the full content of this post. Log in or register now.: Learn how to use Excel's logical functions such as the IF, AND and OR function.
3 You do not have permission to view the full content of this post. Log in or register now.: Cell references in Excel are very important. Understand the difference between relative, absolute and mixed reference, and you are on your way to success.
4 You do not have permission to view the full content of this post. Log in or register now.: To enter a date in Excel, use the "/" or "-" characters. To enter a time, use the ":" (colon). You can also enter a date and a time in one cell.
5 You do not have permission to view the full content of this post. Log in or register now.: Excel has many functions to offer when it comes to manipulating text strings.
6 You do not have permission to view the full content of this post. Log in or register now.: Learn all about Excel's lookup & reference functions such as the VLOOKUP, HLOOKUP, MATCH, INDEX and CHOOSE function.
7 You do not have permission to view the full content of this post. Log in or register now.: This chapter illustrates Excel's most popular financial functions.
8 You do not have permission to view the full content of this post. Log in or register now.: An overview of some very useful statistical functions in Excel.
9 You do not have permission to view the full content of this post. Log in or register now.: This chapter illustrates three functions to round numbers in Excel. The ROUND, ROUNDUP and ROUNDDOWN function.
10 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to deal with some common formula errors in Excel.
11 You do not have permission to view the full content of this post. Log in or register now.: This chapter helps you understand array formulas in Excel. Single cell array formulas perform multiple calculations in one cell.
You do not have permission to view the full content of this post. Log in or register now.
Data Analysis
This section illustrates the powerful features Excel has to offer to analyze data.
1 You do not have permission to view the full content of this post. Log in or register now.: You can sort your Excel data on one column or multiple columns. You can sort in ascending or descending order.
2 You do not have permission to view the full content of this post. Log in or register now.: Filter your Excel data if you only want to display records that meet certain criteria.
3 You do not have permission to view the full content of this post. Log in or register now.: Conditional formatting in Excel enables you to highlight cells with a certain color, depending on the cell's value.
4 You do not have permission to view the full content of this post. Log in or register now.: A simple Excel chart can say more than a sheet full of numbers. As you'll see, creating charts is very easy.
5 You do not have permission to view the full content of this post. Log in or register now.: Pivot tables are one of Excel's most powerful features. A pivot table allows you to extract the significance from a large, detailed data set.
6 You do not have permission to view the full content of this post. Log in or register now.: Tables allow you to analyze your data in Excel quickly and easily.
7 You do not have permission to view the full content of this post. Log in or register now.: What-If Analysis in Excel allows you to try out different values (scenarios) for formulas.
8 You do not have permission to view the full content of this post. Log in or register now.: Excel includes a tool called solver that uses techniques from the operations research to find optimal solutions for all kind of decision problems.
9 You do not have permission to view the full content of this post. Log in or register now.: The Analysis ToolPak is an Excel add-in program that provides data analysis tools for financial, statistical and engineering data analysis.
You do not have permission to view the full content of this post. Log in or register now.
VBA
Excel VBA (Visual Basic for Applications) is the name of the programming language of Excel.
1 You do not have permission to view the full content of this post. Log in or register now.: With Excel VBA you can automate tasks in Excel by writing so called macros. In this chapter, learn how to create a simple macro.
2 You do not have permission to view the full content of this post. Log in or register now.: The MsgBox is a dialog box in Excel VBA you can use to inform the users of your program.
3 You do not have permission to view the full content of this post. Log in or register now.: Learn more about the Workbook and Worksheet object in Excel VBA.
4 You do not have permission to view the full content of this post. Log in or register now.: The Range object, which is the representation of a cell (or cells) on your worksheet, is the most important object of Excel VBA.
5 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to declare, initialize and display a variable in Excel VBA.
6 You do not have permission to view the full content of this post. Log in or register now.: Use the If Then statement in Excel VBA to execute code lines if a specific condition is met.
7 You do not have permission to view the full content of this post. Log in or register now.: Looping is one of the most powerful programming techniques. A loop in Excel VBA enables you to loop through a range of cells with just a few codes lines.
8 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to deal with macro errors in Excel.
9 You do not have permission to view the full content of this post. Log in or register now.: In this chapter, you'll find the most important functions to manipulate strings in Excel VBA.
10 You do not have permission to view the full content of this post. Log in or register now.: Learn how to work with dates and times in Excel VBA.
11 You do not have permission to view the full content of this post. Log in or register now.: Events are actions performed by users which trigger Excel VBA to execute code.
12 You do not have permission to view the full content of this post. Log in or register now.: An array is a group of variables. In Excel VBA, you can refer to a specific variable (element) of an array by using the array name and the index number.
13 You do not have permission to view the full content of this post. Log in or register now.: In Excel VBA, a function can return a value while a sub cannot.
14 You do not have permission to view the full content of this post. Log in or register now.: The mother of all objects is Excel itself. We call it the Application object. The application object gives access to a lot of Excel related options.
15 You do not have permission to view the full content of this post. Log in or register now.: Learn how to create ActiveX controls such as command buttons, text boxes, list boxes etc.
16 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to create an Excel VBA Userform.
300 Examples
Introduction
1 Range: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now..
2 Formulas and Functions: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
Basics
1 Ribbon: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
2 Workbook: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
3 Worksheets: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
4 Format Cells: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now..
5 Find & Select: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
6 Templates: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
7 Data Validation: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
8 Keyboard Shortcuts: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
9 Print: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
10 Share: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
11 Protect: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
You do not have permission to view the full content of this post. Log in or register now.
Functions
1 Count and Sum: You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
2 Logical: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
3 Cell References: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
4 Date & Time: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
5 Text: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
6 Lookup & Reference: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
7 Financial: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
8 Statistical: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
9 Round: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
10 Formula Errors: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
11 Array Formulas: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
You do not have permission to view the full content of this post. Log in or register now.
Data Analysis
1 Sort: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
2 Filter: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
3 Conditonal Formatting: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
4 Charts: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
5 Pivot Tables: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
6 Tables: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
7 What-If Analysis: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
8 Solver: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
9 Analysis ToolPak: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
You do not have permission to view the full content of this post. Log in or register now.
VBA
1 Create a Macro: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
2 MsgBox: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
3 Workbook and Worksheet Object: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
4 Range Object: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
5 Variables: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
6 If Then Statement: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
7 Loop: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
8 Macro Errors: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
9 String Manipulation: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
10 Date and Time: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
11 Events: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now..
12 Array: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
13 Function and Sub: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
14 Application Object: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
15 ActiveX Controls: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
16 Userform: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
This section is for users with no knowledge of Excel.
Microsoft Excel is one of the most used software applications of all time. Hundreds of millions of people around the world use Microsoft Excel. You can use Excel to enter all sorts of data and perform financial, mathematical or statistical calculations.
1 You do not have permission to view the full content of this post. Log in or register now.: A range in Excel is a collection of two or more cells. This chapter gives an overview of some very important range operations.
2 You do not have permission to view the full content of this post. Log in or register now.: A formula is an E×ρréššion which calculates the value of a cell. Functions are predefined formulas and are already available in Excel.
Basics
This section explains the basics of Excel.
1 You do not have permission to view the full content of this post. Log in or register now.: Excel selects the ribbon's Home tab when you open it. Learn how to minimize and customize the ribbon.
2 You do not have permission to view the full content of this post. Log in or register now.: A workbook is another word for your Excel file. Excel automatically creates a blank workbook when you open it.
3 You do not have permission to view the full content of this post. Log in or register now.: A worksheet is a collection of cells where you keep and manipulate the data. By default, each Excel workbook contains three worksheets.
4 You do not have permission to view the full content of this post. Log in or register now.: When we format cells in Excel, we change the appearance of a number without changing the number itself.
5 You do not have permission to view the full content of this post. Log in or register now.: Learn how to use Excel's Find, Replace and Go To Special feature.
6 You do not have permission to view the full content of this post. Log in or register now.: Instead of creating an Excel workbook from scratch, you can create a workbook based on a template. There are many free templates available, waiting to be used.
7 You do not have permission to view the full content of this post. Log in or register now.: Use data validation in Excel to make sure that users enter certain values into a cell.
8 You do not have permission to view the full content of this post. Log in or register now.: Keyboard shortcuts allow you to do things with your keyboard instead of your mouse to increase your speed.
9 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to print a worksheet and how to change some important print settings in Excel.
10 You do not have permission to view the full content of this post. Log in or register now.: Learn how to share Excel data with Word documents and other files.
11 You do not have permission to view the full content of this post. Log in or register now.: Encrypt an Excel file with a password so that it requires a password to open it.
You do not have permission to view the full content of this post. Log in or register now.
Functions
Discover how functions in Excel help you save time. If you are new to functions in Excel, we recommend you to read our introduction to You do not have permission to view the full content of this post. Log in or register now. first.
1 You do not have permission to view the full content of this post. Log in or register now.: The most used functions in Excel are the functions that count and sum. You can count and sum based on one criteria or multiple criteria.
2 You do not have permission to view the full content of this post. Log in or register now.: Learn how to use Excel's logical functions such as the IF, AND and OR function.
3 You do not have permission to view the full content of this post. Log in or register now.: Cell references in Excel are very important. Understand the difference between relative, absolute and mixed reference, and you are on your way to success.
4 You do not have permission to view the full content of this post. Log in or register now.: To enter a date in Excel, use the "/" or "-" characters. To enter a time, use the ":" (colon). You can also enter a date and a time in one cell.
5 You do not have permission to view the full content of this post. Log in or register now.: Excel has many functions to offer when it comes to manipulating text strings.
6 You do not have permission to view the full content of this post. Log in or register now.: Learn all about Excel's lookup & reference functions such as the VLOOKUP, HLOOKUP, MATCH, INDEX and CHOOSE function.
7 You do not have permission to view the full content of this post. Log in or register now.: This chapter illustrates Excel's most popular financial functions.
8 You do not have permission to view the full content of this post. Log in or register now.: An overview of some very useful statistical functions in Excel.
9 You do not have permission to view the full content of this post. Log in or register now.: This chapter illustrates three functions to round numbers in Excel. The ROUND, ROUNDUP and ROUNDDOWN function.
10 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to deal with some common formula errors in Excel.
11 You do not have permission to view the full content of this post. Log in or register now.: This chapter helps you understand array formulas in Excel. Single cell array formulas perform multiple calculations in one cell.
You do not have permission to view the full content of this post. Log in or register now.
Data Analysis
This section illustrates the powerful features Excel has to offer to analyze data.
1 You do not have permission to view the full content of this post. Log in or register now.: You can sort your Excel data on one column or multiple columns. You can sort in ascending or descending order.
2 You do not have permission to view the full content of this post. Log in or register now.: Filter your Excel data if you only want to display records that meet certain criteria.
3 You do not have permission to view the full content of this post. Log in or register now.: Conditional formatting in Excel enables you to highlight cells with a certain color, depending on the cell's value.
4 You do not have permission to view the full content of this post. Log in or register now.: A simple Excel chart can say more than a sheet full of numbers. As you'll see, creating charts is very easy.
5 You do not have permission to view the full content of this post. Log in or register now.: Pivot tables are one of Excel's most powerful features. A pivot table allows you to extract the significance from a large, detailed data set.
6 You do not have permission to view the full content of this post. Log in or register now.: Tables allow you to analyze your data in Excel quickly and easily.
7 You do not have permission to view the full content of this post. Log in or register now.: What-If Analysis in Excel allows you to try out different values (scenarios) for formulas.
8 You do not have permission to view the full content of this post. Log in or register now.: Excel includes a tool called solver that uses techniques from the operations research to find optimal solutions for all kind of decision problems.
9 You do not have permission to view the full content of this post. Log in or register now.: The Analysis ToolPak is an Excel add-in program that provides data analysis tools for financial, statistical and engineering data analysis.
You do not have permission to view the full content of this post. Log in or register now.
VBA
Excel VBA (Visual Basic for Applications) is the name of the programming language of Excel.
1 You do not have permission to view the full content of this post. Log in or register now.: With Excel VBA you can automate tasks in Excel by writing so called macros. In this chapter, learn how to create a simple macro.
2 You do not have permission to view the full content of this post. Log in or register now.: The MsgBox is a dialog box in Excel VBA you can use to inform the users of your program.
3 You do not have permission to view the full content of this post. Log in or register now.: Learn more about the Workbook and Worksheet object in Excel VBA.
4 You do not have permission to view the full content of this post. Log in or register now.: The Range object, which is the representation of a cell (or cells) on your worksheet, is the most important object of Excel VBA.
5 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to declare, initialize and display a variable in Excel VBA.
6 You do not have permission to view the full content of this post. Log in or register now.: Use the If Then statement in Excel VBA to execute code lines if a specific condition is met.
7 You do not have permission to view the full content of this post. Log in or register now.: Looping is one of the most powerful programming techniques. A loop in Excel VBA enables you to loop through a range of cells with just a few codes lines.
8 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to deal with macro errors in Excel.
9 You do not have permission to view the full content of this post. Log in or register now.: In this chapter, you'll find the most important functions to manipulate strings in Excel VBA.
10 You do not have permission to view the full content of this post. Log in or register now.: Learn how to work with dates and times in Excel VBA.
11 You do not have permission to view the full content of this post. Log in or register now.: Events are actions performed by users which trigger Excel VBA to execute code.
12 You do not have permission to view the full content of this post. Log in or register now.: An array is a group of variables. In Excel VBA, you can refer to a specific variable (element) of an array by using the array name and the index number.
13 You do not have permission to view the full content of this post. Log in or register now.: In Excel VBA, a function can return a value while a sub cannot.
14 You do not have permission to view the full content of this post. Log in or register now.: The mother of all objects is Excel itself. We call it the Application object. The application object gives access to a lot of Excel related options.
15 You do not have permission to view the full content of this post. Log in or register now.: Learn how to create ActiveX controls such as command buttons, text boxes, list boxes etc.
16 You do not have permission to view the full content of this post. Log in or register now.: This chapter teaches you how to create an Excel VBA Userform.
300 Examples
Introduction
1 Range: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now..
2 Formulas and Functions: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
Basics
1 Ribbon: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
2 Workbook: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
3 Worksheets: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
4 Format Cells: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now..
5 Find & Select: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
6 Templates: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
7 Data Validation: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
8 Keyboard Shortcuts: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
9 Print: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
10 Share: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
11 Protect: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
You do not have permission to view the full content of this post. Log in or register now.
Functions
1 Count and Sum: You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
2 Logical: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
3 Cell References: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
4 Date & Time: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
5 Text: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
6 Lookup & Reference: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
7 Financial: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
8 Statistical: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
9 Round: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
10 Formula Errors: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
11 Array Formulas: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
You do not have permission to view the full content of this post. Log in or register now.
Data Analysis
1 Sort: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
2 Filter: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
3 Conditonal Formatting: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
4 Charts: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
5 Pivot Tables: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
6 Tables: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
7 What-If Analysis: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
8 Solver: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
9 Analysis ToolPak: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
You do not have permission to view the full content of this post. Log in or register now.
VBA
1 Create a Macro: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
2 MsgBox: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
3 Workbook and Worksheet Object: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
4 Range Object: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
5 Variables: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
6 If Then Statement: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
7 Loop: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
8 Macro Errors: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
9 String Manipulation: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
10 Date and Time: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
11 Events: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now..
12 Array: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
13 Function and Sub: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
14 Application Object: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
15 ActiveX Controls: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..
16 Userform: You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now.,You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now., You do not have permission to view the full content of this post. Log in or register now..

