login    password    artist  buyer  gallery  
Not a member? Register
absolutearts.com logo HOME REGISTER BUY ART SEARCH ART TRENDS COLLECT ART ART NEWS
 
 
Art News:

Dear Sir / Madam,

 

It’s our pleasure to offer you “Professional Training Workshops” as per following which are designed for:-

 

ü  Accounts & Finance, Commercial, Sales & Marketing, Engineering, Quality, R&D, HR & Administration and IT professionals

ü  Chartered Accountants, Project Managers, Executive Assistants, Personal Assistants, Secretaries

ü  Students of professional courses gearing up for campus placements and jobs

ü  Tech savvy Business owners, and for all those who want to make their life easy with the use of this beautiful tool.  

 

MS Power Point 2007

(One Day – 9.30 am to 5.00 pm)

MS Excel 2007

(One Day – 9.30 am to 5.00 pm)

MS Word 2007

(One Day – 9.30 am to 5.00 pm)

Excel / Macros Programming

(Two Days – 9.30 am to 5.00 pm)

MS Project 2007

(Two Day – 9.30 am to 5.00 pm)

1) Power Point Overview

Overview of MS word in terms of Screen layout, Menus, The Ribbon, Quick Access Toolbar etc.

2) Creating a Presentation

You can start a new presentation from a blank slide, a template, existing presentations, or a Word outline. Experience the steps to do this.

3) Formatting Presentation

How to make your presentation look effective. Working on fonts, styles, effects, Word art, Alignment, Text direction etc will help you master in formatting presentations as per your need..

4) Simple Presentation

Making presentations starts with creating a simple presentation then taking it to the next level. Creating general presentation by using templates etc. These presentations are system built and easy to use and create.

5) Custom Presentation

Do you want to apply worldwide accepted formats or if you have very less time to format presentations then creating own style presentation by adding logos, pictures, formats etc.

6) Adding Graphics

A picture is worth a thousand words. It applies to making presentations as well. Adding pictures, Clip Art, Shapes, Smart Art, Photo album etc. These graphics can be animated.

7) Adding Tables

Creating tables, modifying structure, Inserting Table from Word or Excel to prevent the rework. Tables can be modified and used in a colorful manner.

8) Adding Animation

Slide effects, Slide Transitions, Slide Animations, Animation Preview, Setting up slide show,

9) Adding Charts

Creating chart, editing chart, Chart tools etc. Copying charts from Word and Excel etc.

10) Adding Notes

As a speaker you can add notes to presentation so you could refer to those notes while presentation.

11) Printing Tips

You might need to include some notes so you could forget while presenting yourself. Creating speaker notes, Handouts etc will help you do this.

12) Slide Sorter

Slide sorter helps you manage and sort  slides based on your requirement & the sequence you need.

1) Excel Quick Overview : Use of Excel, its boundaries & features

2) Data Formatting & Custom settings : Number, Text, Date, Currency, Custom settings. Data formatting & cleaning

3) Conditional Formatting : Once defined, it will automatically change color of values e.g. up or down, high or low, pass or fail, profit or loss etc.

4) Filters, Queries & Data Sorting : Drill down your data to your desired level. Sort data based on your choice e.g. like North, East, West, South rather than alphabetically.

5) Formula Writing & Fixing Errors: Financial, Logical, Text, Day and Time, Statistical, Mathematical etc Sum, Average, Count, Minimum, Maximum, Absolute, Concatenate, Count, CountA, CountBlank, CountIf, Day, Today, Even, Exact, Exp, Find, Int, IsBlank, Left, Len, Lower, Upper, Proper, Now, Power, Rank, Right, Round, Trim etc.

6) If-Then-Else & Nested If commands : Produce different set of results based on slabs, conditions.

7) Vlookup / Hlookup : You have large amount of data placed at different locations & you want to merge it based on common values & it’s relevance.

8) Graphs & Charts : In this workshop you will learn how to create, modify & update graphs / charts like Column, Line, Pie, Bar, Area, Scatter, 3D etc.

9) Hyper / Data Linking : Hyper & data linking, within or outside Worksheet / Excel File is an important feature. This helps update data automatically.

10) Grouping - Ungrouping : Sometime data needs to be grouped for summarized results & crisp view. Grouping & ungrouping feature will help you do so.

11) Pivot Tables : Summarize your data as per your desire. You need to select data in a range & produce consolidated results in user defined reporting formats.

12) Macros Recording, use, editing, linking : Record, edit & use Macros with little or no programming knowledge.

13) Security & Protection : It will help you protect your cells, worksheet or an excel file from unauthorized use.

14) Data validation : prevent wrong data entry in your specified format.

1) MS Word Overview : Overview of MS word in terms of Screen layout, Menus, The Ribbon, Quick Access Toolbar etc.

2) Handling Documents : Creating, Editing, Saving new documents and using templates.

3) Formatting : Applying styles, Change Font Typeface and size, Font styles and effects, changing colors, highlighting text

4) Bullets & Numbering : Bullets and Numbering (Numeric and Alphabetical) is a useful feature of MS Word. In this workshop, learn how to use Bullets, Numbers etc and their relevance.

5) Drawing & Graphics Tools : How to use character case change, formatting, Clip art, Shapes, Word Art, Symbols & special characters, Equations, Watermarks

6) Mail merge : Mail Merge feature of Word saves your time when you're sending the same letter to different recipients. Like Thanks Letters, Payment Reminders, Salary Hike Letters etc.

7) Graphs : Creating & editing chart, Chart tools etc. Copying charts from Word & Excel etc.

8) Macros Recording, use, editing, linking : Record, edit and use Macros with little or no programming knowledge, automated recording of functions or actions helps a lot for quick execution with shortcut keys.

9) Tables : Creating tables, modifying structure, Inserting Table from Word or Excel to prevent the rework. Tables can be modified and used in a colorful manner.

10) Header / Footer : Applying Headers and Footers

11) Hyperlink : Hyper within or outside document.

12) Track Changes : Track Changes allows you to see what changes have been made to a document.

13) Thesaurus : Find related words with limited vocabulary.

14) Translation : Learn to translate contents of document to other languages.

15) Document Proofing : Spelling & Grammar checking, Auto correct etc

16) Creating Web Pages : Publish reports for websites

17) Table of Contents : Learn how to create table of contents. Table of contents are very useful when you are creating reports, writing books etc.

1) Creating & Recording a Macro – First step towards learning Macros programming is to learn how to create & record macros. This is the 1st step towards macro programming.

2) Executing Macros through shortcuts and command buttons – Using such features based on user requirements.

3) Editing recorded syntax – How to edit or write your own Macro programs

4) Modules – Learn about modules which is an excellent feature of VBA programming.

5) Procedures – write & practice programming procedures.

6) Sub Procedures - write & practice programming procedures.

7) Functions – There are certain inbuilt or user defined functions. Explore those functions

8) Excel VBA tutorial – VBA tutorial will help you proceed in a step by step approach

9) Objects and collections - An object is a special type of variable that contains both data and codes.  A collection is a group of objects of the same class.  The most used Excel objects in VBA programming are Workbook, Worksheet, Sheet, and Range.

10) Workbook and workbook objects - A workbook is the same as an Excel file.  The Workbook collection contains all the workbooks that are currently opened.  Inside of a workbook contains at least one worksheet.

11) Range object & cells property - Range represents a cell, a row, a column, a selection of cells containing one or more contiguous blocks of cells, or a 3-D 

12) Methods & properties -Each object contains its own methods & properties. A Property represents a built-in or user-defined characteristic of  object. 

13) Object variables and arguments - Sometime a method takes more than one argument.  For example, the Open method for the Workbook object, takes 12 arguments.  To open a workbook with password protection, you would need to write the code.

14) If Case, Loop Case & Select Case –Looping, Sub looping, looping through a range, For..Next loop etc. Execute multiple conditions with select statement.

1) Introduction to MS Project - Introduction to MS Project application & it’s usage in current industry scenario’s, Introduction to Project & Project Management

2) Creating a Project Plan –Learn the steps involved in creating project plan. The more you have understanding on the concepts, more it will easy for you to plan a project.  Understanding Project plans, How to create a New Project Plan, Assigning a specific Project Calendar as per our requirements, Adding Tasks to the Project Plan, Entering the Task Duration Estimates, Adding Resources in the Project Plan

3) Managing Tasks in a Project Plan - Understanding tasks, Outlining Tasks in a project plan, Adding a Recurring Task, Linking Dependent Tasks, Setting a Constraint to a Task, Setting a Task Deadline, Adding Notes to a Task

4) Managing Resources in a Project Plan - Understanding resources, Creating a Resource Calendar, Assigning Resources to Tasks, Assigning Additional Resources to a Task, Entering Costs for Resources, Entering Values for Budget Resources, Resolving Resource Conflicts

5) Finalizing the Project Plan - Understanding Critical path, Displaying the Critical Path, Shortening the Project Duration, Setting a Baseline, Printing a Project Summary Report. Understand all these features from practical and conceptual point of view.

6) Exchanging Project Plan Data with Other Applications - Overview of importing Project Information, Exporting Project Plan Data into Excel, Copying a Picture of the Project Plan Information

7) Updating a Project Plan - Entering Task Progress, Entering Overtime Work, Splitting a Task, Rescheduling a Task, Filtering Tasks, Setting an Interim Plan, Creating a Custom Table, Creating a Custom Report

8) Managing Project Costs – Managing project cost is one of the most important thing to manage on the project and isn’t easy too. But with MS Project, understand managing and updating project costs, Updating Cost Rate Tables, Grouping Costs, Linking Documents to a Project Plan

9) Project Reporting – MS Project gives you ready made & customized project reporting. Understand, create & define Project Reporting as per stakeholder’s, team, management requirements.

                          

Lunch and Tea/Coffee along with snacks will be provided to all participant’s. Training material will be provided by us. We suggest you to bring your laptop for the workshop. Participants from same company can share the laptops.

 

PROGRAM CALENDAR & VENUE (Timings 9.30 am to 5.00 pm)

MS Power Point

MS Excel

MS Word

Excel / Macros Programming

MS Project

New Delhi 12th June’11, Sunday

Paharpur Business Center, Opposite Inter Continental, Nehru Place

.

New Delhi 11th June’11, Sat

Paharpur Business Center, Opposite Inter Continental, Nehru Place

New Delhi 10th June’11, Friday

Paharpur Business Center, Opposite Inter Continental, Nehru Place

New Delhi 21-22 May’11, Sat/Sun

Paharpur Business Center, Opposite Inter Continental, Nehru Place

New Delhi 3-4 June’11, Fri/Sat

Paharpur Business Center, Opposite Inter Continental, Nehru Place

Mumbai 4th June’11, Saturday

Hotel Athithi, 77, Nehru Road, Vile Parle (E), Near Domestic Airport

.

Mumbai 5th June’11, Sunday

Hotel Athithi, 77, Nehru Road, Vile Parle (E), Near Domestic Airport

Mumbai 3rd June’11, Friday

Hotel Athithi, 77, Nehru Road, Vile Parle (E), Near Domestic Airport

Mumbai 28-29 May’11, Sat/Sun

Hotel Athithi, 77, Nehru Road, Vile Parle (E), Near Domestic Airport

Mumbai 10-11 June’11, Fri/Sat

Hotel Athithi, 77, Nehru Road, Vile Parle (E), Near Domestic Airport

Bangalore 11th June’11, Saturday

Hotel Golden Landmark, Seshadri / Race Course Road, Anand Rao Circle

.

Bangalore 12th June’11, Sunday

Hotel Golden Landmark, Seshadri / Race Course Road, Anand Rao Circle

Bangalore 10th June’11, Friday

Hotel Golden Landmark, Seshadri / Race Course Road, Anand Rao Circle

Bangalore 4-5 June’11, Sat/Sun

Hotel Golden Landmark, Seshadri / Race Course Road, Anand Rao Circle

Bangalore 17-18  June’11, Fri/Sat

Hotel Golden Landmark, Seshadri / Race Course Road, Anand Rao Circle

Chennai 18th June’11, Sunday

Hotel The Vijay Park, Jawaharlal Nehru Salai, Inner Ring Road,Arumbakkam

.

Chennai 19th June’11, Sunday

Hotel The Vijay Park, Jawaharlal Nehru Salai, Inner Ring Road,Arumbakkam

Chennai 17th June’11, Friday

Hotel The Vijay Park, Jawaharlal Nehru Salai, Inner Ring Road,Arumbakkam

Chennai 11-12 June’11, Sat/Sun

Hotel The Vijay Park, Jawaharlal Nehru Salai, Inner Ring Road,Arumbakkam

Chennai 24-25 June’11, Fri/Sat

Hotel The Vijay Park, Jawaharlal Nehru Salai, Inner Ring Road,Arumbakkam

Pune 25th June,’11, Saturday

Hotel Shree Pancharatna, 7, Tadiwala Road, Near Pune Station

.

Pune 26th June,’11, Sunday

Hotel Shree Pancharatna, 7, Tadiwala Road, Near Pune Station

Pune 24th June,’11, Friday

Hotel Shree Pancharatna, 7, Tadiwala Road, Near Pune Station

Pune 18-19 June’11, Sat/Sun

Hotel Shree Pancharatna, 7, Tadiwala Road, Near Pune Station

Pune 4-5 June, Sat/Sun

Hotel Shree Pancharatna, 7, Tadiwala Road, Near Pune Station

Cost : MS Power Point

Cost : MS Excel

Cost : MS Word

Cost: Excel / Macros Programming

Cost: MS Project

Rs. 3,000/- Per Person

.

Rs. 3,000/- Per Person

Rs. 3,000/- Per Person

Rs. 6,000/- Per Person

Rs. 9,000/- Per Person

Note: Above amount is inclusive of Service Tax.

 

REGISTRATION & PAYMENT PROCESS

Please reply to this mail with following details:

[1] Name of Participant & Contact Number [2] Company Name [3] Training Location  [4] Course  [5] Participation Fee Details

.

 

Payment Options

Deposit Cash / Cheque / DD / Online in any Axis Bank Branch across India in favor of à

HEURISTIC KNOWLEDGE BASE SOLUTIONS & SERVICES

Bank Account No.

910020006995418

For Online Transfer

MICR 110211063, IFSC UTIB0000723, Axis Bank Limited, Correnthum, Branch Sector 62, Noida (UP)

Post or Courier Cheque to

Heuristic Knowledgebase, 12, Harmony, C-58/16, Sector 62, Noida (201301) Contact 9818415819, 0120-4543425

 

Best Regards,

 

Heuristic Knowledge Base Solutions & Services

12, Harmony, C-58/16, Sector-62, Noida 201301 (UP) INDIA 

E-Mail: info@heuristic.co.in , info.heuristic@gmail.com   Contact No. : 098184-15819, 0120-4543425 Website: http://www.heuristic.co.in/

Participation Cancellation & Rescheduling Policy : Training once registered can’t be canceled by participant(s). Rescheduling of Training can be allowed with 7 days of prior intimation in all cases from the training program. In case of unavoidable circumstances like Administrative reasons (riots, strike, bandh, agitation, curfew etc), Natural calamities (flood, earthquake, bad whether etc.), Some unavoidable emergency or circumstances with trainer or training place or Insufficient enrollments, Heuristic holds the rights to reschedule the session. All participants will be intimated as early as possible & they can rejoin the rescheduled session against canceled one without extra charges. Heuristic will not be liable to pay any expenses incurred by the participant’s to attend the training program in case if the Training program is cancelled or rescheduled due to the above circumstances. Heuristic holds the rights to take final decision on any of the circumstance / scenario not mentioned above. All disputes are subject to Noida Jurisdiction. Disclaimer: All contents provided in the mail are Heuristic’s own contents and are not allowed for copy and reuse without our permission. Please consider this mail as an invitation to offer you participation to our Training Workshop & other programs only as described in the mail. Please ignore if you are not interested or send us reply to .



#

YOUR FIRST STOP FOR ART ONLINE!
HELP MEDIA KIT SERVICES CONTACT


Discover over 150,000 works of contemporary art. Search by medium, subject matter, price and theme... research over 200,000 works by over 22,000 masters in the indepth art history section. Browse through new Art Blogs. Use our advanced artwork search interface.

Call for Artists, Premiere Portfolio sign-up for your Free Portfolio or create an Artist Portfolio today and sell your art at the marketplace for contemporary Art! Start a Gallery Site to exclusively showcase your gallery. Keep track of contemporary art with your free MYabsolutearts account.

 


Copyright 1995-2013. World Wide Arts Resources Corporation. All rights reserved