BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Computer Training Source - ECPv6.15.18//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Computer Training Source
X-ORIGINAL-URL:https://computertrainingsource.com
X-WR-CALDESC:Events for Computer Training Source
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:UTC
BEGIN:STANDARD
TZOFFSETFROM:+0000
TZOFFSETTO:+0000
TZNAME:UTC
DTSTART:20200101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20210330T083000
DTEND;TZID=UTC:20210330T160000
DTSTAMP:20260405T182618
CREATED:20201216T014516Z
LAST-MODIFIED:20210315T161023Z
UID:2077-1617093000-1617120000@computertrainingsource.com
SUMMARY:Excel Excel VBA - Two Day Course (Mar 30 & Mar 31) SYST-0026
DESCRIPTION:Course length: 2.0 day(s) March 30 & March 31\nCourse Description  \nCourse Objective: You will automate your job tasks in Microsoft® Office Excel® O365. \nTarget Student: This course is intended for advanced Microsoft Excel professionals that need to automate Excel spreadsheet tasks using Visual Basic for Applications (VBA). \nPrerequisites: Knowledge of the basics of Excel\, including how to create\, edit\, format\, and print worksheets that include charts and sorted and filtered data. Students are recommended to first take the following Logical Operations courses or have equivalent knowledge: \n\nMicrosoft® Office Excel® O365: Level 1\nMicrosoft® Office Excel® O365: Level 2\nMicrosoft® Office Excel® O365: Level 3\n\nLESSON ONE: INTRODUCTION TO VISUAL BASIC FOR APPLICATIONS (VBA) WHAT IS VISUAL BASIC FOR APPLICATIONS (VBA)? \nOBJECT-ORIENTED PROGRAMMING PROCEDURES:\nOBJECTS\nCONTAINERS\nCOLLECTIONS\nPROPERTIES:\nMETHODS:\nEVENTS:\nHOW VBA REFERS TO OBJECTS\nACCESSING THE MACRO COMMANDS\nSECURITY SETTINGS\nSAVING WORKBOOKS THAT CONTAIN MACROS\nLESSON TWO: UNDERSTANDING MACROS \nWRITING CODE VS RECORDING MACROS\nABSOLUTE VS RELATIVE REFERENCING\nUSING THE MACRO RECORDER\nRECORDING IN RELATIVE MODE\nMODIFYING MACROS\nMETHODS FOR EXECUTING MACROS\nACCESSING MACROS THROUGH THE QUICK ACCESS\nTOOLBAR\nACCESSING MACROS THROUGH THE RIBBON\nACCESSING MACROS THROUGH SHAPES OR IMAGES\nACCESSING MACROS THROUGH CONTROLS\nLESSON THREE: GETTING TO KNOW THE VISUAL BASIC EDITOR (VBE) \nTHE MICROSOFT VISUAL BASIC EDITOR\nTHE PROJECT EXPLORER THE PROPERTIES WINDOW\nTHE CODE WINDOW\nADDING A NEW MODULE NAMING MODULES\nREMOVING A MODULE EXPORTING AND IMPORTING MODULES\nPROTECTING CODE\nTHE OBJECT BROWSER\nCUSTOMIZING THE VISUAL BASIC ENVIRONMENT\nThe Editor Tab\nCode Settings\nWindow Setting\nThe Editor Format Tab\nThe General Tab\nThe Docking Tab\nDOCKING WINDOWS\nLESSON FOUR: TROUBLESHOOTING AND DEBUGGING ERRORS \nTROUBLESHOOTING AND DEBUGGING ERRORS\nTYPES OF ERRORS Syntax Errors (aka Compile Error)\nRun-Time Errors\nLogical Errors\nDEBUGGING TECHNIQUES\nDebugging Tools\nSetting a Breakpoint\nThe Watch Window\nStepping Through Code\nDeleting a Watch Expression\nThe Immediate Window\nThe Locals Window\nLESSON FIVE: WRITING VBA CODE \nESSENTIALS TO WRITING VBA CODE\nSub Procedures vs Functions\nMacro Naming Rules\nComments\nSUB PROCEDURES\nUsing Objects\nUsing Methods\nUsing Events\nStoring Procedures in the Personal Macro\nWorkbook\nCopy and Paste Procedures\nAssigning Macro Buttons to the Quick\nAccess Toolbar (QAT)\nCALLING A SUB PROCEDURE\nEXPRESSIONS\nVARIABLES\nDeclaring a Variable\nOption Explicit\nDeclaring Multiple Variables\nAssigning a Value to a Variable\nDATA TYPES\nUsing Byte Variables\nUsing String Variables\nUsing Currency Variables\nUsing Date Variables\nVARIANTS CONSTANTS SCOPE\nProcedure Level Scope\nPrivate Level Scope\nPublic Level Scope\nVBA STANDARD OPERATORS\nThe Assignment Operator ( = )\nThe Line Continuation Character ( _)\nThe Parenthesis ( ) The Comma ( \, )\nThe Colon Operator ( : )\nThe Ampersand ( & )\nCarriage Return Line Feed (vbCrLf)\nDefining Parameters (:=)\nArithmetic Operators Comparison\nOperators\nLogical Operators\nTHE CELLS OBJECT\nThe Value Property\nFORMATTING DATA\nThe Range Object\nThe Select Method\nThe CurrentRegion Property\nThe RangeSort Method\nMANIPULATING WORKSHEET DATA\nThe ActiveSheet Property\nThe Name Property\nThe Selection Property\nThe Copy Method\nThe Paste Method\nThe Offset Property\nThe End Property\nThe Font Property\nThe With End With Construct\nThe Call Statement\nThe Columns and Rows Properties\nThe AutoFit Method ARRAYS\nLESSON SIX: WORKING WITH CONTROL STRUCTURES  \nCONTROL STRUCTURES\nDecision Structures\nIf…Then\nIf…Then…Else\nSelect Case\nLOOPS\nFor Next Loop\nStepping For Each\nDo Until Loop\nDo While Loop\nLESSON SEVEN: WORKING WITH FUNCTION PROCEDURES \nFUNCTIONS\nCreating a Function\nMacroOptions Method\nCalling a Function\nCalling a Function in a Worksheet\nWRITE DATA TO TEXT FILES\nUSER INTERACTION FUNCTIONS\nWorking with Message Boxes\nWorking with Input Boxes\nReturn Values\nLESSON EIGHT: ERROR HANDLING \nERROR HANDLING\nThe Error GoTo Statement\nThe On Error Resume Next\nThe Error Object\nLESSON NINE: USER FORMS \nUSER FORMS\nDisplaying a UserForm\nPrinting a Form\nHiding a Form\nClosing a Form\nFORM PROPERTIES\nName Location Size\nCONTROLS\nAligning Controls\nTab Order\nBorders\nFont\nControl Colors\nControl Visibility\nControl Availability\nFocus\nCreating a User Form\nWriting Code to Show the User Form\nEvent Procedures for UserForm Controls\nAttaching Events to the Form Controls\nDependent Combo Boxes\nLESSON TEN: MANAGING SHEETS \nMANIPULATING WORKSHEETS\nSheet Types\nWorksheet Reference Options\nThe Add Method\nThe Delete Method\nThe Copy Method\nThe Move Method\nCREATING A CHART SHEET\nThe Declared Range Object\nThe Set Statement\nREFERENCE  \nGLOSSARY\nVISUAL BASIC LANGUAGE KEYWORDS\nReserved Keywords\nUnreserved Keywords\nOBJECT NAMING CONVENTIONS\nCODE SNIPPETS\nCOMMON EXCEL VBA STATEMENTS\nEXCEL VBA FUNCTIONS\nVBA KEYBOARD SHORTCUTS
URL:https://computertrainingsource.com/event/excel-excel-vba-3/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210325T083000
DTEND;TZID=UTC:20210325T160000
DTSTAMP:20260405T182618
CREATED:20201216T025651Z
LAST-MODIFIED:20210108T194542Z
UID:2138-1616661000-1616688000@computertrainingsource.com
SUMMARY:Visio L1 - SYST-0180
DESCRIPTION:Course Number: 091071  \nCourse Length: 1 day  \nCourse Description  \nOverview:  \nFrom the earliest eras of human existence\, visual images have been used to represent knowledge\, data\, and information. Beginning with the Paleolithic cave paintings and continuing to today’s most complex computer networks\, these images leverage the ability of the human brain to rapidly perceive patterns and trends from visual representations. In today’s workplace\, visual diagrams are an essential part of communication\, from road maps to sales flows to process charts. Microsoft® Visio® provides you with an intuitive\, customizable tool to easily create a professional-looking visual product by using its extensive gallery of shapes. By following the exercises in this course\, you will create visually engaging diagrams\, maps\, and drawings\, using graphical elements to make information easier to comprehend. \nCourse Objectives:  \nIn this course\, you will design\, modify\, and manage basic diagrams. You will: \n\nIdentify the basic elements of Visio and their use.\nCreate a workflow diagram.\nBuild organization charts.\nDesign a floor plan.\nBuild a cross-functional flowchart.\nDesign a network diagram.\nStyle a diagram.\n\nTarget Student:  \nThis course is designed for persons who are new to Visio and who will be using Visio to create basic workflows and perform end-to-end flowcharting. \nPrerequisites:  \nTo ensure your success\, you will need to be familiar with using personal computers\, including a mouse and keyboard. You should be comfortable in the Windows 8 environment and proficient in using Windows to access programs\, navigate to information stored on the computer\, and manage files and folders. To meet this prerequisite\, you can take any one or more of the following Logical Operations courses: \n\nUsing Microsoft® Windows® 10\nMicrosoft® Windows® 10: Transition from Windows® 7\n\nCourse Content  \nLesson 1: Getting Started with Visio O365  \n\nTopic A: Perform Basic Tasks in the Visio Environment\nTopic B: Use Backstage Commands\nTopic C: Save a File\n\nLesson 2: Working with Workflow Diagram Tools  \n\nTopic A: Use Drawing Components\nTopic B: Modify a Drawing\nTopic C: Insert Callouts and Groups\n\nLesson 3: Building Organization Charts  \n\nTopic A: Create an Organization Chart Manually\nTopic B: Create Organization Charts by Using Starter Diagrams and the Organization Chart Wizard\nTopic C: Modify an Organization Chart\n\nLesson 4: Designing a Floor Plan  \n\nTopic A: Make a Basic Floor Plan\nTopic B: Model a Room Layout\n\nLesson 5: Building a Cross-Functional Flowchart \n\nTopic A: Create a Cross-Functional Flowchart\nTopic B: Format a Cross-Functional Flowchart\n\nLesson 6: Designing a Network Diagram  \n\nTopic A: Create Network Diagrams\nTopic B: Use Shape Data\nTopic C: Use Layers\n\nLesson 7: Styling a Diagram  \n\nTopic A: Modify Shape and Connector Styles\nTopic B: Apply Themes and Variants\nTopic C: Use Containers\nAppendix A: New Features in Visio O365
URL:https://computertrainingsource.com/event/visio-l1-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210325T083000
DTEND;TZID=UTC:20210325T160000
DTSTAMP:20260405T182618
CREATED:20201216T024358Z
LAST-MODIFIED:20210108T194626Z
UID:2125-1616661000-1616688000@computertrainingsource.com
SUMMARY:Excel O365 L3 - SYST-0005
DESCRIPTION:Course Length: 1 day \nCourse Objectives: \nUpon successful completion of this course\, you will be able to perform advanced data analysis\, collaborate on workbooks with other users\, and automate workbook functionality. \nYou will: \n\nWork with multiple worksheets and workbooks.\nUse Lookup functions and formula auditing\nShare and protect workbooks.\nAutomate workbook functionality.\nCreate sparklines and map data.\nForecast data.\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-o365-l3-6/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210324T083000
DTEND;TZID=UTC:20210324T160000
DTSTAMP:20260405T182618
CREATED:20201216T023303Z
LAST-MODIFIED:20210127T194431Z
UID:2113-1616574600-1616601600@computertrainingsource.com
SUMMARY:Microsoft O365 Project 1 - SYST-0170
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nIn this course\, you will learn to create and engage in basic management of a project using Microsoft Project Professional O365 – Desktop Version. \n\n\n\nYou will: \n\n\n\n\nIdentify project management concepts and navigate the Project O365 – Desktop Version environment.\nCreate and define a new project plan.\nCreate and organize tasks.\nManage resources in a project plan.\nFinalize a project plan.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/microsoft-o365-project-1-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210323T083000
DTEND;TZID=UTC:20210323T160000
DTSTAMP:20260405T182618
CREATED:20201216T030531Z
LAST-MODIFIED:20210108T194719Z
UID:2148-1616488200-1616515200@computertrainingsource.com
SUMMARY:Access O365 L3 - SYST-0025
DESCRIPTION:Course Number: 091047 \nCourse Length: 1 day Course \nDescription Overview: You’ve covered many of the basic functions of Microsoft® Office Access® 2016\, and now you’re ready to learn advanced Access features such as database management\, advanced form design\, packaging a database\, encrypting a database\, preparing a database for multi-user access\, and more. Knowledge of these features separate database professionals from the casual database users or occasional designers. Today’s training\, added to that which you’ve gained from the Microsoft® Office Access® 2016: Part 1 and Microsoft® Office Access® 2016: Part 2 courses\, rounds out your Access education and provides you with marketable job skills. Does this content need to be added? \nCourse Objectives: In this course\, you will learn to create and manage a fundamental Access 2016 database. \nYou will:  \n\nCustomize a form layout to improve usability and efficiency of data entry.\nShare data across applications.\nUse macros to improve user interface design.\nUse VBA to enhance tasks.\nOrganize data into appropriate tables to ensure data dependency and minimize redundancy.\nLock down and prepare a database for distribution to multiple users.\nCreate and modify a database switchboard and set the startup options.\n\nTarget Student: Students taking this course are database administrators or prospective database administrators who have experience working with Access 2016 and need to learn advanced skills. Prerequisites: To ensure your success in your course you should have experience working with Microsoft Access 2016\, including a working knowledge of database design and creation\, form design and creation\, report design and creation\, a working knowledge of database querying and the various table relationships. \n You can obtain this level of skill and knowledge by taking the following Logical Operations courses:  \n\nMicrosoft® Office Access® 2016: Part 1\nMicrosoft® Office Access® 2016: Part 2\n\nCourse Content Lesson 1: Implementing Advanced Form Design  \n\nTopic A: Add Controls to Forms\nTopic B: Enhance Navigation and Organization of Forms\nTopic C: Apply Conditional Formatting\n\nLesson 2: Sharing Data Across Applications  \n\nTopic A: Import Data into Access\nTopic B: Export Access Data\nTopic C: Link Tables to External Data Sources\nTopic D: Create a Mail Merge\n\nLesson 3: Using Macros to Improve User Interface Design  \n\nTopic A: Create a Macro\nTopic B: Restrict Records Using a Condition\nTopic C: Validate Data Using a Macro\nTopic D: Automate Data Entry Using a Macro\n\nLesson 4: Using VBA  \n\nTopic A: Getting Started with VBA\nTopic B: Enhance Access Using VBA\n\nLesson 5: Using Advanced Database Management  \n\nTopic A: Manage a Database\nTopic B: Determine Object Dependency\nTopic C: Document a Database\n\nLesson 6: Distributing and Securing a Database  \n\nTopic A: Splitting a Database for Multiple User Access\nTopic B: Implement Security\nTopic C: Convert an Access Database to an ACCDE File\nTopic D: Package a Database with a Digital Signature\n\nLesson 7: Managing Switchboards  \n\nTopic A: Create a Database Switchboard\nTopic B: Modify a Database Switchboard\nTopic C: Set Startup Options
URL:https://computertrainingsource.com/event/access-o365-l3-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210318T083000
DTEND;TZID=UTC:20210318T160000
DTSTAMP:20260405T182618
CREATED:20201216T025947Z
LAST-MODIFIED:20210127T194201Z
UID:2141-1616056200-1616083200@computertrainingsource.com
SUMMARY:OneNote O365 - SYST-0019
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nIn this course\, you will develop digital note-taking skills by creating\, modifying\, and managing OneNote notebooks that work with other Microsoft Office programs. \n\n\n\nYou will: \n\n\n\n\nNavigate and customize the OneNote interface and environment.\nAdd and format text\, images\, audio\, links\, and drawing objects to a notebook.\nEmbed Excel spreadsheets and attach other files to a notebook.\nCategorize\, organize\, and search notebook content.\nCheck spelling in\, print\, and password-protect notebooks.\nUse Outlook and OneDrive to send and share notebook content.\nExport notebook content and manage notebook history and backups.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/onenote-o365-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210317T083000
DTEND;TZID=UTC:20210317T160000
DTSTAMP:20260405T182618
CREATED:20201216T032509Z
LAST-MODIFIED:20210108T195135Z
UID:2157-1615969800-1615996800@computertrainingsource.com
SUMMARY:PowerPoint O365 L2 - SYST-0014
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nUpon completing this course\, you will be able to customize the PowerPoint O365 – Desktop Version application\, and effectively create\, collaborate on\, secure\, and distribute complex multimedia presentations for a variety of situations. \n\n\n\nYou will: \n\n\n\n\nModify the PowerPoint environment.\nCustomize design templates.\nAdd SmartArt and math equations to a presentation.\nWork with media and animations.\nCollaborate on a presentation.\nCustomize a slide show.\nSecure and distribute a presentation.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/powerpoint-o365-l2-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210317T083000
DTEND;TZID=UTC:20210317T160000
DTSTAMP:20260405T182618
CREATED:20201216T030827Z
LAST-MODIFIED:20210108T195235Z
UID:2151-1615969800-1615996800@computertrainingsource.com
SUMMARY:Access O365 L2 - SYST-0016
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nIn this course\, you will create and manage an Access O365 – Desktop Version database. \n\n\n\nYou will: \n\n\n\n\nDesign a relational database.\nJoin tables to retrieve data from unrelated tables.\nValidate data entered into a database.\nUse advanced queries to manipulate your data.\nOrganize a database for efficiency and performance\, and to maintain data integrity.\n\n\n\n\n• Customize reports to organize the displayed information and produce specific print layouts. \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/access-o365-l2-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210316T083000
DTEND;TZID=UTC:20210316T160000
DTSTAMP:20260405T182618
CREATED:20201216T033447Z
LAST-MODIFIED:20210108T195326Z
UID:2166-1615883400-1615910400@computertrainingsource.com
SUMMARY:Excel O365 PowerPivot - SYST-0023
DESCRIPTION:Course Number: 091066  \nCourse Length: .5 days  \nCourse Description  \nOverview: Advances in technology have made it possible to store ever-increasing amounts of data. Along with this\, the need to analyze that data and gain actionable insight is greater than ever. You already have experience working with Excel and creating basic PivotTables to summarize data. But Excel is capable of doing much more. Being able to harness the power of advanced PivotTable features and create PivotCharts will help you to gain a competitive edge. You will not only be able to summarize data for you to analyze\, but also organize the data in a way that can be meaningfully presented to others. This leads to data-driven business decisions that have a better chance for success for everyone involved. \nCourse Objectives: Upon successful completion of this course\, you will be able to use Excel O365 advanced PivotTable functionality to analyze your raw data. \nYou will: \n\nPrepare data for PivotTable reporting and create PivotTables from various data sources.\nAnalyze data by using PivotTables.\nWork with PivotCharts.\n\nTarget Student: Students taking this course are experienced Excel users who are seeking to advance their data analysis capabilities by using PivotTables. \nPrerequisites: To ensure your success in this course\, you should have experience working with Excel O365 and PivotTables. You should already understand spreadsheet concepts and be comfortable creating basic PivotTables. You can obtain this level of skill and knowledge by taking the following Logical Operations courses: \n\nMicrosoft® Office Excel® O365: Part 1\nMicrosoft® Office Excel® O365: Part 2\n\n  \nCourse Content  \nLesson 1: Preparing Data and Creating PivotTables  \n\nTopic A: Prepare Data\nTopic B: Create a PivotTable from a Local Data Source\nTopic C: Create a PivotTable from Multiple Local Data Sources\nTopic D: Create a PivotTable from an External Data Source\n\nLesson 2: Analyzing Data by Using PivotTables  \n\nTopic A: Summarize PivotTable Data\nTopic B: Organize PivotTable Data\nTopic C: Filter PivotTable Data\nTopic D: Format a PivotTable\nTopic E: Refresh and Change PivotTable Data\n\nLesson 3: Working with PivotCharts  \n\nTopic A: Create a PivotChart\nTopic B: Manipulate PivotChart Data\nTopic C: Format a PivotChart
URL:https://computertrainingsource.com/event/excel-powerpivot/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210311T083000
DTEND;TZID=UTC:20210311T160000
DTSTAMP:20260405T182618
CREATED:20201216T022056Z
LAST-MODIFIED:20210108T195420Z
UID:2098-1615451400-1615478400@computertrainingsource.com
SUMMARY:Outlook Tips & Time Management - SYST-0011
DESCRIPTION:Course Description Overview: Every day\, millions of email messages are exchanged among people within and between organizations. Email has a ubiquitous presence in the lives of many\, and it’s likely that email technologies will continue to evolve with the changing needs of workplaces. After all\, email communication has not been replaced\, or its growth slowed\, as many predicted with the rise of social media and the widespread adoption of mobile technologies. Many organizations have implemented mail management systems that combine the back-end power of Microsoft® Exchange Server and the front-end intuitive user interface of Microsoft® Office Outlook® O365. \n\n\n\nIn this course\, you will customize command sets\, configure mail accounts\, set global options\, perform advanced searches\, apply filters to intercept mail and control spam\, create rules to automate many management tasks\, work with calendars and contacts\, manage tasks\, protect data with archiving and data files\, as well as share and delegate access to your workspaces. In short\, you’ll work with a wide range of features and options and\, in so doing\, understand why Outlook is a leading personal management system. \n\n\n\nCourse Objectives: In this course\, you will use Outlook’s advanced features to customize and manage your email communications\, including using advanced features to organize emails; managing calendar settings and options; managing contact information; scheduling tasks; and managing Outlook backups and data file settings. \n\n\n\nYou will: \n\n\n\n\nModify messages and set global options.\nOrganize\, search\, and manage messages.\nManage your mailbox.\nAutomate message management.\nWork with calendar settings.\nManage contacts and groups.\nManage activities by using tasks.\nShare workspaces with others.\nManage Outlook data files.\n\n\n\n\n  \n\n\n\nTarget Student: \n\n\n\nThis course is intended for people who have a basic understanding of Microsoft® Windows® and want to know how to use Outlook’s advanced features to manage their email communications\, calendar events\, contact information\, search functions\, and other communication tasks. \n\n\n\nPrerequisites: \n\n\n\nTo ensure your success in this course\, you should have end-user skills with any current version of Windows\, including being able to open and close applications\, navigate basic file structures\, and manage files and folders. Additionally\, it will benefit you to have basic Outlook skills. You can obtain these skills and knowledge by taking the following Logical Operations course: \n\n\n\n\nMicrosoft® Office Outlook® O365: Part 1\n\n\n\n\nCourse Content \n\n\n\nLesson 1: Modifying Messages and Setting Global Options \n\n\n\n\nTopic A: Insert Advanced Characters and Objects\nTopic B: Modify Message Settings and Options\nTopic C: Configure Global Outlook Options\nTopic D: Customize the Outlook Interface\n\n\n\n\nLesson 2: Organizing\, Searching\, and Managing Messages \n\n\n\n\nTopic A: Group and Sort Messages\nTopic B: Filter and Manage Messages\nTopic C: Search Outlook Items\n\n\n\n\nLesson 3: Managing Your Mailbox \n\n\n\n\nTopic A: Use the Junk E-Mail Filter to Manage Messages\nTopic B: Manage Your Mailbox\n\n\n\n\nLesson 4: Automating Message Management \n\n\n\n\nTopic A: Use Automatic Replies\nTopic B: Use the Rules Wizard to Organize Messages\nTopic C: Create and Use Quick Steps\n\n\n\n\nLesson 5: Working with Calendar Settings \n\n\n\n\nTopic A: Set Advanced Calendar Options\nTopic B: Create and Manage Additional Calendars\nTopic C: Manage Meeting Responses\n\n\n\n\nLesson 6: Managing Contacts \n\n\n\n\nTopic A: Import and Export Contacts\nTopic B: Use Electronic Business Cards\nTopic C: Forward Contacts\n\n\n\n\nLesson 7: Managing Activities by Using Tasks \n\n\n\n\nTopic A: Assign and Manage Tasks\n\n\n\n\nLesson 8: Sharing Workspaces with Others \n\n\n\n\nTopic A: Delegate Access to Outlook Folders\nTopic B: Share Your Calendar\nTopic C: Share Your Contacts\n\n\n\n\nLesson 9: Managing Outlook Data Files \n\n\n\n\nTopic A: Use Archiving to Manage Mailbox Size\nTopic B: Back Up Outlook Items\nTopic C: Change Data File Settings\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/outlook-tips-time-management-4/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210310T083000
DTEND;TZID=UTC:20210310T160000
DTSTAMP:20260405T182618
CREATED:20201216T035251Z
LAST-MODIFIED:20210108T195511Z
UID:2183-1615365000-1615392000@computertrainingsource.com
SUMMARY:Microsoft O365 Word - SYST-0009
DESCRIPTION:Details coming soon
URL:https://computertrainingsource.com/event/microsoft-word/
LOCATION:CA\, United States
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210309T083000
DTEND;TZID=UTC:20210309T160000
DTSTAMP:20260405T182618
CREATED:20201216T013041Z
LAST-MODIFIED:20210127T193312Z
UID:2063-1615278600-1615305600@computertrainingsource.com
SUMMARY:Excel O365 L2 - SYST-0004
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nUpon successful completion of this course\, you will be able to perform advanced data analysis\, collaborate on workbooks with other users\, and automate workbook functionality. \n\n\n\nYou will: \n\n\n\n\nWork with multiple worksheets and workbooks.\nUse Lookup functions and formula auditing\nShare and protect workbooks.\nAutomate workbook functionality.\nCreate sparklines and map data.\nForecast data.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-o365-l2-11/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210304T083000
DTEND;TZID=UTC:20210304T160000
DTSTAMP:20260405T182618
CREATED:20201216T034648Z
LAST-MODIFIED:20210108T195844Z
UID:2177-1614846600-1614873600@computertrainingsource.com
SUMMARY:PowerPoint O365 L1 - SYST-0013
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nUpon completing this course\, you will be able to create and deliver engaging multimedia presentations that convey the key points of your message through the use of text\, graphics\, and animations. \n\n\n\nYou will: \n\n\n\n\nIdentify the basic features and functions of PowerPoint O365 – Desktop Version.\nDevelop a PowerPoint presentation.\nPerform advanced text editing operations.\nAdd graphical elements to your presentation.\nModify objects in your presentation.\nAdd tables to your presentation.\nAdd charts to your presentation.\nPrepare to deliver your presentation.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/powerpoint-o365-l1/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210302T083000
DTEND;TZID=UTC:20210302T160000
DTSTAMP:20260405T182618
CREATED:20201216T022928Z
LAST-MODIFIED:20210127T190722Z
UID:2109-1614673800-1614700800@computertrainingsource.com
SUMMARY:Excel O365 L1 - SYST-0003
DESCRIPTION:Course Objectives: \n\n\n\nUpon successful completion of this course\, you will be able to create and develop Excel worksheets and workbooks in order to work with and analyze the data that is critical to the success of your organization. \n\n\n\nYou will: \n\n\n\n\nGet started with Microsoft Office Excel O365 – Desktop Version.\nPerform calculations.\nModify a worksheet.\nFormat a worksheet.\nPrint workbooks.\nManage workbooks.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-o365-l1-6/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210301T083000
DTEND;TZID=UTC:20210301T160000
DTSTAMP:20260405T182618
CREATED:20201216T005718Z
LAST-MODIFIED:20210115T205819Z
UID:2034-1614587400-1614614400@computertrainingsource.com
SUMMARY:Excel Dashboards
DESCRIPTION:Course number: CTS-1-6-2016 \nCourse length: 1.0 day(s) \nCourse Description Course Objective: The goal of this course is to create a dynamic “Dashboard” or “Report”. You will create Graphs\, Tables\, PivotTables\, Form Buttons\, Macros and Functions that work together and connects the data that display information relevant for a presentation or decision maker. \nTarget Student: This course is designed for students who desire to gain the necessary skills to create dynamic Dashboards/Reports. \nPrerequisites: To ensure your success\, we recommend that you first take the following Computer Training Source courses or have equivalent knowledge: \n\nMicrosoft® Office Excel® 2016: Level 1\nMicrosoft® Office Excel® 2016: Level 2\n\nCourse Objectives  \nTo create our dashboard\, we will use the following functions and techniques: \n\nCreate Charts from Data in a Matrix Format.\nCreate PivotTables & PivotCharts from Data in a Database Format.\nCreate Form Tools to Create Radio Buttons.\nUse Validation Rules to Create a Drop Down List.\nUse Index() and Match() in an Array Formula to pull information from a Database.\nChoose() to Assign Text to Numbers.\nVlookup() to pull Information from a Database.\nUse The Macro Recorder.\nCreate Macros by Typing Code in the VBA Editor.\n\nUse The Camera Tool that Allows us to Capture an Image of Data that is Automatically Updated in the Image. \nNote: Most importantly\, we will connect all the data gathering techniques together using macros to make effortless reports. \nCourse Content\nExercise 1: Workshop Preparation  \n\nStep A: Downloading the Excel Workshop File\nStep B: Displaying the Developer Tab\nStep D: Adding the Camera Tool to the Ribbon\nStep E: Saving your Excel file Macro Enabled\nAbout Macro Security\nAccessing the Security Settings\nTrusted Locations\nAbout the VBA Macro Editor\nEditor Navigation\nInserting a Module\nDebugging Your Code\n\nExercise 2: Update a Chart using Form Controls (Database Structure)  \n\nHow it Works\nStep A: Creating the Small Table\nStep B: Creating the Companies Options\nStep C: Programming the Option Buttons\nStep D: Use Choose() to Display Company Names Rather than Numbers\nStep E: Creating the List for the Financials Drop Down\nStep F: Creating the Drop Downs for Financials\nPulling the Information from the Database: Array Formula with Match() & Index()\nMatch()\nUsing Match() as an Array Function (CONTROL + SHIFT + ENTER)\nUsing Index() to Get the Financial from the Selected Row\nStep G: Type the formula (and Don’t forget Absolute Addresses)\nStep H: Labeling our Table\nStep I: Creating the Chart\nStep J: Testing the Interactive Chart\nStep K: Naming the Chart: TopChart\n\nExercise 3: Macro to Update Chart Data Based on Company Name Selected  \n\nStep A: Creating the Profit Margin Chart\nStep B: Creating the Price Earnings Ratio Chart\nAbout the Macro to Change the Profit Margin Data\nStep C: Creating the Macro to Swap the Profit Margin Data\nUsing an IF THEN Structure\nMaking our Macro More Efficient by Not Repeating Lines Unnecessarily\nMaking our Macro More Efficient by using Variables\nNot Using Variables: Easier to Understand but More Typing\nShorter Method Using Variables: Less Typing but Slightly more Difficult to Understand\nUSC Marshall School of Business wilmeth@uscedu Dashboards_and_Reportsdocx 5/15/2013 Page 3 of 50\nStep D: Testing the Macro 29\nStep E: Assign the Macro to the Radio Buttons 29\n\nExercise 4: Macro to Update the Price Earnings Ratio Chart  \n\nUnderstanding the Macro to Update the Price Earnings Ratio Chart\nStep A: Creating the Macro to Update the PE Ratio Chart\nMore on the Concatenation Operator\nStep B: Stringing the Macros Together with “Call”\nTesting the Macro\n\nExercise 5: Creating the Earnings per Share Chart (Pivot Table Chart & Macro)  \n\nStep A: Creating the PivotTable • Step B: Creating the PivotChart • Step C: Copying the PivotChart to the “Dashboard” Sheet\nStep D: Naming the Earnings Per Share Chart Located on the Dashboard Sheet: “EPSChart”\nStep E: Creating a Macro to Update the Earning Per share Chart to Match the Company Selected\nStep F: Testing the code\nStep G: Calling the “ChangePivotChartSeries” Macro\n\nExercise 6: Vlookup() and the Camera Tool to Display Company Information  \n\nHow Vlookup() Works\nStep A: Using Range Names for P7 and Our Database Range (A8:E15)\nStep B: Writing the Vlookup()s to Populate the Table\nStep C: Testing Your Vlookup() Formulas\nStep D: Using the Camera Tool to Display the Table on the Dashboard Sheet\nStep E: Testing the Camera Table\n\nExercise 7: Adding Buttons to Change All Charts to Lines or Columns  \n\nStep A: Alternative One – Creating the Two Macros for Line and Column Charts\nStep A: Alternative Two – Coding Using a For Each …Next Loop\nStep B: Testing your Macros\nStep C: Making the Button to Run the ChangeChartsToColumn Macro\nStep D: Making the Button to Run the ChangeChartsToLine Macro\nStep E: Test the Buttons\n\nExercise 8: Creating a Macro Button to Print the Dashboard \n\nStep A: Record Printing\nStep B: Making a Button to Run the PrintDashboard Macro\n\nExercise 9: Format the Report as Desired
URL:https://computertrainingsource.com/event/excel-dashboards/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210225T083000
DTEND;TZID=UTC:20210225T160000
DTSTAMP:20260405T182618
CREATED:20201216T034347Z
LAST-MODIFIED:20210108T200304Z
UID:2174-1614241800-1614268800@computertrainingsource.com
SUMMARY:PowerPoint O365 L2 - SYST-0014
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nUpon completing this course\, you will be able to customize the PowerPoint O365 – Desktop Version application\, and effectively create\, collaborate on\, secure\, and distribute complex multimedia presentations for a variety of situations. \n\n\n\nYou will: \n\n\n\n\nModify the PowerPoint environment.\nCustomize design templates.\nAdd SmartArt and math equations to a presentation.\nWork with media and animations.\nCollaborate on a presentation.\nCustomize a slide show.\nSecure and distribute a presentation.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/powerpoint-o365-l2-3/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210225T083000
DTEND;TZID=UTC:20210225T160000
DTSTAMP:20260405T182618
CREATED:20201216T021823Z
LAST-MODIFIED:20210108T200335Z
UID:2094-1614241800-1614268800@computertrainingsource.com
SUMMARY:Outlook Tips & Time Management - SYST-0011
DESCRIPTION:Course Description Overview: Every day\, millions of email messages are exchanged among people within and between organizations. Email has a ubiquitous presence in the lives of many\, and it’s likely that email technologies will continue to evolve with the changing needs of workplaces. After all\, email communication has not been replaced\, or its growth slowed\, as many predicted with the rise of social media and the widespread adoption of mobile technologies. Many organizations have implemented mail management systems that combine the back-end power of Microsoft® Exchange Server and the front-end intuitive user interface of Microsoft® Office Outlook® O365. \n\n\n\nIn this course\, you will customize command sets\, configure mail accounts\, set global options\, perform advanced searches\, apply filters to intercept mail and control spam\, create rules to automate many management tasks\, work with calendars and contacts\, manage tasks\, protect data with archiving and data files\, as well as share and delegate access to your workspaces. In short\, you’ll work with a wide range of features and options and\, in so doing\, understand why Outlook is a leading personal management system. \n\n\n\nCourse Objectives: In this course\, you will use Outlook’s advanced features to customize and manage your email communications\, including using advanced features to organize emails; managing calendar settings and options; managing contact information; scheduling tasks; and managing Outlook backups and data file settings. \n\n\n\nYou will: \n\n\n\n\nModify messages and set global options.\nOrganize\, search\, and manage messages.\nManage your mailbox.\nAutomate message management.\nWork with calendar settings.\nManage contacts and groups.\nManage activities by using tasks.\nShare workspaces with others.\nManage Outlook data files.\n\n\n\n\n  \n\n\n\nTarget Student: \n\n\n\nThis course is intended for people who have a basic understanding of Microsoft® Windows® and want to know how to use Outlook’s advanced features to manage their email communications\, calendar events\, contact information\, search functions\, and other communication tasks. \n\n\n\nPrerequisites: \n\n\n\nTo ensure your success in this course\, you should have end-user skills with any current version of Windows\, including being able to open and close applications\, navigate basic file structures\, and manage files and folders. Additionally\, it will benefit you to have basic Outlook skills. You can obtain these skills and knowledge by taking the following Logical Operations course: \n\n\n\n\nMicrosoft® Office Outlook® O365: Part 1\n\n\n\n\nCourse Content \n\n\n\nLesson 1: Modifying Messages and Setting Global Options \n\n\n\n\nTopic A: Insert Advanced Characters and Objects\nTopic B: Modify Message Settings and Options\nTopic C: Configure Global Outlook Options\nTopic D: Customize the Outlook Interface\n\n\n\n\nLesson 2: Organizing\, Searching\, and Managing Messages \n\n\n\n\nTopic A: Group and Sort Messages\nTopic B: Filter and Manage Messages\nTopic C: Search Outlook Items\n\n\n\n\nLesson 3: Managing Your Mailbox \n\n\n\n\nTopic A: Use the Junk E-Mail Filter to Manage Messages\nTopic B: Manage Your Mailbox\n\n\n\n\nLesson 4: Automating Message Management \n\n\n\n\nTopic A: Use Automatic Replies\nTopic B: Use the Rules Wizard to Organize Messages\nTopic C: Create and Use Quick Steps\n\n\n\n\nLesson 5: Working with Calendar Settings \n\n\n\n\nTopic A: Set Advanced Calendar Options\nTopic B: Create and Manage Additional Calendars\nTopic C: Manage Meeting Responses\n\n\n\n\nLesson 6: Managing Contacts \n\n\n\n\nTopic A: Import and Export Contacts\nTopic B: Use Electronic Business Cards\nTopic C: Forward Contacts\n\n\n\n\nLesson 7: Managing Activities by Using Tasks \n\n\n\n\nTopic A: Assign and Manage Tasks\n\n\n\n\nLesson 8: Sharing Workspaces with Others \n\n\n\n\nTopic A: Delegate Access to Outlook Folders\nTopic B: Share Your Calendar\nTopic C: Share Your Contacts\n\n\n\n\nLesson 9: Managing Outlook Data Files \n\n\n\n\nTopic A: Use Archiving to Manage Mailbox Size\nTopic B: Back Up Outlook Items\nTopic C: Change Data File Settings\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/outlook-tips-time-management-3/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210224T083000
DTEND;TZID=UTC:20210224T160000
DTSTAMP:20260405T182618
CREATED:20201216T034008Z
LAST-MODIFIED:20210218T212139Z
UID:2170-1614155400-1614182400@computertrainingsource.com
SUMMARY:Excel O365 PowerPivot - SYST-0023
DESCRIPTION:Microsoft® Office Excel® 2016: Data Analysis with Power Pivot\nCourse Number:\n091067 \nCourse Length:\n1 Day \n\nCourse Description\nOverview:\nWe are now living in the age of big data. Data is being collected all the time and for increasingly detailed transactions. This can lead to an overwhelming amount of data\, which brings about a need for people who can analyze large amounts of data quickly. Fortunately\, Excel provides Power Pivot to help you organize\, manipulate\, and report on your data in the best way possible. Since a tool is only as good as the person using it\, it is important to gain a solid understanding of Power Pivot to maximize your effectiveness when analyzing data.\nCourse Objectives:\nUpon successful completion of this course\, you will be able to use Power Pivot along with Excel 2016 to analyze data from a variety of sources.\nYou will:\nGet started with Power Pivot.\nVisualize Power Pivot data.\nWork with advanced functionality in Power Pivot.\n\nTarget Student:\nStudents taking this course are experienced Excel users who are seeking to advance their data-analysis\ncapabilities by using Power Pivot. \nPrerequisites:\nTo ensure your success in this course\, you should have experience working with Excel 2016 and PivotTables. You should already understand spreadsheet concepts and be comfortable creating and analyzing basic PivotTables. \nCourse Content\nLesson 1: Getting Started with Power Pivot\nTopic A: Enable and Navigate Power Pivot\nTopic B: Manage Data Relationships\nLesson 2: Visualizing Power Pivot Data\nTopic A: Create a Power Pivot Report\nTopic B: Create Calculations in Power Pivot\nLesson 3: Working with Advanced Functionality in Power Pivot\nTopic A: Create a Key Performance Indicator\nTopic B: Work with Dates and Time in Power Pivot
URL:https://computertrainingsource.com/event/excel-o365-powerpivot-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210224T083000
DTEND;TZID=UTC:20210224T160000
DTSTAMP:20260405T182618
CREATED:20201216T033052Z
LAST-MODIFIED:20210108T200430Z
UID:2163-1614155400-1614182400@computertrainingsource.com
SUMMARY:OneNote O365 - SYST-0019
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nIn this course\, you will develop digital note-taking skills by creating\, modifying\, and managing OneNote notebooks that work with other Microsoft Office programs. \n\n\n\nYou will: \n\n\n\n\nNavigate and customize the OneNote interface and environment.\nAdd and format text\, images\, audio\, links\, and drawing objects to a notebook.\nEmbed Excel spreadsheets and attach other files to a notebook.\nCategorize\, organize\, and search notebook content.\nCheck spelling in\, print\, and password-protect notebooks.\nUse Outlook and OneDrive to send and share notebook content.\nExport notebook content and manage notebook history and backups.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/onenote-o365-4/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210223T083000
DTEND;TZID=UTC:20210223T160000
DTSTAMP:20260405T182618
CREATED:20201216T024841Z
LAST-MODIFIED:20210108T200528Z
UID:2129-1614069000-1614096000@computertrainingsource.com
SUMMARY:Microsoft O365 Project 2 - SYST-0171
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nUpon successful completion of this course\, you will be able to manage an existing Microsoft Project O365 – Desktop Version project plan. \n\n\n\nYou will: \n\n\n\n\nUpdate a project plan to reflect progress as you execute the project.\nMonitor project progress in the project plan.\nAdjust the project plan to control constraints.\nCreate project reports to share a project’s status.\nCustomize project settings and share customizations with other projects.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/microsoft-o365-project-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210211T083000
DTEND;TZID=UTC:20210211T160000
DTSTAMP:20260405T182618
CREATED:20201216T013844Z
LAST-MODIFIED:20210108T201018Z
UID:2069-1613032200-1613059200@computertrainingsource.com
SUMMARY:Excel O365 L3 - SYST-0005
DESCRIPTION:Course Length: 1 day \nCourse Objectives: \nUpon successful completion of this course\, you will be able to perform advanced data analysis\, collaborate on workbooks with other users\, and automate workbook functionality. \nYou will: \n\nWork with multiple worksheets and workbooks.\nUse Lookup functions and formula auditing\nShare and protect workbooks.\nAutomate workbook functionality.\nCreate sparklines and map data.\nForecast data.\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-o365-l3-3/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210209T083000
DTEND;TZID=UTC:20210209T160000
DTSTAMP:20260405T182618
CREATED:20201216T013437Z
LAST-MODIFIED:20210122T151942Z
UID:2066-1612859400-1612886400@computertrainingsource.com
SUMMARY:Access O365 L3 - SYST-0025
DESCRIPTION:Course Number: 091047 \nCourse Length: 1 day Course \nDescription Overview: You’ve covered many of the basic functions of Microsoft® Office Access® 2016\, and now you’re ready to learn advanced Access features such as database management\, advanced form design\, packaging a database\, encrypting a database\, preparing a database for multi-user access\, and more. Knowledge of these features separate database professionals from the casual database users or occasional designers. Today’s training\, added to that which you’ve gained from the Microsoft® Office Access® 2016: Part 1 and Microsoft® Office Access® 2016: Part 2 courses\, rounds out your Access education and provides you with marketable job skills. Does this content need to be added? \nCourse Objectives: In this course\, you will learn to create and manage a fundamental Access 2016 database. \nYou will:  \n\nCustomize a form layout to improve usability and efficiency of data entry.\nShare data across applications.\nUse macros to improve user interface design.\nUse VBA to enhance tasks.\nOrganize data into appropriate tables to ensure data dependency and minimize redundancy.\nLock down and prepare a database for distribution to multiple users.\nCreate and modify a database switchboard and set the startup options.\n\nTarget Student: Students taking this course are database administrators or prospective database administrators who have experience working with Access 2016 and need to learn advanced skills. Prerequisites: To ensure your success in your course you should have experience working with Microsoft Access 2016\, including a working knowledge of database design and creation\, form design and creation\, report design and creation\, a working knowledge of database querying and the various table relationships. \n You can obtain this level of skill and knowledge by taking the following Logical Operations courses:  \n\nMicrosoft® Office Access® 2016: Part 1\nMicrosoft® Office Access® 2016: Part 2\n\nCourse Content Lesson 1: Implementing Advanced Form Design  \n\nTopic A: Add Controls to Forms\nTopic B: Enhance Navigation and Organization of Forms\nTopic C: Apply Conditional Formatting\n\nLesson 2: Sharing Data Across Applications  \n\nTopic A: Import Data into Access\nTopic B: Export Access Data\nTopic C: Link Tables to External Data Sources\nTopic D: Create a Mail Merge\n\nLesson 3: Using Macros to Improve User Interface Design  \n\nTopic A: Create a Macro\nTopic B: Restrict Records Using a Condition\nTopic C: Validate Data Using a Macro\nTopic D: Automate Data Entry Using a Macro\n\nLesson 4: Using VBA  \n\nTopic A: Getting Started with VBA\nTopic B: Enhance Access Using VBA\n\nLesson 5: Using Advanced Database Management  \n\nTopic A: Manage a Database\nTopic B: Determine Object Dependency\nTopic C: Document a Database\n\nLesson 6: Distributing and Securing a Database  \n\nTopic A: Splitting a Database for Multiple User Access\nTopic B: Implement Security\nTopic C: Convert an Access Database to an ACCDE File\nTopic D: Package a Database with a Digital Signature\n\nLesson 7: Managing Switchboards  \n\nTopic A: Create a Database Switchboard\nTopic B: Modify a Database Switchboard\nTopic C: Set Startup Options
URL:https://computertrainingsource.com/event/access-o365-l3/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210204T083000
DTEND;TZID=UTC:20210204T160000
DTSTAMP:20260405T182618
CREATED:20201216T010109Z
LAST-MODIFIED:20210108T201252Z
UID:2037-1612427400-1612454400@computertrainingsource.com
SUMMARY:Access O365 L2 - SYST-0016
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nIn this course\, you will create and manage an Access O365 – Desktop Version database. \n\n\n\nYou will: \n\n\n\n\nDesign a relational database.\nJoin tables to retrieve data from unrelated tables.\nValidate data entered into a database.\nUse advanced queries to manipulate your data.\nOrganize a database for efficiency and performance\, and to maintain data integrity.\n\n\n\n\n• Customize reports to organize the displayed information and produce specific print layouts. \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/access-o365-l2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210202T083000
DTEND;TZID=UTC:20210202T160000
DTSTAMP:20260405T182618
CREATED:20201216T003046Z
LAST-MODIFIED:20210108T201546Z
UID:2018-1612254600-1612281600@computertrainingsource.com
SUMMARY:Access O365 L1 - SYST-0015
DESCRIPTION:Course Length: 1 day \n\n\n\nCourse Objectives: \n\n\n\nIn this course\, you will create and manage an Access O365 – Desktop Version database. \n\n\n\nYou will: \n\n\n\n\nNavigate within the Microsoft Access application environment\, create a simple database\, and customize Access configuration options.\nOrganize and manage data stored within Access tables.\nUse queries to join\, sort\, and filter data from different tables.\nUse forms to make it easier to view\, access\, and input data.\nCreate and format custom reports.\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/access-o365-l1-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
END:VCALENDAR