\!/ KyuuKazami \!/

Path : /home/kohli/mail/.info@kohli_cards/.spam/new/
Upload :
Current File : /home/kohli/mail/.info@kohli_cards/.spam/new/1612067346.M963649P21273.server.makingyoulive.com,S=96435,W=99015

Return-Path: <crossriver8@gmail.com>
Delivered-To: info+spam@kohli.cards
Received: from server.makingyoulive.com
	by server.makingyoulive.com with LMTP
	id tTMkMhIyFmAZUwAASuaV8A
	(envelope-from <crossriver8@gmail.com>)
	for <info+spam@kohli.cards>; Sun, 31 Jan 2021 09:59:06 +0530
Return-path: <crossriver8@gmail.com>
Envelope-to: info@kohli.cards
Delivery-date: Sun, 31 Jan 2021 09:59:06 +0530
Received: from ap113.gt.acmetoy.com ([188.166.53.231]:55110)
	by server.makingyoulive.com with esmtps  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
	(Exim 4.93)
	(envelope-from <crossriver8@gmail.com>)
	id 1l64MC-0005Wu-A1
	for info@kohli.cards; Sun, 31 Jan 2021 09:59:06 +0530
Received: from DESKTOPL8CELQT (unknown [60.254.64.34])
	by ap113.gt.acmetoy.com (Postfix) with ESMTPA id C2F9DCAEEC
	for <info@kohli.cards>; Sun, 31 Jan 2021 04:29:01 +0000 (UTC)
From: "Ajay Arora" <crossriver8@gmail.com>
To: <info@kohli.cards>
Date: Sun, 31 Jan 2021 09:48:48 +0530
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_1C678_01D6F7B7.B343D010"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
Thread-Index: Adb2MHzwPfALkLE2Qfa9LksHK4DGAw==
X-MimeOLE: Produced By Microsoft MimeOLE
X-Spam-Status: Yes, score=5.7
X-Spam-Score: 57
X-Spam-Bar: +++++
X-Spam-Report: Spam detection software, running on the system "server.makingyoulive.com",
 has identified this incoming email as possible spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 root\@localhost for details.
 Content preview:  Webinar on Dashboard Creation Understanding VBAS - Macros 
 Content analysis details:   (5.7 points, 5.0 required)
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  0.0 DKIM_ADSP_CUSTOM_MED   No valid author signature, adsp_override is
                              CUSTOM_MED
  0.0 FREEMAIL_FROM          Sender email is commonly abused enduser mail
                             provider
                             [crossriver8[at]gmail.com]
  0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends
                             in digit
                             [crossriver8[at]gmail.com]
  1.5 SPF_SOFTFAIL           SPF: sender does not match SPF record (softfail)
  0.0 HTML_MESSAGE           BODY: HTML included in message
  0.0 HTML_FONT_SIZE_LARGE   BODY: HTML font size is large
  1.0 FREEMAIL_REPLY         From and body contain different freemails
  1.2 NML_ADSP_CUSTOM_MED    ADSP custom_med hit, and not from a mailing
                             list
  1.5 SPOOFED_FREEMAIL       No description available.
  0.3 SPOOF_GMAIL_MID        From Gmail but it doesn't seem to be...
  0.0 T_FILL_THIS_FORM_SHORT Fill in a short form with personal
                             information
X-Spam-Flag: YES
Subject:  ***SPAM***  Webinar on Dashboard Creation and VBAS - Macros

This is a multi-part message in MIME format.

------=_NextPart_000_1C678_01D6F7B7.B343D010
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit



Webinar on


Dashboard Creation

Understanding VBAS - Macros


On

2nd February 2021 

(11:00 AM to 5.00 PM)

On

4th February 2021 

(11:00 AM to 5.00 PM)


By


Ms. Rachana C 


Certified Trainer Consultant


Concepts of Dashboard Creation

Pre-requisites

This is an advance level workshop in Excel and participants should be aware
of basics of charts, pivot table conditional functions and lookup functions.
Its basically usedful  for participants working in Analytics as a core
field.

 

Introduction

Excel dashboards and executive reports are powerful, fairly easy to design
and a great way to improve your Excel and data visualization skills. Because
of its flexibility, you can virtually design any dashboard in Excel exactly
the way you, or the users, imagined. And, best of all, you may want to
implement it yourself or consider it a prototype and ask IT to implement it.

Once you know what will the Excel dashboard be used for and what kind of
metrics users expect, there are three major areas that one must address when
creating it:

*     how to bring data into your spreadsheets;

*     how to manage the data and link it to the dashboard objects, like
charts and tables;

*     how to design the dashboard report.

This session is all about the above three areas. You will able to
conceptualize your report, will be able to understand, what and how to
create etc.

 

Agenda

Major formulas which are going to be discussed in this session are:-

 

*        Lookup formulas

a.     Vlookup

b.     Index

c.      Match

*        Reference formulas

a.     Cell

b.     Address

c.      Indirect

*        Date and Time formulas

*        Conditional functions

a.     If then Else

b.     Sumif

c.      Countif

*        Cell referencing

*        Charts

a.     Waterfall

b.     Bi-axis

c.      Dynamic charts

*        Using form tools

a.     Combo boxes

b.     Lists

c.      Check Boxe.

Introduction to Macros/VBA

*         Introduction to Macros

o       What is a Macro?

o       Introduction to Macro Window

o       How to Run a Macro

o       Assigning Shortcut Keys

o       How to Recoard a Macro

*         Types of Macros/programs

o       Functions

o       Subroutines/Procedures

o       Public

o       Private

*         Objects/Methods/Actions in VBA/Excel

*         Differeance between Writing and Recoarding Coades

*         Knowing differaent parts of VBA coding

*         Editing already recoarded Macros

*         Limitations of Macro Recoarding

 

*     Understanding Cell Referencing in VBA

*         Using Excel Formulas in Macros

*         Understanding R1C1 reference concept

*         What is Variable and type of Variables

*         Using Variables

*         Using for each ..loop for formatting

*         Using with selection option for formatting

*         Fetching data from Excel

*         Selecting Cells

*         Selecting a Range

*         Working with Rows/Columns

*         Working with differaent Worksheets /Workbooks

 

*     Working with Loops / Conditions / Arrays

*         Understanding concepts of loops

o       Using various types of loops

o       For..Next Loop

o       Do..While Loop

o       Do..Until Loop

*         Understanding concepts of Conditional Structures

o       If..Then..Else, Select..Case

*         Using various types of Conditional Structures

*         Using Excel functions / Formulas / Tools of Excel in VBA

*         Handling Errors

*         Debugging Program/Errors in real time environment

*         Calling other programs

 

*     Working with User Forms

o         Creating User-forms

o         Format a user form

o         Creating User-form tools like List Box/Labels/Text Box etc.

o         Format tools like list box/combo box etc

o         Adding/modifying Items in user form tools used in the forms

o         Activating/Deactivating user forms


Profile of Faculty

Ms. Rachana C - Trainer Consultant

Ms. Rachana C is the Training Manager of OSF InfoTech. She is professional
trainer in MS Office, MS Excel, Dashboard and VBA Macro's. She is a Commerce
Graduate from Saurashtra University, Diploma in Advanced Software Technology
(DAST) and Post Graduate Diploma in Computer Application (PGDCA)

Ms. Rachana has a seven year long stint with the Sunshine School, Gujarat,
as a Computer Teacher for Higher Secondary Section. Ms. Chotaliya was also
deputed to Innovative Schools, Gujarat as Head of Computer Department for
setting up their MIS and represent the strategic decision making team. She
had two years of experience of Corporate Training at CBT Infotech Pvt. Ltd.
(Mumbai).

During her career she has also experience of conducting corporate training
for NIIT(Delhi), Karrox Technologies (Mumbai), Vynsys Technologies, SBI
Mutual Fund, Aditya Birla Groups, Roche Diagnosis, Central Railways, Shopper
Stop etc. (Mumbai). She has trained more than 10,000 corporate employees
till date


Course's time structure:

Session Timing- 11:00am to 5.00pm

Webinar Starts 11.00 am, Break - 01.30 pm to 02.15 pm

Pre-requisites

Participant should have MS Office 2010 or above version in their Laptop or
computer systems
You should have good internet connection and good quality headphone/speaker
set with Laptop / Desktop. You should have notepad/pen to note down
important points.


How  to Register :-


Fee Structure :- Per participant per day

Rs. 6000/-


Fee Structure :- Per participant both day

Rs. 12000/-

 

18% GST is applicable

> Mode of Payment: NEFT /Paytm / Credit Card

> Cheque favouring GFORD Institute of Management Pvt Ltd payable at New
Delhi.

> Fees include certificate of participation & Course Material.

*Terms & Conditions apply

 

Best regards

For GFORD Institute of Management Pvt Ltd

Ajay Arora

Email: gfordonline@yahoo.com  

Mob. : 9711114779 / 8929596899

For Query and nominations - 9540012349 only Whatsapp

 

For unsubscribe from the mailing list, please mail us on gcmgford@yahoo.com.

 

 


------=_NextPart_000_1C678_01D6F7B7.B343D010
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<title>Webinar on Dashboard Creation AND Understanding VBAS - =
Macros</title>
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
 name=3D"City"/>
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
 name=3D"PlaceType"/>
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
 name=3D"PlaceName"/>
<o:SmartTagType =
namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
 name=3D"place"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:Wingdings;
	panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Cambria;
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Ebrima;
	panose-1:2 0 0 0 0 0 0 0 0 0;}
@font-face
	{font-family:Georgia;
	panose-1:2 4 5 2 5 4 5 2 3 3;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
h1
	{mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:24.0pt;
	font-family:"Times New Roman";
	font-weight:bold;}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
p
	{mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:8.0pt;
	font-family:Tahoma;}
p.chtxt, li.chtxt, div.chtxt
	{margin-top:4.0pt;
	margin-right:0in;
	margin-bottom:6.0pt;
	margin-left:.25in;
	text-align:justify;
	line-height:12.0pt;
	font-size:10.0pt;
	font-family:Tahoma;}
p.ListParagraph, li.ListParagraph, div.ListParagraph
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
p.ListParagraphCxSpFirst, li.ListParagraphCxSpFirst, =
div.ListParagraphCxSpFirst
	{mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
p.ListParagraphCxSpMiddle, li.ListParagraphCxSpMiddle, =
div.ListParagraphCxSpMiddle
	{mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
p.ListParagraphCxSpLast, li.ListParagraphCxSpLast, =
div.ListParagraphCxSpLast
	{mso-style-type:export-only;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
span.CharChar
	{font-family:Tahoma;}
p.ecxmsonormal, li.ecxmsonormal, div.ecxmsonormal
	{mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";}
span.CharChar1
	{font-family:"Times New Roman";
	font-weight:bold;}
p.secttitle, li.secttitle, div.secttitle
	{mso-margin-top-alt:auto;
	margin-right:0in;
	mso-margin-bottom-alt:auto;
	margin-left:0in;
	font-size:12.0pt;
	font-family:"Times New Roman";}
@page Section1
	{size:8.5in 11.0in;
	margin:14.2pt 45.0pt 21.3pt 1.0in;}
div.Section1
	{page:Section1;}
 /* List Definitions */
 @list l0
	{mso-list-id:128328643;
	mso-list-type:hybrid;
	mso-list-template-ids:667680956 67698689 67698713 67698715 67698703 =
67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l1
	{mso-list-id:300424571;
	mso-list-type:hybrid;
	mso-list-template-ids:1713246902 67698689 67698691 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l1:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:42.0pt;
	text-indent:-.25in;
	mso-ansi-font-size:16.0pt;
	font-family:Symbol;
	mso-ansi-font-weight:bold;}
@list l2
	{mso-list-id:576087142;
	mso-list-type:hybrid;
	mso-list-template-ids:-13458418 67698691 67698713 67698715 67698703 =
67698713 67698715 67698703 67698713 67698715;}
@list l2:level1
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l3
	{mso-list-id:815997243;
	mso-list-type:hybrid;
	mso-list-template-ids:-1956846552 67698689 67698691 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l3:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l4
	{mso-list-id:850679661;
	mso-list-type:hybrid;
	mso-list-template-ids:-1459164148 67698689 879675020 67698715 67698703 =
67698713 67698715 67698703 67698713 67698715;}
@list l4:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l4:level2
	{mso-level-number-format:alpha-lower;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-weight:normal;}
@list l5
	{mso-list-id:860971004;
	mso-list-type:hybrid;
	mso-list-template-ids:555363674 67698689 67698691 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l5:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l6
	{mso-list-id:1062022447;
	mso-list-type:hybrid;
	mso-list-template-ids:622512248 67698691 67698691 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l6:level1
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:151.1pt;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l7
	{mso-list-id:1286735737;
	mso-list-type:hybrid;
	mso-list-template-ids:-1059146158 67698691 67698691 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l7:level1
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:92.6pt;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l8
	{mso-list-id:1346597738;
	mso-list-type:hybrid;
	mso-list-template-ids:-2041023376 67698705 67698713 67698715 67698703 =
67698713 67698715 67698703 67698713 67698715;}
@list l8:level1
	{mso-level-text:"%1\)";
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;}
@list l9
	{mso-list-id:1368868896;
	mso-list-type:hybrid;
	mso-list-template-ids:2014348262 -1275930300 1074331673 1074331675 =
1074331663 1074331673 1074331675 1074331663 1074331673 1074331675;}
@list l9:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0DC;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l10
	{mso-list-id:1424841152;
	mso-list-type:hybrid;
	mso-list-template-ids:-1146716130 67698689 67698691 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l10:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l10:level2
	{mso-level-number-format:bullet;
	mso-level-text:o;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:"Courier New";}
@list l10:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l11
	{mso-list-id:1469282848;
	mso-list-type:hybrid;
	mso-list-template-ids:-884075740 67698689 1074331651 1074331653 =
1074331649 1074331651 1074331653 1074331649 1074331651 1074331653;}
@list l11:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:12.0pt;
	mso-bidi-font-size:12.0pt;
	font-family:Symbol;}
@list l12
	{mso-list-id:1557011212;
	mso-list-type:hybrid;
	mso-list-template-ids:-1741236346 67698689 67698691 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l12:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:38.2pt;
	text-indent:-.25in;
	mso-ansi-font-size:16.0pt;
	font-family:Symbol;
	mso-ansi-font-weight:bold;}
@list l13
	{mso-list-id:1580020916;
	mso-list-template-ids:454223638;}
@list l13:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:.5in;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l14
	{mso-list-id:1740012283;
	mso-list-type:hybrid;
	mso-list-template-ids:-1310006336 67698689 67698691 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l14:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l15
	{mso-list-id:1835143484;
	mso-list-template-ids:-1207936754;}
@list l15:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	margin-left:2.0in;
	text-indent:-.25in;
	mso-ansi-font-size:10.0pt;
	font-family:Symbol;}
@list l16
	{mso-list-id:2023628937;
	mso-list-type:hybrid;
	mso-list-template-ids:1170228808 67698689 -1449998374 67698693 67698689 =
67698691 67698693 67698689 67698691 67698693;}
@list l16:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Symbol;}
@list l16:level2
	{mso-level-number-format:bullet;
	mso-level-text:\F0FC;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:12.0pt;
	font-family:Wingdings;
	mso-ansi-font-weight:bold;}
@list l16:level3
	{mso-level-number-format:bullet;
	mso-level-text:\F0A7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	font-family:Wingdings;}
@list l17
	{mso-list-id:2094082915;
	mso-list-type:hybrid;
	mso-list-template-ids:723578706 -474593536 1074331651 1074331653 =
1074331649 1074331651 1074331653 1074331649 1074331651 1074331653;}
@list l17:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0DC;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:.55in;
	text-indent:-.25in;
	mso-ansi-font-size:16.0pt;
	font-family:Wingdings;}
@list l18
	{mso-list-id:2135175930;
	mso-list-type:hybrid;
	mso-list-template-ids:1107169336 -1856084844 1074331651 1074331653 =
1074331649 1074331651 1074331653 1074331649 1074331651 1074331653;}
@list l18:level1
	{mso-level-number-format:bullet;
	mso-level-text:\F0B7;
	mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;
	mso-ansi-font-size:12.0pt;
	mso-bidi-font-size:12.0pt;
	font-family:Symbol;}
@list l19
	{mso-list-id:2135320508;
	mso-list-type:hybrid;
	mso-list-template-ids:-1505483522 1074331663 1074331673 1074331675 =
1074331663 1074331673 1074331675 1074331663 1074331673 1074331675;}
@list l19:level1
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	text-indent:-.25in;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=3DEN-US link=3Dblue vlink=3Dpurple>

<div class=3DSection1>

<table class=3DMsoNormalTable border=3D1 cellspacing=3D0 cellpadding=3D0 =
width=3D716
 =
style=3D'width:537.05pt;margin-left:-8.1pt;border-collapse:collapse;borde=
r:none'>
 <tr>
  <td width=3D716 valign=3Dtop style=3D'width:537.05pt;border:double =
#0070C0 1.5pt;
  padding:0in 5.4pt 0in 5.4pt'>
  <table class=3DMsoNormalTable border=3D1 cellspacing=3D0 =
cellpadding=3D0 width=3D709
   bgcolor=3D"#B2A1C7" =
style=3D'width:531.6pt;background:#B2A1C7;border-collapse:
   collapse;border:none'>
   <tr height=3D63 style=3D'height:47.25pt'>
    <td width=3D709 colspan=3D2 height=3D63 bgcolor=3Dwhite =
style=3D'width:531.6pt;
    border:double windowtext 1.5pt;background:white;padding:0in 5.4pt =
0in 5.4pt;
    height:47.25pt'>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font size=3D6
    color=3Dblack face=3DCambria><span =
style=3D'font-size:25.0pt;font-family:Cambria;
    color:black;font-weight:bold'>Webinar on</span></font></b><b><font =
size=3D4
    color=3Dblack face=3DCambria><span =
style=3D'font-size:14.0pt;font-family:Cambria;
    color:black;font-weight:bold'><o:p></o:p></span></font></b></p>
    </td>
   </tr>
   <tr height=3D63 style=3D'height:47.25pt'>
    <td width=3D354 height=3D63 bgcolor=3D"#F2DBDB" =
style=3D'width:265.8pt;border:double windowtext 1.5pt;
    border-top:none;background:#F2DBDB;padding:0in 5.4pt 0in =
5.4pt;height:47.25pt'>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font size=3D6
    face=3DVerdana><span =
style=3D'font-size:22.0pt;font-family:Verdana;font-weight:
    bold'>Dashboard Creation</span></font></b><b><font size=3D6 =
color=3Dblack
    face=3DCambria><span =
style=3D'font-size:25.0pt;font-family:Cambria;color:black;
    font-weight:bold'><o:p></o:p></span></font></b></p>
    </td>
    <td width=3D354 height=3D63 bgcolor=3D"#F2DBDB" =
style=3D'width:265.8pt;border-top:
    none;border-left:none;border-bottom:double windowtext =
1.5pt;border-right:
    double windowtext 1.5pt;background:#F2DBDB;padding:0in 5.4pt 0in =
5.4pt;
    height:47.25pt'>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font size=3D6
    face=3DVerdana><span =
style=3D'font-size:22.0pt;font-family:Verdana;font-weight:
    bold'>Understanding VBAS - Macros</span></font></b><b><font size=3D5
    face=3DVerdana><span =
style=3D'font-size:20.0pt;font-family:Verdana;font-weight:
    bold'><o:p></o:p></span></font></b></p>
    </td>
   </tr>
   <tr height=3D63 style=3D'height:47.25pt'>
    <td width=3D354 height=3D63 style=3D'width:265.8pt;border:double =
windowtext 1.5pt;
    border-top:none;background:transparent;padding:0in 5.4pt 0in 5.4pt;
    height:47.25pt'>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font size=3D5
    color=3Dblack face=3DCalibri><span =
style=3D'font-size:18.0pt;font-family:Calibri;
    color:black;font-weight:bold'>On<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center;line-height:115%'><b><font
    size=3D6 color=3Dblack face=3DCalibri><span =
style=3D'font-size:23.0pt;line-height:
    =
115%;font-family:Calibri;color:black;font-weight:bold'>2<sup>nd</sup>
    February 2021 <o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font size=3D5
    color=3Dblack face=3DCalibri><span =
style=3D'font-size:17.0pt;font-family:Calibri;
    color:black;font-weight:bold'>(11:00 AM to 5.00 =
PM)</span></font></b><b><font
    size=3D6 color=3Dblack face=3DCambria><span =
style=3D'font-size:25.0pt;font-family:
    =
Cambria;color:black;font-weight:bold'><o:p></o:p></span></font></b></p>
    </td>
    <td width=3D354 height=3D63 =
style=3D'width:265.8pt;border-top:none;border-left:
    none;border-bottom:double windowtext 1.5pt;border-right:double =
windowtext 1.5pt;
    background:transparent;padding:0in 5.4pt 0in 5.4pt;height:47.25pt'>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font size=3D5
    color=3Dblack face=3DCalibri><span =
style=3D'font-size:18.0pt;font-family:Calibri;
    color:black;font-weight:bold'>On<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center;line-height:115%'><b><font
    size=3D6 color=3Dblack face=3DCalibri><span =
style=3D'font-size:23.0pt;line-height:
    =
115%;font-family:Calibri;color:black;font-weight:bold'>4<sup>th</sup> =
February
    2021 <o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font size=3D5
    color=3Dblack face=3DCalibri><span =
style=3D'font-size:17.0pt;font-family:Calibri;
    color:black;font-weight:bold'>(11:00 AM to 5.00 =
PM)</span></font></b><b><font
    size=3D6 face=3DVerdana><span =
style=3D'font-size:22.0pt;font-family:Verdana;
    font-weight:bold'><o:p></o:p></span></font></b></p>
    </td>
   </tr>
   <tr height=3D54 style=3D'height:40.55pt'>
    <td width=3D709 colspan=3D2 height=3D54 bgcolor=3D"#E5B8B7" =
style=3D'width:531.6pt;
    border:double windowtext 1.5pt;border-top:none;background:#E5B8B7;
    padding:0in 5.4pt 0in 5.4pt;height:40.55pt'>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'margin-left:3.1pt;text-align:center'><b><font
    size=3D4 face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;
    font-weight:bold'>By<o:p></o:p></span></font></b></p>
    <h1 align=3Dcenter =
style=3D'margin:0in;margin-bottom:.0001pt;text-align:center'><b><font
    size=3D5 face=3DEbrima><span lang=3DSV =
style=3D'font-size:18.0pt;font-family:Ebrima'>Ms.
    Rachana C <o:p></o:p></span></font></b></h1>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font size=3D4
    face=3DArial><span =
style=3D'font-size:14.0pt;font-family:Arial;font-weight:
    bold'>Certified Trainer Consultant</span></font></b><b><font =
size=3D5
    color=3Dblack face=3DCalibri><span =
style=3D'font-size:18.0pt;font-family:Calibri;
    color:black;font-weight:bold'><o:p></o:p></span></font></b></p>
    </td>
   </tr>
   <tr height=3D54 style=3D'height:40.55pt'>
    <td width=3D354 height=3D54 valign=3Dtop bgcolor=3D"#E5B8B7" =
style=3D'width:265.8pt;
    border:double windowtext 1.5pt;border-top:none;background:#E5B8B7;
    padding:0in 5.4pt 0in 5.4pt;height:40.55pt'>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><b><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:14.5pt;font-family:Georgia;color:#333333;font-weight:b=
old'>Concepts
    of Dashboard Creation<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><b><font size=3D3 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:11.5pt;font-family:Georgia;color:#333333;font-weight:b=
old'>Pre-requisites<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><font size=3D3 color=3D"#333333" =
face=3DGeorgia><span
    style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'>This is =
an advance
    level workshop in Excel and participants should be aware of basics =
of
    charts, pivot table conditional functions and lookup functions. Its
    basically usedful&nbsp; for participants working in Analytics as a =
core field.<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><font size=3D3 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'><o:p>&nbsp;<=
/o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><b><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:14.5pt;font-family:Georgia;color:#333333;font-weight:b=
old'>Introduction<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><font size=3D3 color=3D"#333333" =
face=3DGeorgia><span
    style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'>Excel
    dashboards&nbsp;and executive reports are powerful, fairly easy to =
design
    and a great way to improve your Excel and&nbsp;data =
visualization&nbsp;skills.
    Because of its flexibility, you can virtually design any dashboard =
in Excel
    exactly the way you, or the users, imagined. And, best of all, you =
may want
    to implement it yourself or consider it a prototype and ask IT to =
implement
    it.<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-bottom:3.75pt;text-align:justify;
    line-height:18.75pt;vertical-align:baseline'><font size=3D3 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'>Once
    you know what will the Excel dashboard be used for and what kind of =
metrics
    users expect, there are three major areas that one must address when
    creating it:<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:22.5pt;text-align:justify;text-indent:
    -.25in;line-height:18.75pt;mso-list:l13 level1 =
lfo12;vertical-align:baseline'><![if !supportLists]><font
    size=3D2 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:10.0pt;
    font-family:Symbol;color:#333333'><span =
style=3D'mso-list:Ignore'>&middot;<font
    size=3D1 face=3D"Times New Roman"><span style=3D'font:7.0pt "Times =
New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font size=3D3 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'>how
    to bring data into your spreadsheets;<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:22.5pt;text-align:justify;text-indent:
    -.25in;line-height:18.75pt;mso-list:l13 level1 =
lfo12;vertical-align:baseline'><![if !supportLists]><font
    size=3D2 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:10.0pt;
    font-family:Symbol;color:#333333'><span =
style=3D'mso-list:Ignore'>&middot;<font
    size=3D1 face=3D"Times New Roman"><span style=3D'font:7.0pt "Times =
New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font size=3D3 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'>how
    to manage the data and link it to the dashboard objects, like charts =
and
    tables;<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:22.5pt;text-align:justify;text-indent:
    -.25in;line-height:18.75pt;mso-list:l13 level1 =
lfo12;vertical-align:baseline'><![if !supportLists]><font
    size=3D2 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:10.0pt;
    font-family:Symbol;color:#333333'><span =
style=3D'mso-list:Ignore'>&middot;<font
    size=3D1 face=3D"Times New Roman"><span style=3D'font:7.0pt "Times =
New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font size=3D3 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'>how
    to design the dashboard report.<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><font size=3D3 color=3D"#333333" =
face=3DGeorgia><span
    style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'>This =
session is
    all about the above three areas. You will able to conceptualize your =
report,
    will be able to understand, what and how to create =
etc.<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><font size=3D3 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'><o:p>&nbsp;<=
/o:p></span></font></p>
    <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center;line-height:18.75pt;
    vertical-align:baseline'><b><font size=3D5 color=3D"#993300" =
face=3DGeorgia><span
    =
style=3D'font-size:17.5pt;font-family:Georgia;color:#993300;font-weight:b=
old'>Agenda<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><font size=3D3 color=3D"#333333" =
face=3DGeorgia><span
    style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'>Major =
formulas
    which are going to be discussed in this session =
are:-<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:18.75pt;
    vertical-align:baseline'><font size=3D3 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:11.5pt;font-family:Georgia;color:#333333'><o:p>&nbsp;<=
/o:p></span></font></p>
    <p class=3DListParagraphCxSpFirst =
style=3D'text-align:justify;text-indent:-.25in;
    line-height:115%;mso-list:l4 level1 =
lfo13;vertical-align:baseline'><![if !supportLists]><font
    size=3D4 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:14.0pt;
    line-height:115%;font-family:Symbol;color:#333333'><span =
style=3D'mso-list:
    Ignore'>&middot;<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font size=3D4 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:14.0pt;line-height:115%;font-family:
    Georgia;color:#333333;font-weight:bold'>Lookup =
formulas<o:p></o:p></span></font></b></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>a.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Vlookup<o:p></o:p></s=
pan></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>b.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Index<o:p></o:p></spa=
n></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>c.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Match<o:p></o:p></spa=
n></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'text-align:justify;text-indent:
    -.25in;line-height:115%;mso-list:l4 level1 =
lfo13;vertical-align:baseline'><![if !supportLists]><font
    size=3D4 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:14.0pt;
    line-height:115%;font-family:Symbol;color:#333333'><span =
style=3D'mso-list:
    Ignore'>&middot;<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font size=3D4 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:14.0pt;line-height:115%;font-family:
    Georgia;color:#333333;font-weight:bold'>Reference =
formulas<o:p></o:p></span></font></b></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>a.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Cell<o:p></o:p></span=
></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>b.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Address<o:p></o:p></s=
pan></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>c.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Indirect<o:p></o:p></=
span></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'text-align:justify;text-indent:
    -.25in;line-height:115%;mso-list:l4 level1 =
lfo13;vertical-align:baseline'><![if !supportLists]><font
    size=3D4 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:14.0pt;
    line-height:115%;font-family:Symbol;color:#333333'><span =
style=3D'mso-list:
    Ignore'>&middot;<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font size=3D4 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:14.0pt;line-height:115%;font-family:
    Georgia;color:#333333;font-weight:bold'>Date and Time =
formulas<o:p></o:p></span></font></b></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'text-align:justify;text-indent:
    -.25in;line-height:115%;mso-list:l4 level1 =
lfo13;vertical-align:baseline'><![if !supportLists]><font
    size=3D4 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:14.0pt;
    line-height:115%;font-family:Symbol;color:#333333'><span =
style=3D'mso-list:
    Ignore'>&middot;<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font size=3D4 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:14.0pt;line-height:115%;font-family:
    Georgia;color:#333333;font-weight:bold'>Conditional =
functions<o:p></o:p></span></font></b></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>a.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    line-height:115%;font-family:Georgia;color:#333333'>If then =
Else<o:p></o:p></span></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>b.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Sumif<o:p></o:p></spa=
n></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>c.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Countif<o:p></o:p></s=
pan></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'text-align:justify;text-indent:
    -.25in;line-height:115%;mso-list:l4 level1 =
lfo13;vertical-align:baseline'><![if !supportLists]><font
    size=3D4 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:14.0pt;
    line-height:115%;font-family:Symbol;color:#333333'><span =
style=3D'mso-list:
    Ignore'>&middot;<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font size=3D4 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:14.0pt;line-height:115%;font-family:
    Georgia;color:#333333;font-weight:bold'>Cell =
referencing<o:p></o:p></span></font></b></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'text-align:justify;text-indent:
    -.25in;line-height:115%;mso-list:l4 level1 =
lfo13;vertical-align:baseline'><![if !supportLists]><font
    size=3D4 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:14.0pt;
    line-height:115%;font-family:Symbol;color:#333333'><span =
style=3D'mso-list:
    Ignore'>&middot;<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font size=3D4 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:14.0pt;line-height:115%;font-family:
    =
Georgia;color:#333333;font-weight:bold'>Charts<o:p></o:p></span></font></=
b></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>a.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Waterfall<o:p></o:p><=
/span></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>b.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Bi-axis<o:p></o:p></s=
pan></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>c.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    line-height:115%;font-family:Georgia;color:#333333'>Dynamic =
charts<o:p></o:p></span></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'text-align:justify;text-indent:
    -.25in;line-height:115%;mso-list:l4 level1 =
lfo13;vertical-align:baseline'><![if !supportLists]><font
    size=3D4 color=3D"#333333" face=3DSymbol><span =
style=3D'font-size:14.0pt;
    line-height:115%;font-family:Symbol;color:#333333'><span =
style=3D'mso-list:
    Ignore'>&middot;<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font size=3D4 =
color=3D"#333333"
    face=3DGeorgia><span =
style=3D'font-size:14.0pt;line-height:115%;font-family:
    Georgia;color:#333333;font-weight:bold'>Using form =
tools<o:p></o:p></span></font></b></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>a.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    line-height:115%;font-family:Georgia;color:#333333'>Combo =
boxes<o:p></o:p></span></font></p>
    <p class=3DListParagraphCxSpMiddle =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 color=3D"#333333" =
face=3DGeorgia><span
    =
style=3D'font-size:13.0pt;line-height:115%;font-family:Georgia;color:#333=
333'><span
    style=3D'mso-list:Ignore'>b.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    =
line-height:115%;font-family:Georgia;color:#333333'>Lists<o:p></o:p></spa=
n></font></p>
    <p class=3DListParagraphCxSpLast =
style=3D'margin-left:1.0in;text-align:justify;
    text-indent:-.25in;line-height:115%;mso-list:l4 level2 =
lfo13;vertical-align:
    baseline'><![if !supportLists]><font size=3D4 face=3DEbrima><span
    style=3D'font-size:14.0pt;line-height:115%;font-family:Ebrima'><span
    style=3D'mso-list:Ignore'>c.<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><font
    size=3D4 color=3D"#333333" face=3DGeorgia><span =
style=3D'font-size:13.0pt;
    line-height:115%;font-family:Georgia;color:#333333'>Check =
Boxe</span></font><font
    face=3DArial><span =
style=3D'font-family:Arial'>.</span></font><b><font size=3D4
    face=3DEbrima><span =
style=3D'font-size:14.0pt;line-height:115%;font-family:
    Ebrima;font-weight:bold'><o:p></o:p></span></font></b></p>
    </td>
    <td width=3D354 height=3D54 valign=3Dtop bgcolor=3D"#E5B8B7" =
style=3D'width:265.8pt;
    border-top:none;border-left:none;border-bottom:double windowtext =
1.5pt;
    border-right:double windowtext 1.5pt;background:#E5B8B7;padding:0in =
5.4pt 0in 5.4pt;
    height:40.55pt'>
    <p class=3DMsoNormal style=3D'text-indent:-1.9pt'><b><font size=3D5 =
face=3DArial><span
    =
style=3D'font-size:16.0pt;font-family:Arial;font-weight:bold'>Introductio=
n to
    Macros/VBA</span></font></b><b><font size=3D5 face=3DArial><span
    =
style=3D'font-size:16.0pt;font-family:Arial;font-weight:bold'><o:p></o:p>=
</span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l14 level1 lfo14'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Introduction to =
Macros<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.5pt;text-indent:-.25in;line-height:
    115%;mso-list:l7 level1 lfo15'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>What is a =
Macro?<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.5pt;text-indent:-.25in;line-height:
    115%;mso-list:l7 level1 lfo15'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>Introduction to Macro =
Window<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.5pt;text-indent:-.25in;line-height:
    115%;mso-list:l7 level1 lfo15'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>How to Run a =
Macro<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.5pt;text-indent:-.25in;line-height:
    115%;mso-list:l7 level1 lfo15'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>Assigning Shortcut =
Keys<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.5pt;text-indent:-.25in;line-height:
    115%;mso-list:l7 level1 lfo15'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>How to Recoard a =
Macro<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l14 level1 lfo14'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Types of =
Macros/programs<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.5pt;text-indent:-.25in;line-height:
    115%;mso-list:l7 level1 lfo15'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>Functions<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.5pt;text-indent:-.25in;line-height:
    115%;mso-list:l7 level1 lfo15'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    =
style=3D'font-family:Arial'>Subroutines/Procedures<o:p></o:p></span></fon=
t></p>
    <p class=3DMsoNormal =
style=3D'margin-left:1.0in;text-indent:-.25in;line-height:
    115%;mso-list:l6 level1 lfo16'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>Public<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:1.0in;text-indent:-.25in;line-height:
    115%;mso-list:l6 level1 lfo16'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>Private<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l14 level1 lfo14'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Objects/Methods/Actions =
in
    VBA/Excel<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l14 level1 lfo14'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Differeance between =
Writing and
    Recoarding Coades<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l14 level1 lfo14'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Knowing differaent =
parts of VBA
    coding<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l14 level1 lfo14'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Editing already =
recoarded Macros<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l14 level1 lfo14'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Limitations of Macro =
Recoarding<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;line-height:115%'><b><font
    size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;line-height:115%;
    =
font-family:Arial;font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></=
p>
    <p class=3DMsoNormal =
style=3D'margin-left:26.75pt;text-align:justify;
    text-indent:-21.25pt;mso-list:l17 level1 lfo20'><![if =
!supportLists]><font
    size=3D5 face=3DWingdings><span =
style=3D'font-size:16.0pt;font-family:Wingdings'><span
    style=3D'mso-list:Ignore'>&Uuml;<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><b><font
    size=3D4 face=3DArial><span =
style=3D'font-size:14.0pt;font-family:Arial;
    font-weight:bold'>Understanding Cell Referencing in =
VBA</span></font></b><b><font
    face=3DArial><span =
style=3D'font-family:Arial;font-weight:bold'><o:p></o:p></span></font></b=
></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Using Excel Formulas in =
Macros<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Understanding R1C1 =
reference
    concept<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>What is Variable and =
type of
    Variables<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Using =
Variables<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Using for each =
&#8230;.loop for
    formatting<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Using with selection =
option for
    formatting<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Fetching data from =
Excel<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Selecting =
Cells<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Selecting a =
Range<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Working with =
Rows/Columns<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-.25in;
    line-height:115%;mso-list:l0 level1 lfo17'><![if =
!supportLists]><font
    size=3D3 face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:Symbol'><span style=3D'mso-list:Ignore'>&middot;<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Working with differaent
    Worksheets /Workbooks<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;line-height:115%'><b><font
    size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;line-height:115%;
    =
font-family:Arial;font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></=
p>
    <p class=3DMsoNormal =
style=3D'margin-left:26.75pt;text-align:justify;
    text-indent:-21.25pt;mso-list:l17 level1 lfo20'><![if =
!supportLists]><font
    size=3D5 face=3DWingdings><span =
style=3D'font-size:16.0pt;font-family:Wingdings'><span
    style=3D'mso-list:Ignore'>&Uuml;<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><b><font
    size=3D4 face=3DArial><span =
style=3D'font-size:14.0pt;font-family:Arial;
    font-weight:bold'>Working with Loops / Conditions / =
Arrays<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l3 level1 lfo18'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Understanding concepts =
of loops<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.5pt;text-indent:-.25in;line-height:
    115%;mso-list:l7 level1 lfo15'><![if !supportLists]><font size=3D3
    face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>Using various types of =
loops<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:1.0in;text-indent:-.25in;mso-list:
    l6 level1 lfo16'><![if !supportLists]><font size=3D3 face=3D"Courier =
New"><span
    style=3D'font-size:12.0pt;font-family:"Courier New"'><span =
style=3D'mso-list:
    Ignore'>o<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>For..Next <st1:place =
w:st=3D"on">Loop</st1:place><o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:1.0in;text-indent:-.25in;mso-list:
    l6 level1 lfo16'><![if !supportLists]><font size=3D3 face=3D"Courier =
New"><span
    style=3D'font-size:12.0pt;font-family:"Courier New"'><span =
style=3D'mso-list:
    Ignore'>o<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>Do..While <st1:place =
w:st=3D"on">Loop</st1:place><o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:1.0in;text-indent:-.25in;mso-list:
    l6 level1 lfo16'><![if !supportLists]><font size=3D3 face=3D"Courier =
New"><span
    style=3D'font-size:12.0pt;font-family:"Courier New"'><span =
style=3D'mso-list:
    Ignore'>o<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>Do..Until <st1:place =
w:st=3D"on">Loop</st1:place><o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l3 level1 lfo18'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Understanding concepts =
of
    Conditional Structures<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:49.7pt;text-indent:-.25in;mso-list:
    l7 level1 lfo15'><![if !supportLists]><font size=3D3 face=3D"Courier =
New"><span
    style=3D'font-size:12.0pt;font-family:"Courier New"'><span =
style=3D'mso-list:
    Ignore'>o<font size=3D1 face=3D"Times New Roman"><span =
style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><font =
face=3DArial><span
    style=3D'font-family:Arial'>If..Then..Else, =
Select..Case<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l3 level1 lfo18'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Using various types of
    Conditional Structures<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l3 level1 lfo18'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Using Excel functions / =
Formulas
    / Tools of Excel in VBA<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l3 level1 lfo18'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Handling =
Errors<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l3 level1 lfo18'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Debugging =
Program/Errors in real
    time environment<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:.25in;text-indent:-.25in;line-height:
    115%;mso-list:l3 level1 lfo18'><![if !supportLists]><font size=3D3
    face=3DSymbol><span =
style=3D'font-size:12.0pt;line-height:115%;font-family:
    Symbol'><span style=3D'mso-list:Ignore'>&middot;<font size=3D1 =
face=3D"Times New Roman"><span
    style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Calling other =
programs<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:26.75pt;text-align:justify'><b><font
    size=3D4 face=3DArial><span =
style=3D'font-size:14.0pt;font-family:Arial;
    font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:26.75pt;text-align:justify;
    text-indent:-21.25pt;mso-list:l17 level1 lfo20'><![if =
!supportLists]><font
    size=3D5 face=3DWingdings><span =
style=3D'font-size:16.0pt;font-family:Wingdings'><span
    style=3D'mso-list:Ignore'>&Uuml;<font size=3D1 face=3D"Times New =
Roman"><span
    style=3D'font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp; =
</span></font></span></span></font><![endif]><b><font
    size=3D4 face=3DArial><span =
style=3D'font-size:14.0pt;font-family:Arial;
    font-weight:bold'>Working with User =
Forms<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-20.85pt;
    line-height:115%;mso-list:l2 level1 lfo19'><![if =
!supportLists]><font
    size=3D3 face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Creating =
User-forms<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-20.85pt;
    line-height:115%;mso-list:l2 level1 lfo19'><![if =
!supportLists]><font
    size=3D3 face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Format a user =
form<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-20.85pt;
    line-height:115%;mso-list:l2 level1 lfo19'><![if =
!supportLists]><font
    size=3D3 face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Creating User-form =
tools like
    List Box/Labels/Text Box etc.<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-20.85pt;
    line-height:115%;mso-list:l2 level1 lfo19'><![if =
!supportLists]><font
    size=3D3 face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Format tools like list =
box/combo
    box etc<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-20.85pt;
    line-height:115%;mso-list:l2 level1 lfo19'><![if =
!supportLists]><font
    size=3D3 face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Adding/modifying Items =
in user
    form tools used in the forms<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-left:20.85pt;text-indent:-20.85pt;
    line-height:115%;mso-list:l2 level1 lfo19'><![if =
!supportLists]><font
    size=3D3 face=3D"Courier New"><span =
style=3D'font-size:12.0pt;line-height:115%;
    font-family:"Courier New"'><span style=3D'mso-list:Ignore'>o<font =
size=3D1
    face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    </span></font></span></span></font><![endif]><b><font =
face=3DArial><span
    style=3D'font-family:Arial;font-weight:bold'>Activating/Deactivating =
user
    forms</span></font></b><font face=3DArial><span =
style=3D'font-family:Arial'><o:p></o:p></span></font></p>
    </td>
   </tr>
   <tr height=3D54 style=3D'height:40.55pt'>
    <td width=3D709 colspan=3D2 height=3D54 bgcolor=3D"#E5B8B7" =
style=3D'width:531.6pt;
    border:double windowtext 1.5pt;border-top:none;background:#E5B8B7;
    padding:0in 5.4pt 0in 5.4pt;height:40.55pt'>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:115%'><b><font
    size=3D5 face=3DEbrima><span =
style=3D'font-size:18.0pt;line-height:115%;
    font-family:Ebrima;font-weight:bold'>Profile of =
Faculty<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'text-align:justify;line-height:115%'><b><font
    size=3D4 face=3DArial><span =
style=3D'font-size:14.0pt;line-height:115%;
    font-family:Arial;font-weight:bold'>Ms. Rachana C - =
</span></font></b><font
    size=3D4 face=3DArial><span =
style=3D'font-size:14.0pt;line-height:115%;
    font-family:Arial'>Trainer Consultant</span></font><b><font =
face=3DArial><span
    =
style=3D'font-family:Arial;font-weight:bold'><o:p></o:p></span></font></b=
></p>
    <p class=3DMsoNormal =
style=3D'mso-margin-top-alt:0in;margin-right:.05in;
    =
margin-bottom:0in;margin-left:10.3pt;margin-bottom:.0001pt;text-align:jus=
tify;
    line-height:150%'><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
    line-height:150%;font-family:Arial'>Ms. Rachana C is the Training =
Manager
    of OSF InfoTech. She is professional trainer in MS Office, MS Excel,
    Dashboard and VBA Macro&#8217;s. She is a Commerce Graduate from =
<st1:place
    w:st=3D"on"><st1:PlaceName w:st=3D"on">Saurashtra</st1:PlaceName> =
<st1:PlaceType
     w:st=3D"on">University</st1:PlaceType></st1:place>, Diploma in =
Advanced
    Software Technology (DAST) and Post Graduate Diploma in Computer
    Application (PGDCA)<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'mso-margin-top-alt:0in;margin-right:.05in;
    =
margin-bottom:0in;margin-left:10.3pt;margin-bottom:.0001pt;text-align:jus=
tify;
    line-height:150%'><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
    line-height:150%;font-family:Arial'>Ms. Rachana has a seven year =
long stint
    with the <st1:PlaceName w:st=3D"on">Sunshine</st1:PlaceName> =
<st1:PlaceType
    w:st=3D"on">School</st1:PlaceType>, <st1:place =
w:st=3D"on">Gujarat</st1:place>,
    as a Computer Teacher for Higher Secondary Section. Ms. Chotaliya =
was also
    deputed to Innovative Schools, Gujarat as Head of Computer =
Department for
    setting up their MIS and represent the strategic decision making =
team. She
    had two years of experience of Corporate Training at CBT Infotech =
Pvt. Ltd.
    (Mumbai).<o:p></o:p></span></font></p>
    <p class=3DMsoNormal =
style=3D'mso-margin-top-alt:0in;margin-right:.05in;
    =
margin-bottom:0in;margin-left:10.3pt;margin-bottom:.0001pt;text-align:jus=
tify;
    line-height:150%'><font size=3D3 face=3DArial><span =
style=3D'font-size:12.0pt;
    line-height:150%;font-family:Arial'>During her career she has also
    experience of conducting corporate training for NIIT(<st1:City =
w:st=3D"on"><st1:place
     w:st=3D"on">Delhi</st1:place></st1:City>), Karrox Technologies =
(Mumbai),
    Vynsys Technologies, SBI Mutual Fund, Aditya Birla Groups, Roche =
Diagnosis,
    Central Railways, Shopper Stop etc. (Mumbai). She has trained more =
than
    10,000 corporate employees till date</span></font><b><font size=3D5
    face=3DCalibri><span =
style=3D'font-size:16.0pt;line-height:150%;font-family:
    Calibri;font-weight:bold'><o:p></o:p></span></font></b></p>
    </td>
   </tr>
   <tr height=3D54 style=3D'height:40.55pt'>
    <td width=3D709 colspan=3D2 height=3D54 bgcolor=3D"#E5B8B7" =
style=3D'width:531.6pt;
    border:double windowtext 1.5pt;border-top:none;background:#E5B8B7;
    padding:0in 5.4pt 0in 5.4pt;height:40.55pt'>
    <p class=3DMsoNormal =
style=3D'margin-right:.05in;text-align:justify'><b><font
    size=3D5 face=3DCalibri><span =
style=3D'font-size:16.0pt;font-family:Calibri;
    font-weight:bold'>Course&#8217;s time =
structure:</span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-right:.05in;text-align:justify'><b><font
    size=3D5 face=3DCalibri><span =
style=3D'font-size:16.0pt;font-family:Calibri;
    font-weight:bold'>Session =
Timing&#8211;&nbsp;</span></font></b><b><font
    size=3D5 face=3DCalibri><span =
style=3D'font-size:18.0pt;font-family:Calibri;
    font-weight:bold'>11:00am to 5.00pm<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal =
style=3D'margin-right:.05in;text-align:justify'><b><font
    size=3D4 face=3DCalibri><span =
style=3D'font-size:14.0pt;font-family:Calibri;
    font-weight:bold'>Webinar Starts 11.00 am, Break &#8211; 01.30 pm to =
02.15
    pm<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal style=3D'text-align:justify'><b><font size=3D5
    color=3D"#1f497d" face=3DCalibri><span =
style=3D'font-size:16.0pt;font-family:
    =
Calibri;color:#1F497D;font-weight:bold'>Pre-requisites<o:p></o:p></span><=
/font></b></p>
    <p class=3DMsoNormal><font size=3D4 color=3Dred face=3D"Times New =
Roman"><span
    style=3D'font-size:13.0pt;color:red'>Participant should have MS =
Office 2010
    or above version in their Laptop or computer =
systems</span></font><font
    size=3D5 color=3D"#1f497d"><span =
style=3D'font-size:18.0pt;color:#1F497D'><br>
    </span></font><font color=3D"#1f497d" face=3DArial><span =
style=3D'font-family:
    Arial;color:#1F497D'>You should have good internet connection and =
good
    quality headphone/speaker set with Laptop / Desktop. You should have
    notepad/pen to note down important points.</span></font><font =
size=3D5
    color=3Dblack face=3DCambria><span =
style=3D'font-size:16.0pt;font-family:Cambria;
    color:black;text-transform:uppercase'><o:p></o:p></span></font></p>
    </td>
   </tr>
   <tr height=3D54 style=3D'height:40.55pt'>
    <td width=3D709 colspan=3D2 height=3D54 bgcolor=3D"#E5B8B7" =
style=3D'width:531.6pt;
    border:double windowtext 1.5pt;border-top:none;background:#E5B8B7;
    padding:0in 5.4pt 0in 5.4pt;height:40.55pt'>
    <p class=3DMsoNormal><b><font size=3D5 face=3D"Times New =
Roman"><span
    style=3D'font-size:18.0pt;font-weight:bold'>How &nbsp;to Register =
:-<o:p></o:p></span></font></b></p>
    <table class=3DMsoNormalTable border=3D1 cellspacing=3D0 =
cellpadding=3D0
     style=3D'border-collapse:collapse;border:none'>
     <tr>
      <td width=3D380 style=3D'width:284.7pt;border:double windowtext =
1.5pt;
      padding:0in 5.4pt 0in 5.4pt'>
      <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><u><font
      size=3D4 color=3D"#002060" face=3DEbrima><span =
style=3D'font-size:14.0pt;
      font-family:Ebrima;color:#002060;font-weight:bold'>Fee Structure =
:- Per
      participant per day<o:p></o:p></span></font></u></b></p>
      </td>
      <td width=3D170 style=3D'width:127.6pt;border:double windowtext =
1.5pt;
      border-left:none;padding:0in 5.4pt 0in 5.4pt'>
      <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font
      size=3D4 color=3D"#002060" face=3DEbrima><span =
style=3D'font-size:14.0pt;
      font-family:Ebrima;color:#002060;font-weight:bold'>Rs. =
6000/-<u><o:p></o:p></u></span></font></b></p>
      </td>
     </tr>
     <tr>
      <td width=3D380 style=3D'width:284.7pt;border:double windowtext =
1.5pt;
      border-top:none;padding:0in 5.4pt 0in 5.4pt'>
      <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><u><font
      size=3D4 color=3D"#002060" face=3DEbrima><span =
style=3D'font-size:14.0pt;
      font-family:Ebrima;color:#002060;font-weight:bold'>Fee Structure =
:- Per
      participant both day<o:p></o:p></span></font></u></b></p>
      </td>
      <td width=3D170 =
style=3D'width:127.6pt;border-top:none;border-left:none;
      border-bottom:double windowtext 1.5pt;border-right:double =
windowtext 1.5pt;
      padding:0in 5.4pt 0in 5.4pt'>
      <p class=3DMsoNormal align=3Dcenter =
style=3D'text-align:center'><b><font
      size=3D4 color=3D"#002060" face=3DEbrima><span =
style=3D'font-size:14.0pt;
      font-family:Ebrima;color:#002060;font-weight:bold'>Rs. =
12000/-<u><o:p></o:p></u></span></font></b></p>
      </td>
     </tr>
    </table>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><font size=3D2 =
color=3D"#1f497d"
    face=3DEbrima><span =
style=3D'font-size:10.0pt;font-family:Ebrima;color:#1F497D'><o:p>&nbsp;</=
o:p></span></font></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black;
    font-weight:bold'>18% GST is =
applicable<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black'>&gt;
    Mode of Payment: NEFT /Paytm / Credit =
Card<o:p></o:p></span></font></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black'>&gt;
    Cheque favouring <b><span style=3D'font-weight:bold'>GFORD Institute =
of
    Management Pvt Ltd</span></b> payable at <st1:City =
w:st=3D"on"><st1:place
     w:st=3D"on">New =
Delhi</st1:place></st1:City>.<o:p></o:p></span></font></p>
    <p class=3DMsoNormal><font size=3D4 color=3Dblack =
face=3DEbrima><span
    style=3D'font-size:14.0pt;font-family:Ebrima;color:black'>&gt; Fees =
include
    certificate of participation &amp; Course =
Material.<o:p></o:p></span></font></p>
    <p class=3DMsoNormal><font size=3D4 color=3Dblack =
face=3DEbrima><span
    style=3D'font-size:14.0pt;font-family:Ebrima;color:black'>*Terms =
&amp;
    Conditions apply<o:p></o:p></span></font></p>
    <p class=3DMsoNormal><font size=3D4 color=3Dblack =
face=3DEbrima><span
    =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black'><o:p>&nbsp;</o:=
p></span></font></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black;
    font-weight:bold'>Best regards</span></font></b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black'><o:p></o:p></sp=
an></font></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black;
    font-weight:bold'>For GFORD Institute of Management Pvt =
Ltd</span></font></b><font
    size=3D4 color=3Dblack face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:
    Ebrima;color:black'><o:p></o:p></span></font></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black;
    font-weight:bold'>Ajay Arora</span></font></b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black'><o:p></o:p></sp=
an></font></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black;
    =
font-weight:bold'>Email:&nbsp;gfordonline@yahoo.com&nbsp;</span></font></=
b><strong><b><font
    size=3D4 color=3Dblack face=3DEbrima><span lang=3DFR =
style=3D'font-size:14.0pt;
    =
font-family:Ebrima;color:black'>&nbsp;</span></font></b></strong><font
    size=3D4 color=3Dblack face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:
    Ebrima;color:black'><o:p></o:p></span></font></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black;
    font-weight:bold'>Mob. : 9711114779 / =
8929596899<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black;
    font-weight:bold'>For Query and nominations &#8211; 9540012349 only
    Whatsapp<o:p></o:p></span></font></b></p>
    <p class=3DMsoNormal style=3D'margin-right:-4.0pt'><b><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black;
    font-weight:bold'><o:p>&nbsp;</o:p></span></font></b></p>
    <p class=3DMsoNormal style=3D'text-align:justify'><font size=3D4 =
color=3Dblack
    face=3DEbrima><span =
style=3D'font-size:14.0pt;font-family:Ebrima;color:black'>For
    unsubscribe from the mailing list, please mail us on =
gcmgford@yahoo.com.</span></font><font
    size=3D5 color=3Dblack face=3DCambria><span =
style=3D'font-size:16.0pt;font-family:
    =
Cambria;color:black;text-transform:uppercase'><o:p></o:p></span></font></=
p>
    </td>
   </tr>
  </table>
  <p class=3DMsoNormal =
style=3D'margin-right:-8.25pt;text-align:justify;background:
  #E5DFEC;vertical-align:baseline'><font size=3D1 face=3DCalibri><span
  =
style=3D'font-size:8.0pt;font-family:Calibri'><o:p></o:p></span></font></=
p>
  </td>
 </tr>
</table>

<p class=3DMsoNormal =
style=3D'margin-right:-8.25pt;background:#E5DFEC'><font
size=3D1 face=3DCalibri><span =
style=3D'font-size:1.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></f=
ont></p>

<p class=3DMsoNormal =
style=3D'margin-right:-8.25pt;background:#E5DFEC'><font
size=3D1 face=3DCalibri><span =
style=3D'font-size:1.0pt;font-family:Calibri'><o:p>&nbsp;</o:p></span></f=
ont></p>

</div>

</body>

</html>

------=_NextPart_000_1C678_01D6F7B7.B343D010--


@KyuuKazami