Course Excel Advance Vba

download Course Excel Advance Vba

of 11

Transcript of Course Excel Advance Vba

  • 7/25/2019 Course Excel Advance Vba

    1/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 1

    Advance Excel Formula and VBA

    Course Outline

    Phnom Penh,

    05-September-2013

  • 7/25/2019 Course Excel Advance Vba

    2/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 2

    Training Timeframe and Schedule

    Module/Subjects Hours

    Module 1: Overall in Excel

    Day1: Introduction to Overall Microsoft Excel 1.5H

    Day2: Formatting 1.5H

    Day3: Protection 1.5H

    Day4: Comments and Naming 1.5H

    Day5: Linking, Import and Export 1.5H

    Day6: Sorting 1.5H

    Day7: List 1.5H

    Day8: Filter 1.5H

    Day9-10: Practice 3.0H

    Module 2: Excel and Formula

    Day11: Basic Formula (Count, Sum,.) (Exercise with report summary) 1.5H

    Day12: Conditional Formula (Exercise continue from report summary) 1.5H

    Day13: Advance Lookup Value (Exercise with Data Mapping) 1.5H

    Day14: Advance Data Recording with IF 1.5H

    Day15: Exercise (Record Form Survey Raw Data) 1.5H

    Module 3: Pivot Table and Pivot Chart

    Day16: Create Chart (Exercise with Student Record) 1.5H

    Day17: Advance Chart (Exercise with Sales Report) 1.5H

    Day18: Pivot Table 1.5H

    Day19: Pivot Chart 1.5H

    Day20: Practice with Advance Sales Reports Summary 1.5H

    Module 4: VBA

    Day21: Introduction to VBA 1.5H

    Day22: VBA Variable 1.5H

    Day23: VBA Operator 1.5H

    Day24: VBA Conditional Structure 1.5H

    Day25: VBA and Loop Control 1.5H

    Day26: Read and Write Data to Cells 1.5H

    Day27: Access to Worksheet 1.5H

    Day28: Sample Form Design 1.5HDay29: Sample VBA with Excel 1.5H

    Day30: Advance VBA with Excel 1.5H

    Module 5: Real System Practice

    Week1: First with Sales and Stock Control System 7.5H

    Week2: Second with Payroll System and Finance Reports 7.5H

    Week3: Third with Inventory Control System 7.5H

  • 7/25/2019 Course Excel Advance Vba

    3/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 3

    Module 1Overall in Excel

    Day1: Introduction to Overall Microsoft Excel

    Introduction to Excel

    What excel can do?

    A few sample of excel demo with basic formula

    Simple Excel Exercise

    Copy Paste and Paste Special

    Homework

    Day2: Excel and Formatting

    Sample of Excel Format (Font, Table, Color)

    Conditional Formatting (Color, Icon)

    Advance Excel Formatting

    Exercise with Excel Formatting

    Homework

    Day3: Excel and Protection

    Introduction to Security and Protection

    Worksheet and Cell Protection

    Hiding Rows and Columns

    Worksheet Protection

    Hiding Worksheets

    Practices

    Day4: Comment and Naming

    Cell Comments

    Display Comments

    Create and Modify Comments

    Set Cell Name

    Name and Formula

    Using Go To with Names

  • 7/25/2019 Course Excel Advance Vba

    4/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 4

    Day5: Linking, Import and Export

    Create Link

    Link Cross Cell, Worksheet and Workbook

    Link to Word Document

    Import Data from Text File, Access

    Export Data

    Practices

    Day6: Sorting

    Type of Sort

    Multiple Column Sorts

    Custom Sorts

    Exercise with Advance Sort

    Day7: List

    Create List

    Using List

    List and Advance Data Validation

    Apply List with Formula

    Day8: Filter

    Filtering and List

    AutoFilter

    Custom Filter

    Advance Filter

    Extracting Filtered Data

    Adding Subtotal

    Practices

    Day9-10: Real System Practice

    Exercise with Raw Data Collection

    Exercise with Raw Data Order

    Exercise with Raw Data Summary

  • 7/25/2019 Course Excel Advance Vba

    5/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 5

    Module 2Excel and Formula

    Day11: Basic Formula

    How to use formula?

    Basic formula with sum, count, avg, rank

    Basic formula with text

    Basic formula with Date

    Practice and Homework

    Day12: Conditional Formula

    Countif, Countifs

    Sumif, Sumifs Ave, Avgif, iserror and Others

    Practice and Homework

    Day13: Advance Lookup Value

    Introduction to Lookup Value

    Working with HLookup

    Working with VLookup

    Combine Function with IF Practice and Homework

    Day14: Advance Data Recording with IF

    Introduction to Data Recording

    Data Manipulation

    Record Data with IF Formula

    Practice and Homework

  • 7/25/2019 Course Excel Advance Vba

    6/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 6

    Day15: Exercise (Record Form Survey Raw Data)

    Data Importing

    Clean Data

    Record Data

    Combine Formula

    Product Summary Reports

  • 7/25/2019 Course Excel Advance Vba

    7/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 7

    Module 3Pivot Table and Pivot Chart

    Day16: Create Chart

    Introduction Chart

    Chart Type

    Create and Edit Chart

    Day17: Advance Chart

    Mix Chart Type

    Advance Chart Design

    Practice and Homework

    Day18: Pivot Table

    Introduction to Pivot Table

    Pivot Table vs. Formula

    Practice and Homework

    Day19: Pivot Chart

    Introduction to Pivot Chart

    Pivot Chart vs. Chart vs. Formula Practice and Homework

    Day20: Practice with Advance Sales Reports Summary

    Create Sales Table

    Create Product Import Table

    Create Stock Control Table

    Create Summary Reports

  • 7/25/2019 Course Excel Advance Vba

    8/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 8

    Module 4Excel and VBA

    Day21: Introduction to VBA

    Introduction to VBA and Excel

    First sample VBA Code

    Message and Output

    Practice and Homework

    Day22: VBA Variable

    Introduction to VBA Variable

    Variable Declaration Type of Variable in VBA

    Using Variable

    Practice and Homework

    Day23: VBA Operator

    Sample code with Operator

    Example Operator and Calculation

    Practice and Homework

    Day24: VBA Conditional Structure

    Control IF

    Control IFElse

    Control Switch

    Practice and Homework

    Day25: VBA and Loop Control

    WhileLoop

    DoWhile Loop

    For Loop

    Practice and Homework

  • 7/25/2019 Course Excel Advance Vba

    9/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 9

    Day26: Read and Write Data to Cells

    Read data from cells

    Data traversal

    Set data into cell

    Set data into multiple cells

    Practice and Homework

    Day27: Access to Worksheet

    Create and Delete Worksheets

    Loop and Worksheets

    Practice and Homework

    Day28: Sample Form Design

    Form Entry Design

    Form Entry and VBA

    Practice and Homework

    Day29: Sample VBA with Excel

    Develop Sample VBA Project with Excel

    Practice and Homework

    Day30: Advance VBA with Excel

    Advance VBA Project Development

    Practice and Homework

  • 7/25/2019 Course Excel Advance Vba

    10/11

    Prepare by Information Technology Skill Center (ITS), Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 10

    Module 5Real System Practice

    Week1: First with Sales and Stock Control System

    Project Preparation

    Table Design

    Implementation with Formula

    Implementation with VBA

    Week2: Second with Payroll System and Finance Reports

    Project Preparation

    Table Design Implementation with Formula

    Implementation with VBA

    Week3: Third with Inventory Control System

    Project Preparation

    Table Design

    Implementation with Formula

    Implementation with VBA

  • 7/25/2019 Course Excel Advance Vba

    11/11

    Prepare by Information Technology Skill Center (ITS) Tel: 090 999 670 / 097 8 614 416 / 011 820 908 Page 11

    Thanks