BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Computer Training Source - ECPv6.17.1//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:VTIMEZONE
TZID:America/Denver
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20200308T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20201101T080000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20210314T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20211107T080000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20220313T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20221106T080000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20210504T083000
DTEND;TZID=UTC:20210504T160000
DTSTAMP:20210405T212316Z
CREATED:20201216T022928Z
LAST-MODIFIED:20210405T212316Z
UID:2569-1620117000-1620144000@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-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Denver:20210504T083000
DTEND;TZID=America/Denver:20210504T160000
DTSTAMP:20210315T212413Z
CREATED:20210315T212413Z
LAST-MODIFIED:20210315T212413Z
UID:2541-1620117000-1620144000@computertrainingsource.com
SUMMARY:Excel Excel VBA - Two Day Course (May 4th & May 5th) SYST-0026
DESCRIPTION:Course length: 2.0 day(s) May 4th & May 5th\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-two-day-course-may-4th-may-5th-syst-0026/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210506T083000
DTEND;TZID=UTC:20210506T160000
DTSTAMP:20210405T220704Z
CREATED:20201216T034648Z
LAST-MODIFIED:20210405T220704Z
UID:2620-1620289800-1620316800@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-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210512T083000
DTEND;TZID=UTC:20210512T160000
DTSTAMP:20210405T220104Z
CREATED:20201216T012706Z
LAST-MODIFIED:20210405T220104Z
UID:2582-1620808200-1620835200@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-10-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210513T083000
DTEND;TZID=UTC:20210513T160000
DTSTAMP:20210405T220849Z
CREATED:20201216T034347Z
LAST-MODIFIED:20210405T220849Z
UID:2623-1620894600-1620921600@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-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210517T083000
DTEND;TZID=UTC:20210517T160000
DTSTAMP:20210405T220041Z
CREATED:20201216T001149Z
LAST-MODIFIED:20210405T220041Z
UID:2598-1621240200-1621267200@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-3/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210518T083000
DTEND;TZID=UTC:20210518T163000
DTSTAMP:20210405T220417Z
CREATED:20201216T021505Z
LAST-MODIFIED:20210405T220417Z
UID:2616-1621326600-1621355400@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-2-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210519T080000
DTEND;TZID=UTC:20210519T170000
DTSTAMP:20210405T220013Z
CREATED:20201216T023543Z
LAST-MODIFIED:20210405T220013Z
UID:2605-1621411200-1621443600@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-3-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210525T083000
DTEND;TZID=UTC:20210525T160000
DTSTAMP:20210519T162952Z
CREATED:20201216T024358Z
LAST-MODIFIED:20210519T162952Z
UID:2586-1621931400-1621958400@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-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210525T083000
DTEND;TZID=UTC:20210525T160000
DTSTAMP:20210405T215825Z
CREATED:20201216T033447Z
LAST-MODIFIED:20210405T215825Z
UID:2590-1621931400-1621958400@computertrainingsource.com
SUMMARY:Excel O365 Power Pivot - 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-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210526T083000
DTEND;TZID=UTC:20210526T160000
DTSTAMP:20210405T215719Z
CREATED:20201216T025947Z
LAST-MODIFIED:20210405T215719Z
UID:2594-1622017800-1622044800@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-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20210527T083000
DTEND;TZID=UTC:20210527T160000
DTSTAMP:20210405T215459Z
CREATED:20201216T024841Z
LAST-MODIFIED:20210405T215459Z
UID:2612-1622104200-1622131200@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-2/
LOCATION:CA\, United States
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
END:VCALENDAR