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:20240101T000000
END:STANDARD
END:VTIMEZONE
BEGIN:VTIMEZONE
TZID:America/Denver
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20240310T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20241103T080000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20250309T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20251102T080000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20260308T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20261101T080000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0700
TZOFFSETTO:-0600
TZNAME:MDT
DTSTART:20270314T090000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0600
TZOFFSETTO:-0700
TZNAME:MST
DTSTART:20271107T080000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=UTC:20260129T083000
DTEND;TZID=UTC:20260129T113000
DTSTAMP:20260405T020713
CREATED:20250313T171408Z
LAST-MODIFIED:20251125T210155Z
UID:5629-1769675400-1769686200@computertrainingsource.com
SUMMARY:Microsoft Teams
DESCRIPTION:Microsoft Teams for the Desktop\nCourse Length: \n.5 day \nYou will: \nWe Will Learn How To: \n\n\n\nNavigate Microsoft Teams Desktop Interface\nCreate a Team and Add and Edit Members\nCreate and Follow a Channel\nCreate an Email Channel\nEmail a Channel\nMark\, Like and Save Messages\nManage Files in a Channel\nWork with Chat Messages and Chat Features\nAccess and Manage Team Settings\, Members and Channels\nCreate and Manage Meeting Invites\nShow the Connection Between\, Teams\, Outlook and SharePoint\n\n\n\nTarget Student: \n This course is intended for business users and knowledge workers in a variety of roles and fields who have competence in a desktop-based installation of the Microsoft Office Suite and who are now extending Microsoft Office to a collaborative cloud-based Office 365 environment. \nPrerequisites: \nTo ensure your success\, you will need to be familiar with the Windows operating system and a web browser. You also need competence in using the locally installed version of Microsoft Outlook for sending email and interacting with calendar events\, and should be familiar with at least one of the primary applications in the Microsoft Office suite (Microsoft Word\, Microsoft PowerPoint\, and Microsoft Excel). \nTo meet these prerequisites\, you can take any one or more of the following Logical Operations courses: \n\nUsing Microsoft® Windows® 10\nMicrosoft® Office Outlook® 2016: Part 1\n\n  \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/microsoft-teams-3/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260128T090000
DTEND;TZID=UTC:20260129T153000
DTSTAMP:20260405T020713
CREATED:20250530T212953Z
LAST-MODIFIED:20251125T205452Z
UID:8622-1769590800-1769700600@computertrainingsource.com
SUMMARY:Introduction to Programming with Python (2-Day Class)
DESCRIPTION:Introduction to Programming with Python\n\nCourse Specifications\nCourse Number:\n094031 \nCourse Length:\n2 days \n\n\nCourse Description\nOverview:\nThough Python® has been in use for more than 30 years\, it has become one of the most popular languages for software development\, particularly within the fields of data science\, machine learning\, artificial intelligence\, and web development—all areas in which Python is widely used. Whether you’re relatively new to programming\, or have experience in other programming languages\, this course will provide you with a comprehensive first exposure to the Python programming language. This can serve as a quick start in Python\, or as the foundation for further learning. \nYou will learn elements of the Python 3 language and development strategies by creating a complete program that performs a wide range of operations on a variety of data types\, structures\, and objects; implements program logic through conditional statements and loops; structures code for reusability through functions\, classes\, and modules; reads and writes files; and handles error conditions. \nCourse Objectives:\nIn this course\, you will develop simple command-line programs in Python. You will: \n\nSet up Python and develop a simple application.\nPerform operations on simple data types\, including strings and numbers.\nPerform operations on data structures\, including lists\, ranges\, tuples\, dictionaries\, and sets.\nWrite conditional statements and loops.\nDefine and use functions\, classes\, and modules.\nManage files and directories through code.\nPerform basic exception handling.\n\nTarget Student:\nThis course is designed for people who want to learn the Python programming language in preparation for using Python to develop software for a wide range of applications\, such as data science\, machine learning\, artificial intelligence\, and web development. \nPrerequisites:\nSome experience programming in an object-oriented language is helpful\, but not required. This course will be useful to anyone new to programming. \nTo ensure your success in this course\, you should have at least a foundational competence with personal computing. You can obtain this level of skills and knowledge by taking one of the following Logical Operations courses: \n\nUsing Microsoft® Windows® 11 (with Copilot)\nMicrosoft® Windows® 11: Transition from Windows® 10\nUsing Microsoft® Windows® 10 (Second Edition)\n\n  \n\n\nCourse Content\nLesson 1: Setting Up Python and Developing a Simple Application\nTopic A: Set Up the Development Environment \nTopic B: Write Python Statements \nTopic C: Create a Python Application \nTopic D: Prevent Errors \nLesson 2: Processing Simple Data Types\nTopic A: Process Integers and Strings \nTopic B: Process Decimals\, Floats\, and Mixed Number Types \nLesson 3: Processing Data Structures\nTopic A: Process Ordered Data Structures \nTopic B: Process Unordered Data Structures \nLesson 4: Writing Conditional Statements and Loops\nTopic A: Write Conditional Statements \nTopic B: Write Loops \nLesson 5: Structuring Code for Reuse\nTopic A: Define and Call Functions \nTopic B: Define and Instantiate Classes \nTopic C: Import and Use Modules \nLesson 6: Writing Code to Process Files and Directories\nTopic A: Write to Text Files \nTopic B: Read from Text Files \nTopic C: Get the Contents of Directories \nTopic D: Manage Files and Directories \nLesson 7: Handling Exceptions\nTopic A: Handle Built-In Exceptions \nTopic B: Handle Custom Exceptions \nAppendix A: Major Differences Between Python 2 and 3\nAppendix B: Python Style Guide\nAppendix C: Mapping Python Course Content to Python Institute Certification Exams
URL:https://computertrainingsource.com/event/introduction-to-programming-with-python-2-day-class/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Denver:20260126T090000
DTEND;TZID=America/Denver:20260127T160000
DTSTAMP:20260405T020713
CREATED:20250530T221112Z
LAST-MODIFIED:20251125T205212Z
UID:8661-1769418000-1769529600@computertrainingsource.com
SUMMARY:Excel VBA (Macros) - Two Day Course
DESCRIPTION:Course length: 2.0 day(s)\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-vba-macros-two-day-course-5/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260126T090000
DTEND;TZID=UTC:20260126T160000
DTSTAMP:20260405T020713
CREATED:20220915T181150Z
LAST-MODIFIED:20251125T210523Z
UID:5153-1769418000-1769443200@computertrainingsource.com
SUMMARY:Power BI: Level 2
DESCRIPTION:Microsoft Power BI: Level 2\nCourse Number: 095212 \nCourse Length: 1 day \n  \nOverview: \nAs technology progresses and becomes more interwoven with our businesses and lives\, more data is collected about business and personal activities. This era of “big data” is a direct result of the popularity and growth of cloud computing\, which provides an abundance of computational power and storage\, allowing organizations of all sorts to capture and store data. Leveraging that data effectively can provide timely insights and competitive advantages. \nCreating data-backed visualizations is key for data scientists\, or any professional\, to explore\, analyze\, and report insights and trends from data. Microsoft® Power BI® software is designed for this purpose. Power BI was built to connect to a wide range of data sources\, and it enables users to quickly create visualizations of connected data to gain insights\, show trends\, and create reports. Power BI’s data connection capabilities and visualization features go far beyond those that can be found in spreadsheets\, enabling users to create compelling and interactive worksheets\, dashboards\, and stories that bring data to life and turn data into thoughtful action. \n  \nCourse Objectives: \nIn this course\, you will analyze data with Microsoft Power BI. You will: \n\nVisualize data with Power BI.\nEnhance data analysis by adding and customizing visual elements.\nModel data with calculations.\nCreate interactive visualizations.\nUse advanced analysis techniques.\nEnhance reports and dashboards.\n\nTarget Student: \nThis course is designed for professionals in a variety of job roles who are currently using desktop or web-based data management tools such as Microsoft Excel® or SQL Server® reporting services to perform numerical or general data analysis. They are responsible for connecting to cloud-based data sources\, as well as shaping and combining data for the purpose of analysis. They are also looking for alternative ways to analyze business data\, visualize insights\, and share those insights with peers across the enterprise. This includes capturing and reporting on data to peers\, executives\, and clients. \nThis course is also designed for professionals who want to pursue the Microsoft certification Exam DA-100: Analyzing Data with Microsoft Power BI. \nPrerequisites: \n\nMicrosoft® Excel® for Office 365™ (Desktop or Online): Part 1 or Microsoft® Office Excel® 2019: Part 1\nMicrosoft® Excel® for Office 365™ (Desktop or Online): Part 2 or Microsoft® Office Excel® 2019: Part 2\nPower B: Introduction\n\nCourse Content \nLesson 1: Visualizing Data with Power BI \nTopic A: Create Visualizations in Power BI \nTopic B: Chart Data in Power BI \n  \nLesson 2: Enhancing Data Analysis \nTopic A: Customize Visuals and Pages \nTopic B: Incorporate Tooltips \n  \nLesson 3: Modeling Data with Calculations \nTopic A: Create Calculations with Data Analysis Expressions (DAX) \nTopic B: Create Calculated Measures and Conditional Columns \n  \nLesson 4: Creating Interactive Visualizations \nTopic A: Create and Manage Data Hierarchies \nTopic B: Filter and Slice Reports \nTopic C: Create Dashboards \n  \nLesson 5: Using Advanced Analysis Techniques \nTopic A: Create Calculated Tables\, Variables\, and Parameters \nTopic B: Enhance Visuals with Statistical Analysis \nTopic C: Perform Advanced Analysis \n  \nLesson 6: Enhancing Reports and Dashboards \nTopic A: Enhance Reports \nTopic B: Enhance Dashboards \n  \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/power-bi-level-2-2-2-2-2-2-2-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260122T090000
DTEND;TZID=UTC:20260122T160000
DTSTAMP:20260405T020713
CREATED:20250530T225346Z
LAST-MODIFIED:20251125T211110Z
UID:8671-1769072400-1769097600@computertrainingsource.com
SUMMARY:Power Query: Data Transformation Mastery
DESCRIPTION:Power Query: Data Transformation Mastery\nCourse Length: 1 Day  \nAudience: Business analysts\, Excel users\, Power BI beginners \nPrerequisites: Basic knowledge of Excel or Power BI \n  \nModule 1: Introduction to Power Query  \n\nWhat is Power Query?\nPower Query vs. Excel formulas vs. VBA\nWhere Power Query lives (Excel vs. Power BI)\nThe Power Query interface (Navigator\, Formula Bar\, Query Settings)\n\nActivity: Load a simple CSV file into Power Query and explore the interface. \nModule 2: Connecting to Data Sources  \n\nImporting from Excel\, CSV\, Web\, and databases\nCombine multiple files from a folder\nRefreshing and managing connections\n\nActivity: Connect to multiple CSVs in a folder and append them. \nModule 3: Transforming Data  \n\nRemoving rows/columns\nFiltering and sorting\nSplitting and merging columns\nChanging data types\nFill down/up and transpose\n\nActivity: Clean up a messy sales report using these tools. \nModule 4: Shaping Data for Analysis  \n\nUnpivot and pivot columns\nGrouping and summarizing\nCreating calculated columns\nUsing the “Applied Steps” panel efficiently\n\nActivity: Reshape survey data from wide to long format and summarize responses. \nModule 5: Combining Queries  \n\nAppend vs. Merge explained\nMerge join types (Inner\, Left Outer\, etc.)\nCreating relationships for modeling\n\nActivity: Merge customer and order tables to build a single clean dataset. \nModule 6: Intro to the M Language  \n\nViewing and modifying the formula bar\nCommon M functions: Text\, Table\, List\, Record\nCustom columns and basic logic\n\nActivity: Write a custom column using M to classify sales as “High\,” “Medium\,” or “Low”. \nModule 7: Loading and Using Queries (30 mins) \n\nLoad to Excel sheet vs. Power Pivot\nLoad to Power BI Model\nRefresh strategies and query dependencies\n\nActivity: Load cleaned data into Excel pivot table or Power BI table visual. \nWrap-Up & Q&A (30 mins) \n\nBest practices for Power Query projects\nWhere to go next: M Language deep dive\, performance optimization\, Power BI integration\n\n\n\n\n  \nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/power-query-data-transformation-mastery/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260121T090000
DTEND;TZID=UTC:20260121T153000
DTSTAMP:20260405T020713
CREATED:20250306T013409Z
LAST-MODIFIED:20251125T211004Z
UID:5554-1768986000-1769009400@computertrainingsource.com
SUMMARY:Microsoft Copilot - Introduction
DESCRIPTION:Workshop: Using Copilot in Microsoft Applications\nDuration: 6 Hours \n  \nOverview:\nCopilot is a digital assistant embedded into Office tools that enable people to consume content impressively faster than we are used to. It helps to discover information by holistically searching for content in different repositories. \nMicrosoft has branded AI under different names\, to mention: Bing Chat\, M365 Chat\, and Copilot. This will likely standardize in the future. Copilot answers could be different for everyone; content visibility and context of the prompt make the output unique. Copilot can help you quickly catch up with unattended meetings\, especially when we are double/triple booked. \nDuring a Teams meetings Copilot uses transcriptions. Transcriptions are sensitive to listening errors or misunderstanding\, leading at times to inaccuracies. \n  \nObjectives\n\nWhat is Copilot\nHow to access Copilot\nCopilot in Excel\nCopilot in Word\nCopilot in Power BI\nCopilot in Outlook\nQ&A
URL:https://computertrainingsource.com/event/microsoft-copilot-introduction-3/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260120T090000
DTEND;TZID=UTC:20260120T160000
DTSTAMP:20260405T020713
CREATED:20220915T173629Z
LAST-MODIFIED:20251125T205053Z
UID:5532-1768899600-1768924800@computertrainingsource.com
SUMMARY:Excel Level 3
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\nTarget Student:\nThis course is intended for students who are experienced Excel O365 users and have a desire or need to advance their skills in working with some of the more advanced Excel features. Students will likely need to troubleshoot large\, complex workbooks\, automate repetitive tasks\, engage in collaborative partnerships involving workbook data\, construct complex Excel functions\, and use those functions to perform rigorous analysis of extensive\, complex datasets. \n\nPrerequisites:\nTo ensure success\, students should have practical\, real-world experience creating and analyzing datasets using Excel O365. Specific tasks students should be able to perform include: creating formulas and using Excel functions; creating\, sorting\, and filtering datasets and tables; presenting data by using basic charts; creating and working with PivotTables\, slicers\, and PivotCharts; and customizing the Excel environment. To meet these prerequisites\, students can take the following Logical Operations courses\, or should possess the equivalent skill level: \n\nMicrosoft® Office Excel® O365: Part 1\nMicrosoft® Office Excel® O365: Part 2\n\n\nCourse Content\n\nLesson 1: Working with Multiple Worksheets and Workbooks\nTopic A: Use Links and External References \nTopic B: Use 3-D References \nTopic C: Consolidate Data \n\nLesson 2: Using Lookup Functions and Formula Auditing\nTopic A: Use Lookup Functions \nTopic B: Trace Cells \nTopic C: Watch and Evaluate Formulas \n\nLesson 3: Sharing and Protecting Workbooks\nTopic A: Collaborate on a Workbook \nTopic B: Protect Worksheets and Workbooks \n\nLesson 4: Automating Workbook Functionality\nTopic A: Apply Data Validation \nTopic B: Search for Invalid Data and Formulas with Errors \nTopic C: Work with Macros \n\nLesson 5: Creating Sparklines and Mapping Data\nTopic A: Create Sparklines \nTopic B: Map Data \n\nLesson 6: Forecasting Data\nTopic A: Determine Potential Outcomes Using Data Tables \nTopic B: Determine Potential Outcomes Using Scenarios \nTopic C: Use the Goal Seek Feature \nTopic D: Forecasting Data Trends \n\nAppendix A: Microsoft Office Excel O365 Exam 77-727\nAppendix B: Microsoft Office Excel O365 Expert Exam 77–728\nAppendix C: Microsoft Excel O365 Common Keyboard Shortcuts\nAppendix D: Cube Functions\nAppendix E: Importing and Export Data\nAppendix F: Internationalizing Workbooks\nAppendix G: Working with Power Pivot\nAppendix H: Advanced Customization Options\nAppendix I: Working with Forms and Controls\n  \nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-level-3-2-2-2-2-2-2-2-2-2-2-2-2-3/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260115T090000
DTEND;TZID=UTC:20260115T160000
DTSTAMP:20260405T020713
CREATED:20250530T213539Z
LAST-MODIFIED:20251125T210017Z
UID:8637-1768467600-1768492800@computertrainingsource.com
SUMMARY:Microsoft Power Automate - Introduction
DESCRIPTION:MICROSOFT POWER AUTOMATE\nCourse Duration: 1 Day  \n  \nOverview\nThis course delivers an instructor-led product showcase for Microsoft Power Automate from start to finish in an engaging and practical way. Power Automate is a diverse product\, turning business processes into automated\, consistent\, and visual workflows. Power Automate is designed to interweave the various products in Office 365 as well as connect to other on-premises and web-based solutions. This course will give you the confidence to select the right actions and workflow logic for your business workflows. \nAudience\nThe intended audience for this course would be those who have been using Office 365 for some time and are now looking at optimizing their existing business processes and designing new ones. \nPrerequisites\nDelegates should have some exposure to Microsoft Windows operating system and Microsoft Office 365. \nCourse Objectives\n\nAn Introduction to Microsoft Power Automate\nGetting Started with Workflows\nFlow Logic\nIntegration\nThe Mobile App\nAdministration and Maintenance\n\nModule 1:\nAn Introduction to Microsoft Power Automate   \nLet’s get started with an introduction to Microsoft Power Automate. Historically\, automating business processes typically landed in the lap of a developer in the business\, who has a good understanding of coding and the systems that they were connecting. However\, more systems deployed to businesses are encouraging a bigger focus on end user design and management. With this culture change\, end users are looking to further improve their business solutions. Power Automate brings workflow design to all audiences. It offers the building blocks for lightweight or business-critical processes. \nIn this module\, we cover an overview of the product and its application to Office 365 and third-party services. \nTopics Covered  \n\nWhat is Microsoft Power Automate?\nThe benefits of automation\nHow to get to Power Automate\n\nModule 2:\nGetting started with Power Automate   \nWe begin our discovery of Microsoft Power Automate by building our first business process. We will discuss how to use templates to get started with Power Automate or how to use a blank template to start with no defined actions. Once in the product\, we will give you a tour of the editor\, workflow management page and the home screen to help you navigate around the product. \nNext\, we will start to add\, edit\, and remove actions from our workflow template in order to customize the Power Automate for a specific business need. Once ready we will publish and trigger the workflow to test that it works as expected. We will finish this module by discussing how to turn a flow on or off as well as deleting a flow. \nTopics Covered  \n\nUsing Power Automate templates\nNavigating in Power Automate\nEditing a flow • Publish and trigger a flow\nTurn off or delete a flow\n\nModule 3:\nPower Automate logic   \nDecision making during a business process is often a bottleneck. Waiting for decisions or information to steer the workflow towards its goal is dependent on how long the involved party spends on the task. This could be mitigated if the desired information is found declared elsewhere for example\, as a document property or a form entry to name a few examples. Logic in a workflow allows existing information to push the workflow down multiple paths. This often speeds up workflow duration and minimizes human input. \nIn this module\, we will look at the core logic found in Power Automate and a practical application of each option. \nTopics Covered  \n\nAdding conditions\nDesigning switches\nUsing apply to each\nConfiguring “do until” logic\nAdding a scope\n\nModule 4:\nIntegration  \nBusinesses will often use a selection of productivity tools and services beyond Office 365. Marketing teams may use Facebook and Twitter whereas a sales team may use Salesforce to manage their customers. Power Automate provides connectors for popular services allowing your processes to extend beyond Office 365 to other web services. Connections can even be made to on-premises servers\, allowing your business systems house at the office to take part in your processes. \nTopics Covered  \n\nStandard and premium connectors\nConnecting to web services\nUsing Power Automate with on-premises data\n\nModule 5:\nThe Mobile App   \nPower Automate has a corresponding mobile app that can be used to leverage many features of Power Automate. Firstly\, it offers users the capability to build new flows\, directly from their phone or tablet. Secondly\, it can be used to manage existing flows including editing\, viewing history\, saving a copy\, disabling\, and deleting flows. You can access any approvals that have been sent to you by Power Automate and approve or reject decisions. The app also supports the push notifications that can be sent to your phone or tablet from a flow. Additionally\, you can even create buttons that appear in the app which allow you to trigger flows. This valuable app will be detailed in this module. \nTopics Covered  \n\nDownloading the mobile app\nSigning in and account management\nBuilding and managing flows\nCreating buttons\nFeeds and approvals\n\nModule 6:\nAdministration and Maintenance   \nIn our last module for Microsoft Power Automate\, we will be looking at how a business can manage their flows once they have a good uptake of the product. We will begin by discussing managing individual flows. This could be using history to discover the source of any issues and implement error handling as well as using the analytics to discover usage trends. We will discover how to share a flow which is ideal for sharing the maintenance of a flow with another colleague and how to import and export flows. Finally\, we will discuss how Office 365 administrators can shape the Power Automate experience with high-level settings that help ensure data segregation and security. \nTopics Covered  \n\nMaintaining a flow\nView history and analytics\nSharing a flow\nExport and import flows\nOffice 365 administration for Power Automate\nEnvironments\nData policies\nData integration
URL:https://computertrainingsource.com/event/microsoft-power-automate-introduction-6/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260113T090000
DTEND;TZID=UTC:20260113T160000
DTSTAMP:20260405T020713
CREATED:20250530T210958Z
LAST-MODIFIED:20260112T200840Z
UID:8532-1768294800-1768320000@computertrainingsource.com
SUMMARY:Excel Level 2
DESCRIPTION:Excel Level 2\nCourse Length:\n1 day \nCourse Description\nOverview:\nWhether you need to crunch numbers for sales\, inventory\, information technology\, human resources\, or other organizational purposes and departments\, the ability to get the right information to the right people at the right time can create a powerful competitive advantage. After all\, the world runs on data more than ever before and that’s a trend not likely to change\, or even slow down\, any time soon. But with so much data available and being created on a nearly constant basis\, the ability to make sense of that data becomes more critical and challenging with every passing day. You already know how to get Excel to perform simple calculations and how to modify your workbooks and worksheets to make them easier to read\, interpret\, and present to others. But\, Excel is capable of doing so much more. To gain a truly competitive edge\, you need to be able to extract actionable organizational intelligence from your raw data. In other words\, when you have questions about your data\, you need to know how to get Excel to provide the answers for you. And that’s exactly what this course aims to help you do. \n  \nCourse Objectives:\nUpon successful completion of this course\, you will be able to leverage the power of data analysis and presentation in order to make informed\, intelligent organizational decisions. \nYou will: \n\nWork with functions.\nWork with lists.\nAnalyze data.\nVisualize data with charts.\nUse PivotTables and PivotCharts.\n\n \nTarget Student:\nThis course is designed for students who already have foundational knowledge and skills in Excel and who wish to begin taking advantage of some of the higher-level functionality in Excel to analyze and present data. \n \nCourse Content \nLesson 1: Working with Functions\nTopic A: Work with Ranges \nTopic B: Use Specialized Functions \nTopic C: Work with Logical Functions \nTopic D: Work with Date & Time Functions \nTopic E: Work with Text Functions \nLesson 2: Working with Lists\nTopic A: Sort Data \nTopic B: Filter Data \nTopic C: Query Data with Database Functions \nTopic D: Outline and Subtotal Data \nLesson 3: Analyzing Data\nTopic A: Create and Modify Tables \nTopic B: Apply Intermediate Conditional Formatting \nTopic C: Apply Advanced Conditional Formatting \nLesson 4: Visualizing Data with Charts\nTopic A: Create Charts \nTopic B: Modify and Format Charts \nTopic C: Use Advanced Chart Features \nLesson 5: Using PivotTables and PivotCharts\nTopic A: Create a PivotTable \nTopic B: Analyze PivotTable Data \nTopic C: Present Data with PivotCharts \nTopic D: Filter Data by Using Timelines and Slicers \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-level-2-7/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260108T090000
DTEND;TZID=UTC:20260108T153000
DTSTAMP:20260405T020713
CREATED:20250530T220545Z
LAST-MODIFIED:20251125T210856Z
UID:8658-1767862800-1767886200@computertrainingsource.com
SUMMARY:Microsoft's Computer Basics
DESCRIPTION:Microsoft’s Computer Basics\n$350 \nCourse Length: \n1 day \nClass Contents: \n\nLesson 1: Window’s Tips and Tricks\nLesson 2: Introduction to Microsoft Office (What’s Common in each)\nLesson 3: Intro to Microsoft Excel\nLesson 4: Intro to Microsoft Outlook\nLesson 5: Into to Microsoft Word\nLesson 6: Intro to PowerPoint – Time Permitting\n\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/microsofts-computer-basics/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260106T090000
DTEND;TZID=UTC:20260106T160000
DTSTAMP:20260405T020713
CREATED:20240514T151304Z
LAST-MODIFIED:20251125T204803Z
UID:13389-1767690000-1767715200@computertrainingsource.com
SUMMARY:Excel Level 1
DESCRIPTION:Excel Level 1 \nIn 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. \nCourse Objectives: \n\n\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\nCourse Content \nLesson 1: Getting Started with Microsoft Office Excel O365\nTopic A: Navigate the Excel User Interface \nTopic B: Use Excel Commands \nTopic C: Create and Save a Basic Workbook \nTopic D: Enter Cell Data \nTopic E: Use Excel Help \nLesson 2: Performing Calculations\nTopic A: Create Worksheet Formulas \nTopic B: Insert Functions \nTopic C: Reuse Formulas and Functions \nLesson 3: Modifying a Worksheet\nTopic A: Insert\, Delete\, and Adjust Cells\, Columns\, and Rows \nTopic B: Search for and Replace Data \nTopic C: Use Proofing and Research Tools \nLesson 4: Formatting a Worksheet\nTopic A: Apply Text Formats \nTopic B: Apply Number Formats \nTopic C: Align Cell Contents \nTopic D: Apply Styles and Themes \nTopic E: Apply Basic Conditional Formatting \nTopic F: Create and Use Templates \nLesson 5: Printing Workbooks\nTopic A: Preview and Print a Workbook \nTopic B: Set Up the Page Layout \nTopic C: Configure Headers and Footers \nLesson 6: Managing Workbooks\nTopic A: Manage Worksheets \nTopic B: Manage Workbook and Worksheet Views \nTopic C: Manage Workbook Properties \n \nAppendix A: Microsoft Office Excel O365 Exam 77-727\nAppendix B: Microsoft Office Excel O365 Expert Exam 77–728\nAppendix C: Microsoft Excel O365 Common Keyboard Shortcuts\nAppendix D: Adding Borders and Colors to Worksheets\nAppendix E: Basic Excel Customization\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-level-1-3-2-3/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20260105T090000
DTEND;TZID=UTC:20260105T160000
DTSTAMP:20260405T020713
CREATED:20201216T024841Z
LAST-MODIFIED:20251125T205656Z
UID:5168-1767603600-1767628800@computertrainingsource.com
SUMMARY:Power BI: Level 1
DESCRIPTION:Microsoft Power BI: Level 1\nCourse Length: \n1 day \nCourse Type: Description \nThis is the first course in the series.  This course is meant for those desiring to gain skills using Microsoft Power BI to connect\, transform and visualize data. You will learn to connect multiple sources of data and combine them (often called modeling) into a data model that lets you build visuals and collections of visuals that you can share as reports. \n  \nUpon successful completion of this course\, you will be able to: \n\nConnect to Excel File as a Data Source\nShape and Combine Data in Power BI Desktop\nCombine Data\nAnalyze web page data using Power BI Desktop\nConnect to a Web Data Source\nShape data in Power Query Editor\nCreate a visualization\nCombine sales data from Excel and an OData feed\nImport the product data from Excel\nCreate a custom calculated column\nManage the Relationship Between the Datasets\nComplete the Sales Analysis Report\nCreate your Own Measures in Power BI Desktop\nCreate a calculated column that uses an IF function\nCreate and Manage Hierarchies\nPublish and Share Reports and Dashboards\nPublish and Set Permissions for App Workspaces\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-2-2-3-3-2-2-2-2-2-2-2-2-2-2-2-3/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20251222T090000
DTEND;TZID=UTC:20251222T160000
DTSTAMP:20260405T020713
CREATED:20250306T012853Z
LAST-MODIFIED:20251125T204215Z
UID:5600-1766394000-1766419200@computertrainingsource.com
SUMMARY:Excel Level 3
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\nTarget Student:\nThis course is intended for students who are experienced Excel O365 users and have a desire or need to advance their skills in working with some of the more advanced Excel features. Students will likely need to troubleshoot large\, complex workbooks\, automate repetitive tasks\, engage in collaborative partnerships involving workbook data\, construct complex Excel functions\, and use those functions to perform rigorous analysis of extensive\, complex datasets. \n\nPrerequisites:\nTo ensure success\, students should have practical\, real-world experience creating and analyzing datasets using Excel O365. Specific tasks students should be able to perform include: creating formulas and using Excel functions; creating\, sorting\, and filtering datasets and tables; presenting data by using basic charts; creating and working with PivotTables\, slicers\, and PivotCharts; and customizing the Excel environment. To meet these prerequisites\, students can take the following Logical Operations courses\, or should possess the equivalent skill level: \n\nMicrosoft® Office Excel® O365: Part 1\nMicrosoft® Office Excel® O365: Part 2\n\n\nCourse Content\n\nLesson 1: Working with Multiple Worksheets and Workbooks\nTopic A: Use Links and External References \nTopic B: Use 3-D References \nTopic C: Consolidate Data \n\nLesson 2: Using Lookup Functions and Formula Auditing\nTopic A: Use Lookup Functions \nTopic B: Trace Cells \nTopic C: Watch and Evaluate Formulas \n\nLesson 3: Sharing and Protecting Workbooks\nTopic A: Collaborate on a Workbook \nTopic B: Protect Worksheets and Workbooks \n\nLesson 4: Automating Workbook Functionality\nTopic A: Apply Data Validation \nTopic B: Search for Invalid Data and Formulas with Errors \nTopic C: Work with Macros \n\nLesson 5: Creating Sparklines and Mapping Data\nTopic A: Create Sparklines \nTopic B: Map Data \n\nLesson 6: Forecasting Data\nTopic A: Determine Potential Outcomes Using Data Tables \nTopic B: Determine Potential Outcomes Using Scenarios \nTopic C: Use the Goal Seek Feature \nTopic D: Forecasting Data Trends \n\nAppendix A: Microsoft Office Excel O365 Exam 77-727\nAppendix B: Microsoft Office Excel O365 Expert Exam 77–728\nAppendix C: Microsoft Excel O365 Common Keyboard Shortcuts\nAppendix D: Cube Functions\nAppendix E: Importing and Export Data\nAppendix F: Internationalizing Workbooks\nAppendix G: Working with Power Pivot\nAppendix H: Advanced Customization Options\nAppendix I: Working with Forms and Controls\n  \nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-level-3-3-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20251222T090000
DTEND;TZID=UTC:20251222T160000
DTSTAMP:20260405T020713
CREATED:20240821T184311Z
LAST-MODIFIED:20251216T011010Z
UID:13392-1766394000-1766419200@computertrainingsource.com
SUMMARY:Excel Level 2
DESCRIPTION:Excel Level 2\nCourse Length:\n1 day \nCourse Description\nOverview:\nWhether you need to crunch numbers for sales\, inventory\, information technology\, human resources\, or other organizational purposes and departments\, the ability to get the right information to the right people at the right time can create a powerful competitive advantage. After all\, the world runs on data more than ever before and that’s a trend not likely to change\, or even slow down\, any time soon. But with so much data available and being created on a nearly constant basis\, the ability to make sense of that data becomes more critical and challenging with every passing day. You already know how to get Excel to perform simple calculations and how to modify your workbooks and worksheets to make them easier to read\, interpret\, and present to others. But\, Excel is capable of doing so much more. To gain a truly competitive edge\, you need to be able to extract actionable organizational intelligence from your raw data. In other words\, when you have questions about your data\, you need to know how to get Excel to provide the answers for you. And that’s exactly what this course aims to help you do. \n  \nCourse Objectives:\nUpon successful completion of this course\, you will be able to leverage the power of data analysis and presentation in order to make informed\, intelligent organizational decisions. \nYou will: \n\nWork with functions.\nWork with lists.\nAnalyze data.\nVisualize data with charts.\nUse PivotTables and PivotCharts.\n\n \nTarget Student:\nThis course is designed for students who already have foundational knowledge and skills in Excel and who wish to begin taking advantage of some of the higher-level functionality in Excel to analyze and present data. \n \nCourse Content \nLesson 1: Working with Functions\nTopic A: Work with Ranges \nTopic B: Use Specialized Functions \nTopic C: Work with Logical Functions \nTopic D: Work with Date & Time Functions \nTopic E: Work with Text Functions \nLesson 2: Working with Lists\nTopic A: Sort Data \nTopic B: Filter Data \nTopic C: Query Data with Database Functions \nTopic D: Outline and Subtotal Data \nLesson 3: Analyzing Data\nTopic A: Create and Modify Tables \nTopic B: Apply Intermediate Conditional Formatting \nTopic C: Apply Advanced Conditional Formatting \nLesson 4: Visualizing Data with Charts\nTopic A: Create Charts \nTopic B: Modify and Format Charts \nTopic C: Use Advanced Chart Features \nLesson 5: Using PivotTables and PivotCharts\nTopic A: Create a PivotTable \nTopic B: Analyze PivotTable Data \nTopic C: Present Data with PivotCharts \nTopic D: Filter Data by Using Timelines and Slicers \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-level-2-4-2-2-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20251211T090000
DTEND;TZID=UTC:20251211T160000
DTSTAMP:20260405T020713
CREATED:20250313T170225Z
LAST-MODIFIED:20251125T204408Z
UID:5618-1765443600-1765468800@computertrainingsource.com
SUMMARY:Microsoft Power Automate - Introduction
DESCRIPTION:MICROSOFT POWER AUTOMATE\nCourse Duration: 1 Day  \n  \nOverview\nThis course delivers an instructor-led product showcase for Microsoft Power Automate from start to finish in an engaging and practical way. Power Automate is a diverse product\, turning business processes into automated\, consistent\, and visual workflows. Power Automate is designed to interweave the various products in Office 365 as well as connect to other on-premises and web-based solutions. This course will give you the confidence to select the right actions and workflow logic for your business workflows. \nAudience\nThe intended audience for this course would be those who have been using Office 365 for some time and are now looking at optimizing their existing business processes and designing new ones. \nPrerequisites\nDelegates should have some exposure to Microsoft Windows operating system and Microsoft Office 365. \nCourse Objectives\n\nAn Introduction to Microsoft Power Automate\nGetting Started with Workflows\nFlow Logic\nIntegration\nThe Mobile App\nAdministration and Maintenance\n\nModule 1:\nAn Introduction to Microsoft Power Automate   \nLet’s get started with an introduction to Microsoft Power Automate. Historically\, automating business processes typically landed in the lap of a developer in the business\, who has a good understanding of coding and the systems that they were connecting. However\, more systems deployed to businesses are encouraging a bigger focus on end user design and management. With this culture change\, end users are looking to further improve their business solutions. Power Automate brings workflow design to all audiences. It offers the building blocks for lightweight or business-critical processes. \nIn this module\, we cover an overview of the product and its application to Office 365 and third-party services. \nTopics Covered  \n\nWhat is Microsoft Power Automate?\nThe benefits of automation\nHow to get to Power Automate\n\nModule 2:\nGetting started with Power Automate   \nWe begin our discovery of Microsoft Power Automate by building our first business process. We will discuss how to use templates to get started with Power Automate or how to use a blank template to start with no defined actions. Once in the product\, we will give you a tour of the editor\, workflow management page and the home screen to help you navigate around the product. \nNext\, we will start to add\, edit\, and remove actions from our workflow template in order to customize the Power Automate for a specific business need. Once ready we will publish and trigger the workflow to test that it works as expected. We will finish this module by discussing how to turn a flow on or off as well as deleting a flow. \nTopics Covered  \n\nUsing Power Automate templates\nNavigating in Power Automate\nEditing a flow • Publish and trigger a flow\nTurn off or delete a flow\n\nModule 3:\nPower Automate logic   \nDecision making during a business process is often a bottleneck. Waiting for decisions or information to steer the workflow towards its goal is dependent on how long the involved party spends on the task. This could be mitigated if the desired information is found declared elsewhere for example\, as a document property or a form entry to name a few examples. Logic in a workflow allows existing information to push the workflow down multiple paths. This often speeds up workflow duration and minimizes human input. \nIn this module\, we will look at the core logic found in Power Automate and a practical application of each option. \nTopics Covered  \n\nAdding conditions\nDesigning switches\nUsing apply to each\nConfiguring “do until” logic\nAdding a scope\n\nModule 4:\nIntegration  \nBusinesses will often use a selection of productivity tools and services beyond Office 365. Marketing teams may use Facebook and Twitter whereas a sales team may use Salesforce to manage their customers. Power Automate provides connectors for popular services allowing your processes to extend beyond Office 365 to other web services. Connections can even be made to on-premises servers\, allowing your business systems house at the office to take part in your processes. \nTopics Covered  \n\nStandard and premium connectors\nConnecting to web services\nUsing Power Automate with on-premises data\n\nModule 5:\nThe Mobile App   \nPower Automate has a corresponding mobile app that can be used to leverage many features of Power Automate. Firstly\, it offers users the capability to build new flows\, directly from their phone or tablet. Secondly\, it can be used to manage existing flows including editing\, viewing history\, saving a copy\, disabling\, and deleting flows. You can access any approvals that have been sent to you by Power Automate and approve or reject decisions. The app also supports the push notifications that can be sent to your phone or tablet from a flow. Additionally\, you can even create buttons that appear in the app which allow you to trigger flows. This valuable app will be detailed in this module. \nTopics Covered  \n\nDownloading the mobile app\nSigning in and account management\nBuilding and managing flows\nCreating buttons\nFeeds and approvals\n\nModule 6:\nAdministration and Maintenance   \nIn our last module for Microsoft Power Automate\, we will be looking at how a business can manage their flows once they have a good uptake of the product. We will begin by discussing managing individual flows. This could be using history to discover the source of any issues and implement error handling as well as using the analytics to discover usage trends. We will discover how to share a flow which is ideal for sharing the maintenance of a flow with another colleague and how to import and export flows. Finally\, we will discuss how Office 365 administrators can shape the Power Automate experience with high-level settings that help ensure data segregation and security. \nTopics Covered  \n\nMaintaining a flow\nView history and analytics\nSharing a flow\nExport and import flows\nOffice 365 administration for Power Automate\nEnvironments\nData policies\nData integration
URL:https://computertrainingsource.com/event/microsoft-power-automate-introduction-5/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20251124T090000
DTEND;TZID=UTC:20251124T160000
DTSTAMP:20260405T020713
CREATED:20250306T012853Z
LAST-MODIFIED:20251029T195346Z
UID:5545-1763974800-1764000000@computertrainingsource.com
SUMMARY:Excel Level 3
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\nTarget Student:\nThis course is intended for students who are experienced Excel O365 users and have a desire or need to advance their skills in working with some of the more advanced Excel features. Students will likely need to troubleshoot large\, complex workbooks\, automate repetitive tasks\, engage in collaborative partnerships involving workbook data\, construct complex Excel functions\, and use those functions to perform rigorous analysis of extensive\, complex datasets. \n\nPrerequisites:\nTo ensure success\, students should have practical\, real-world experience creating and analyzing datasets using Excel O365. Specific tasks students should be able to perform include: creating formulas and using Excel functions; creating\, sorting\, and filtering datasets and tables; presenting data by using basic charts; creating and working with PivotTables\, slicers\, and PivotCharts; and customizing the Excel environment. To meet these prerequisites\, students can take the following Logical Operations courses\, or should possess the equivalent skill level: \n\nMicrosoft® Office Excel® O365: Part 1\nMicrosoft® Office Excel® O365: Part 2\n\n\nCourse Content\n\nLesson 1: Working with Multiple Worksheets and Workbooks\nTopic A: Use Links and External References \nTopic B: Use 3-D References \nTopic C: Consolidate Data \n\nLesson 2: Using Lookup Functions and Formula Auditing\nTopic A: Use Lookup Functions \nTopic B: Trace Cells \nTopic C: Watch and Evaluate Formulas \n\nLesson 3: Sharing and Protecting Workbooks\nTopic A: Collaborate on a Workbook \nTopic B: Protect Worksheets and Workbooks \n\nLesson 4: Automating Workbook Functionality\nTopic A: Apply Data Validation \nTopic B: Search for Invalid Data and Formulas with Errors \nTopic C: Work with Macros \n\nLesson 5: Creating Sparklines and Mapping Data\nTopic A: Create Sparklines \nTopic B: Map Data \n\nLesson 6: Forecasting Data\nTopic A: Determine Potential Outcomes Using Data Tables \nTopic B: Determine Potential Outcomes Using Scenarios \nTopic C: Use the Goal Seek Feature \nTopic D: Forecasting Data Trends \n\nAppendix A: Microsoft Office Excel O365 Exam 77-727\nAppendix B: Microsoft Office Excel O365 Expert Exam 77–728\nAppendix C: Microsoft Excel O365 Common Keyboard Shortcuts\nAppendix D: Cube Functions\nAppendix E: Importing and Export Data\nAppendix F: Internationalizing Workbooks\nAppendix G: Working with Power Pivot\nAppendix H: Advanced Customization Options\nAppendix I: Working with Forms and Controls\n  \nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-level-3-3/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250916T090000
DTEND;TZID=UTC:20250916T160000
DTSTAMP:20260405T020713
CREATED:20250804T171507Z
LAST-MODIFIED:20250828T185042Z
UID:8649-1758013200-1758038400@computertrainingsource.com
SUMMARY:Microsoft Power Automate - Introduction
DESCRIPTION:MICROSOFT POWER AUTOMATE\nCourse Duration: 1 Day  \n  \nOverview\nThis course delivers an instructor-led product showcase for Microsoft Power Automate from start to finish in an engaging and practical way. Power Automate is a diverse product\, turning business processes into automated\, consistent\, and visual workflows. Power Automate is designed to interweave the various products in Office 365 as well as connect to other on-premises and web-based solutions. This course will give you the confidence to select the right actions and workflow logic for your business workflows. \nAudience\nThe intended audience for this course would be those who have been using Office 365 for some time and are now looking at optimizing their existing business processes and designing new ones. \nPrerequisites\nDelegates should have some exposure to Microsoft Windows operating system and Microsoft Office 365. \nCourse Objectives\n\nAn Introduction to Microsoft Power Automate\nGetting Started with Workflows\nFlow Logic\nIntegration\nThe Mobile App\nAdministration and Maintenance\n\nModule 1:\nAn Introduction to Microsoft Power Automate   \nLet’s get started with an introduction to Microsoft Power Automate. Historically\, automating business processes typically landed in the lap of a developer in the business\, who has a good understanding of coding and the systems that they were connecting. However\, more systems deployed to businesses are encouraging a bigger focus on end user design and management. With this culture change\, end users are looking to further improve their business solutions. Power Automate brings workflow design to all audiences. It offers the building blocks for lightweight or business-critical processes. \nIn this module\, we cover an overview of the product and its application to Office 365 and third-party services. \nTopics Covered  \n\nWhat is Microsoft Power Automate?\nThe benefits of automation\nHow to get to Power Automate\n\nModule 2:\nGetting started with Power Automate   \nWe begin our discovery of Microsoft Power Automate by building our first business process. We will discuss how to use templates to get started with Power Automate or how to use a blank template to start with no defined actions. Once in the product\, we will give you a tour of the editor\, workflow management page and the home screen to help you navigate around the product. \nNext\, we will start to add\, edit\, and remove actions from our workflow template in order to customize the Power Automate for a specific business need. Once ready we will publish and trigger the workflow to test that it works as expected. We will finish this module by discussing how to turn a flow on or off as well as deleting a flow. \nTopics Covered  \n\nUsing Power Automate templates\nNavigating in Power Automate\nEditing a flow • Publish and trigger a flow\nTurn off or delete a flow\n\nModule 3:\nPower Automate logic   \nDecision making during a business process is often a bottleneck. Waiting for decisions or information to steer the workflow towards its goal is dependent on how long the involved party spends on the task. This could be mitigated if the desired information is found declared elsewhere for example\, as a document property or a form entry to name a few examples. Logic in a workflow allows existing information to push the workflow down multiple paths. This often speeds up workflow duration and minimizes human input. \nIn this module\, we will look at the core logic found in Power Automate and a practical application of each option. \nTopics Covered  \n\nAdding conditions\nDesigning switches\nUsing apply to each\nConfiguring “do until” logic\nAdding a scope\n\nModule 4:\nIntegration  \nBusinesses will often use a selection of productivity tools and services beyond Office 365. Marketing teams may use Facebook and Twitter whereas a sales team may use Salesforce to manage their customers. Power Automate provides connectors for popular services allowing your processes to extend beyond Office 365 to other web services. Connections can even be made to on-premises servers\, allowing your business systems house at the office to take part in your processes. \nTopics Covered  \n\nStandard and premium connectors\nConnecting to web services\nUsing Power Automate with on-premises data\n\nModule 5:\nThe Mobile App   \nPower Automate has a corresponding mobile app that can be used to leverage many features of Power Automate. Firstly\, it offers users the capability to build new flows\, directly from their phone or tablet. Secondly\, it can be used to manage existing flows including editing\, viewing history\, saving a copy\, disabling\, and deleting flows. You can access any approvals that have been sent to you by Power Automate and approve or reject decisions. The app also supports the push notifications that can be sent to your phone or tablet from a flow. Additionally\, you can even create buttons that appear in the app which allow you to trigger flows. This valuable app will be detailed in this module. \nTopics Covered  \n\nDownloading the mobile app\nSigning in and account management\nBuilding and managing flows\nCreating buttons\nFeeds and approvals\n\nModule 6:\nAdministration and Maintenance   \nIn our last module for Microsoft Power Automate\, we will be looking at how a business can manage their flows once they have a good uptake of the product. We will begin by discussing managing individual flows. This could be using history to discover the source of any issues and implement error handling as well as using the analytics to discover usage trends. We will discover how to share a flow which is ideal for sharing the maintenance of a flow with another colleague and how to import and export flows. Finally\, we will discuss how Office 365 administrators can shape the Power Automate experience with high-level settings that help ensure data segregation and security. \nTopics Covered  \n\nMaintaining a flow\nView history and analytics\nSharing a flow\nExport and import flows\nOffice 365 administration for Power Automate\nEnvironments\nData policies\nData integration
URL:https://computertrainingsource.com/event/microsoft-power-automate-introduction-7/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250911T090000
DTEND;TZID=UTC:20250911T120000
DTSTAMP:20260405T020713
CREATED:20250416T165350Z
LAST-MODIFIED:20250804T181053Z
UID:7308-1757581200-1757592000@computertrainingsource.com
SUMMARY:Canva for Business
DESCRIPTION:Canva for Business \n1-Day Workshop \n🎯 Target Audience \nBusiness owners\, marketers\, administrative professionals\, and anyone who wants to create professional looking content without a graphic design background. \n📌 Course Objectives \nBy the end of the session\, participants will be able to: \n\nNavigate Canva’s interface and brand tools\nCreate business-specific visual content (e.g.\, social media posts\, presentations\, flyers)\nCustomize templates with branding\nCollaborate with team members and export designs for print or digital use\n\n🗓 Agenda \n🕘 9:00 – 9:30 AM: Welcome & Introduction \n\nInstructor and participant introductions\nOverview of Canva and its business applications\nFree vs. Pro: What’s the difference?\n\n🕤 9:30 – 10:30 AM: Canva 101 – Getting Started \n\nCreating a free Canva account\nExploring the interface (dashboard\, folders\, projects)\nUnderstanding design types (posts\, presentations\, logos\, etc.)\nHands-on: Create a simple social media post\n\n🕙 10:30 – 11:30 AM: Branding with Canva \n\nSetting up your Brand Kit (logo\, fonts\, colors) (Pro feature)\nCreating branded templates\nUsing consistent styles across materials\nHands-on: Create a branded Instagram post or flyer\n\n🕦 11:30 – 12:00 PM: Working with Templates & Elements \n\nUsing and customizing Canva templates\nAdding photos\, icons\, and videos\nLayering and aligning objects\nHands-on: Customize a business flyer or event promo\n\n🕛 12:00 – 1:00 PM: Lunch Break \n🕐 1:00 – 2:00 PM: Designing for Social Media \n\nBest practices for platform-specific designs (IG\, FB\, LinkedIn)\nScheduling and resizing content\nHands-on: Create a 3-post social media campaign\n\n🕑 2:00 – 3:00 PM: Canva for Internal & External Business Use \n\nDesigning presentations and pitch decks\nCreating business cards\, brochures\, and email headers\nHands-on: Create a 2-slide pitch deck or business card\n\n🕒 3:00 – 3:30 PM: Collaboration & Team Features \n\nSharing\, commenting\, and real-time collaboration\nOrganizing files and folders\nDownloading and printing options (PDF\, PNG\, MP4)\n\n🕞 3:30 – 4:00 PM: Showcase & Wrap-Up \n\nOptional participant share-outs\nRecap of key tips and features\nQ&A and resources for continued learning
URL:https://computertrainingsource.com/event/chatgpt-basics-4/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250910T090000
DTEND;TZID=UTC:20250910T160000
DTSTAMP:20260405T020713
CREATED:20220915T181150Z
LAST-MODIFIED:20250826T234044Z
UID:5205-1757494800-1757520000@computertrainingsource.com
SUMMARY:Power BI Desktop: Level 2
DESCRIPTION:Microsoft Power BI: Level 2\nCourse Number: 095212 \nCourse Length: 1 day \n  \nOverview: \nAs technology progresses and becomes more interwoven with our businesses and lives\, more data is collected about business and personal activities. This era of “big data” is a direct result of the popularity and growth of cloud computing\, which provides an abundance of computational power and storage\, allowing organizations of all sorts to capture and store data. Leveraging that data effectively can provide timely insights and competitive advantages. \nCreating data-backed visualizations is key for data scientists\, or any professional\, to explore\, analyze\, and report insights and trends from data. Microsoft® Power BI® software is designed for this purpose. Power BI was built to connect to a wide range of data sources\, and it enables users to quickly create visualizations of connected data to gain insights\, show trends\, and create reports. Power BI’s data connection capabilities and visualization features go far beyond those that can be found in spreadsheets\, enabling users to create compelling and interactive worksheets\, dashboards\, and stories that bring data to life and turn data into thoughtful action. \n  \nCourse Objectives: \nIn this course\, you will analyze data with Microsoft Power BI. You will: \n\nVisualize data with Power BI.\nEnhance data analysis by adding and customizing visual elements.\nModel data with calculations.\nCreate interactive visualizations.\nUse advanced analysis techniques.\nEnhance reports and dashboards.\n\nTarget Student: \nThis course is designed for professionals in a variety of job roles who are currently using desktop or web-based data management tools such as Microsoft Excel® or SQL Server® reporting services to perform numerical or general data analysis. They are responsible for connecting to cloud-based data sources\, as well as shaping and combining data for the purpose of analysis. They are also looking for alternative ways to analyze business data\, visualize insights\, and share those insights with peers across the enterprise. This includes capturing and reporting on data to peers\, executives\, and clients. \nThis course is also designed for professionals who want to pursue the Microsoft certification Exam DA-100: Analyzing Data with Microsoft Power BI. \nPrerequisites: \n\nMicrosoft® Excel® for Office 365™ (Desktop or Online): Part 1 or Microsoft® Office Excel® 2019: Part 1\nMicrosoft® Excel® for Office 365™ (Desktop or Online): Part 2 or Microsoft® Office Excel® 2019: Part 2\nPower B: Introduction\n\nCourse Content \nLesson 1: Visualizing Data with Power BI \nTopic A: Create Visualizations in Power BI \nTopic B: Chart Data in Power BI \n  \nLesson 2: Enhancing Data Analysis \nTopic A: Customize Visuals and Pages \nTopic B: Incorporate Tooltips \n  \nLesson 3: Modeling Data with Calculations \nTopic A: Create Calculations with Data Analysis Expressions (DAX) \nTopic B: Create Calculated Measures and Conditional Columns \n  \nLesson 4: Creating Interactive Visualizations \nTopic A: Create and Manage Data Hierarchies \nTopic B: Filter and Slice Reports \nTopic C: Create Dashboards \n  \nLesson 5: Using Advanced Analysis Techniques \nTopic A: Create Calculated Tables\, Variables\, and Parameters \nTopic B: Enhance Visuals with Statistical Analysis \nTopic C: Perform Advanced Analysis \n  \nLesson 6: Enhancing Reports and Dashboards \nTopic A: Enhance Reports \nTopic B: Enhance Dashboards \n  \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/power-bi-level-2-2-2-2-2-2-2-2-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250903T083000
DTEND;TZID=UTC:20250903T113000
DTSTAMP:20260405T020713
CREATED:20250416T172252Z
LAST-MODIFIED:20250804T175130Z
UID:7330-1756888200-1756899000@computertrainingsource.com
SUMMARY:Microsoft Teams
DESCRIPTION:Microsoft Teams for the Desktop\nCourse Length: \n.5 day \nYou will: \nWe Will Learn How To: \n\n\n\nNavigate Microsoft Teams Desktop Interface\nCreate a Team and Add and Edit Members\nCreate and Follow a Channel\nCreate an Email Channel\nEmail a Channel\nMark\, Like and Save Messages\nManage Files in a Channel\nWork with Chat Messages and Chat Features\nAccess and Manage Team Settings\, Members and Channels\nCreate and Manage Meeting Invites\nShow the Connection Between\, Teams\, Outlook and SharePoint\n\n\n\nTarget Student: \n This course is intended for business users and knowledge workers in a variety of roles and fields who have competence in a desktop-based installation of the Microsoft Office Suite and who are now extending Microsoft Office to a collaborative cloud-based Office 365 environment. \nPrerequisites: \nTo ensure your success\, you will need to be familiar with the Windows operating system and a web browser. You also need competence in using the locally installed version of Microsoft Outlook for sending email and interacting with calendar events\, and should be familiar with at least one of the primary applications in the Microsoft Office suite (Microsoft Word\, Microsoft PowerPoint\, and Microsoft Excel). \nTo meet these prerequisites\, you can take any one or more of the following Logical Operations courses: \n\nUsing Microsoft® Windows® 10\nMicrosoft® Office Outlook® 2016: Part 1\n\n  \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/microsoft-teams-4/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250827T090000
DTEND;TZID=UTC:20250828T153000
DTSTAMP:20260405T020713
CREATED:20250416T174400Z
LAST-MODIFIED:20250702T170702Z
UID:7335-1756285200-1756395000@computertrainingsource.com
SUMMARY:Introduction to Programming with Python (2-Day Class)
DESCRIPTION:Introduction to Programming with Python\n\nCourse Specifications\nCourse Number:\n094031 \nCourse Length:\n2 days \n\n\nCourse Description\nOverview:\nThough Python® has been in use for more than 30 years\, it has become one of the most popular languages for software development\, particularly within the fields of data science\, machine learning\, artificial intelligence\, and web development—all areas in which Python is widely used. Whether you’re relatively new to programming\, or have experience in other programming languages\, this course will provide you with a comprehensive first exposure to the Python programming language. This can serve as a quick start in Python\, or as the foundation for further learning. \nYou will learn elements of the Python 3 language and development strategies by creating a complete program that performs a wide range of operations on a variety of data types\, structures\, and objects; implements program logic through conditional statements and loops; structures code for reusability through functions\, classes\, and modules; reads and writes files; and handles error conditions. \nCourse Objectives:\nIn this course\, you will develop simple command-line programs in Python. You will: \n\nSet up Python and develop a simple application.\nPerform operations on simple data types\, including strings and numbers.\nPerform operations on data structures\, including lists\, ranges\, tuples\, dictionaries\, and sets.\nWrite conditional statements and loops.\nDefine and use functions\, classes\, and modules.\nManage files and directories through code.\nPerform basic exception handling.\n\nTarget Student:\nThis course is designed for people who want to learn the Python programming language in preparation for using Python to develop software for a wide range of applications\, such as data science\, machine learning\, artificial intelligence\, and web development. \nPrerequisites:\nSome experience programming in an object-oriented language is helpful\, but not required. This course will be useful to anyone new to programming. \nTo ensure your success in this course\, you should have at least a foundational competence with personal computing. You can obtain this level of skills and knowledge by taking one of the following Logical Operations courses: \n\nUsing Microsoft® Windows® 11 (with Copilot)\nMicrosoft® Windows® 11: Transition from Windows® 10\nUsing Microsoft® Windows® 10 (Second Edition)\n\n  \n\n\nCourse Content\nLesson 1: Setting Up Python and Developing a Simple Application\nTopic A: Set Up the Development Environment \nTopic B: Write Python Statements \nTopic C: Create a Python Application \nTopic D: Prevent Errors \nLesson 2: Processing Simple Data Types\nTopic A: Process Integers and Strings \nTopic B: Process Decimals\, Floats\, and Mixed Number Types \nLesson 3: Processing Data Structures\nTopic A: Process Ordered Data Structures \nTopic B: Process Unordered Data Structures \nLesson 4: Writing Conditional Statements and Loops\nTopic A: Write Conditional Statements \nTopic B: Write Loops \nLesson 5: Structuring Code for Reuse\nTopic A: Define and Call Functions \nTopic B: Define and Instantiate Classes \nTopic C: Import and Use Modules \nLesson 6: Writing Code to Process Files and Directories\nTopic A: Write to Text Files \nTopic B: Read from Text Files \nTopic C: Get the Contents of Directories \nTopic D: Manage Files and Directories \nLesson 7: Handling Exceptions\nTopic A: Handle Built-In Exceptions \nTopic B: Handle Custom Exceptions \nAppendix A: Major Differences Between Python 2 and 3\nAppendix B: Python Style Guide\nAppendix C: Mapping Python Course Content to Python Institute Certification Exams
URL:https://computertrainingsource.com/event/introduction-to-programming-with-python/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250826T090000
DTEND;TZID=UTC:20250826T160000
DTSTAMP:20260405T020713
CREATED:20250416T171720Z
LAST-MODIFIED:20250702T174441Z
UID:7320-1756198800-1756224000@computertrainingsource.com
SUMMARY:Microsoft Power Apps - Building Low-Code Business Apps
DESCRIPTION:Microsoft® Power Apps®: Building Low-Code Business Apps \nCourse Number: \n094026 \nCourse Length: \n1 day \nCourse Description \n  \nOverview: \nCreating custom applications for specific business processes has evolved from an emerging trend to a standard practice in many organizations. In the past\, if employees had an idea for automating or streamlining a business process\, they often had to request that IT resources build the application. Today\, it is much more common for employees themselves to become what is sometimes called “citizen developers\,” who are people with business knowledge who can use app-building tools to create custom business apps. This course introduces building low-code/no-code apps with Microsoft® Power Apps®. \nMost out-of-the-box solutions do not meet exact business needs or integrate well with existing business apps. Power Apps eases users into app development with templates\, automated app-building tools\, and a streamlined programming language to enable any business user to create a custom app. \nCourse Objectives: \nIn this course\, you will use Microsoft Power Apps to build and deploy low-code business apps. You will: \n\nDetermine how Microsoft Power Apps can meet your business needs.\nPlan and design apps.\nBuild canvas apps.\nBuild model-driven apps.\nTest and deploy apps.\n\nTarget Student: \nThis course is designed for skilled users of Microsoft Windows® and Office who do not have prior coding or programming experience and who are interested in creating custom business apps quickly and without writing application code. \nCourse Prerequisites: \nTo ensure your success in this course\, you should have Windows end-user skills and experience with using Microsoft 365 apps\, including Word and Excel®. You should also have in-depth knowledge of the organizational business processes for which you intend to build apps. \nCourse Content \nLesson 1: Getting Started with Microsoft Power Apps \nTopic A: Introduction to Microsoft Power Platform \nTopic B: Introduction to Power Apps \nTopic C: Select App Types to Address Business Needs \nLesson 2: Planning and Designing Apps \nTopic A: Plan Apps \nTopic B: Design Apps \nLesson 3: Building Canvas Apps \nTopic A: Create an App from a Blank Canvas \nTopic B: Create an App from a Template \nLesson 4: Building Model-Driven Apps \nTopic A: Create Model-Driven Apps \nTopic B: Add Visualizations and Reports \nLesson 5: Testing and Deploying Apps \nTopic A: Make Apps Available to Other Users \nTopic B: Test Apps \nTopic C: Revise Apps \n 
URL:https://computertrainingsource.com/event/microsoft-power-apps-building-low-code-business-apps-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/Denver:20250825T090000
DTEND;TZID=America/Denver:20250826T160000
DTSTAMP:20260405T020713
CREATED:20250416T165752Z
LAST-MODIFIED:20250702T163828Z
UID:7311-1756112400-1756224000@computertrainingsource.com
SUMMARY:Excel VBA (Macros) - Two Day Course
DESCRIPTION:Course length: 2.0 day(s)\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-vba-macros-two-day-course-4/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250825T090000
DTEND;TZID=UTC:20250825T153000
DTSTAMP:20260405T020713
CREATED:20250313T170021Z
LAST-MODIFIED:20250702T173653Z
UID:5615-1756112400-1756135800@computertrainingsource.com
SUMMARY:Microsoft Copilot - Introduction
DESCRIPTION:Workshop: Using Copilot in Microsoft Applications\nDuration: 6 Hours \n  \nOverview:\nCopilot is a digital assistant embedded into Office tools that enable people to consume content impressively faster than we are used to. It helps to discover information by holistically searching for content in different repositories. \nMicrosoft has branded AI under different names\, to mention: Bing Chat\, M365 Chat\, and Copilot. This will likely standardize in the future. Copilot answers could be different for everyone; content visibility and context of the prompt make the output unique. Copilot can help you quickly catch up with unattended meetings\, especially when we are double/triple booked. \nDuring a Teams meetings Copilot uses transcriptions. Transcriptions are sensitive to listening errors or misunderstanding\, leading at times to inaccuracies. \n  \nObjectives\n\nWhat is Copilot\nHow to access Copilot\nCopilot in Excel\nCopilot in Word\nCopilot in Power BI\nCopilot in Outlook\nQ&A
URL:https://computertrainingsource.com/event/microsoft-copilot-introduction-4/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250820T090000
DTEND;TZID=UTC:20250821T160000
DTSTAMP:20260405T020713
CREATED:20250306T014401Z
LAST-MODIFIED:20250702T170853Z
UID:7304-1755680400-1755792000@computertrainingsource.com
SUMMARY:Data Analysis and Visualization with Microsoft Excel - (2-Day Class)
DESCRIPTION:Data Analysis and Visualization with Microsoft® Excel®\nCourse Number:            091157 \nCourse Length:               2 days \n  \nOverview: \nTechnology and the data that it both collects and makes accessible is now interwoven with businesses and lives. The era of “big data” has exploded due to the rise of cloud computing\, which provides an abundance of computational power and storage\, enabling organizations of all sorts to capture and store data. Leveraging that data effectively can provide timely insights and competitive advantage. \n  \nAnalyzing data to find issues\, insights\, and opportunities is now a critical part of many job roles. Beyond the analysis\, data analysts in all job roles must be able to effectively present and communicate their findings in visually compelling ways. \nMicrosoft® Excel® is designed for this purpose. Excel can connect to a wide range of data sources\, perform robust data analysis\, and create diverse and robust data-driven visualizations to show insights and trends\, as well as create reports. These capabilities enable people who use Excel for data analysis to turn data into thoughtful action. \n  \nCourse Objectives: \nIn this course\, you will analyze and visualize data using Excel and associated tools. You will: \n\nPerform data analysis fundamentals.\nVisualize data with Excel.\nAnalyze data with formulas and functions.\nAnalyze data with PivotTables.\nPresent visual insights with dashboards in Excel.\nCreate geospatial visualizations with Excel.\nPerform statistical analysis.\nGet and transform data.\nModel and analyze data with Power Pivot.\nPresent insights with reports.\n\n  \nTarget Student: \nThis course is designed for students who already have foundational knowledge and skills in Excel and who wish to perform robust and advanced data and statistical analysis with Excel using PivotTables\, use tools such as Power Pivot and the Analysis ToolPak to analyze data\, and visualize data and insights using advanced visualizations in charts and dashboards in Excel. \n  \nPrerequisites: \nTo ensure success\, you should have baseline skill using Excel worksheets\, particularly in creating workbooks with formulas and functions. You can obtain this level of knowledge and skill by taking the following or any equivalent Logical Operations course: \n\nMicrosoft® Excel® for Office 365™ (Desktop or Online): Part 1\n\n\nAdditional workplace experience with Excel is highly recommended.\n\nCourse Content\nLesson 1: Data Analysis Fundamentals \nTopic A: Introduction to Data Science \nTopic B: Create and Modify Tables \nTopic C: Sort and Filter Data \n  \nLesson 2: Visualizing Data with Excel \nTopic A: Visualize Data with Charts \nTopic B: Modify and Format Charts \nTopic C: Apply Best Practices in Chart Design \n  \nLesson 3: Analyzing Data with Formulas and Functions \nTopic A: Analyze Data with Formulas and Named Ranges \nTopic B: Analyze Data with Functions \nTopic C: Implement Data Validation\, Forms\, and Controls \nTopic D: Create Conditional Visualizations with Lookup Functions \n  \nLesson 4: Analyzing Data with PivotTables \nTopic A: Create a PivotTable \nTopic B: Analyze PivotTable Data \n  \nLesson 5: Presenting Visual Insights with Dashboards in Excel \nTopic A: Visualize Data with PivotCharts \nTopic B: Filter Data Using Slicers and Timelines \nTopic C: Create a Dashboard in Excel \n  \nLesson 6: Creating Geospatial Visualizations with Excel \nTopic A: Create Map Charts in Excel \nTopic B: Customize Map Charts in Excel \n  \nLesson 7: Performing Statistical Analysis \nTopic A: Visualize Trendlines and Sparklines with Excel \nTopic B: Analyze Data with the Analysis ToolPak \n  \nLesson 8: Getting and Transforming Data \nTopic A: Connect to Data with Queries \nTopic B: Clean and Combine Data \nTopic C: Shape and Transform Data \n  \nLesson 9: Modeling and Analyzing Data with Power Pivot \nTopic A: Install Power Pivot in Excel \nTopic B: Create Data Models with Power Pivot \nTopic C: Create Power Pivots \nTopic D: Perform Advanced Data Analysis and Visualization \n  \nLesson 10: Presenting Insights with Reports \nTopic A: Plan a Report \nTopic B: Create a Report \n 
URL:https://computertrainingsource.com/event/data-analysis-and-visualization-with-microsoft-excel-2-day-class-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250818T090000
DTEND;TZID=UTC:20250818T160000
DTSTAMP:20260405T020713
CREATED:20250313T170742Z
LAST-MODIFIED:20250702T174013Z
UID:5621-1755507600-1755532800@computertrainingsource.com
SUMMARY:Microsoft Project - Part 1
DESCRIPTION:Microsoft® Project O365: Part 1\nCourse Number:\n091062 \nCourse Length:\n1 day \n\nCourse Description\n\nOverview:\nWelcome to Microsoft® Project O365: Part 1. This course is designed to familiarize you with the basic features and functions of Microsoft Project Professional O365 so you can use it effectively and efficiently in a real-world environment.  This course covers the critical knowledge and skills a project manager needs to create a project plan with Project O365 during the planning phase of a project. In other words\, if your supervisor assigns you to lead a project\, this course will enable you to draft a project plan with Project O365 and share it with your supervisor (and others) for review and approval. \nCourse Objectives:\nIn this course\, you will learn to create and engage in basic management of a project using Microsoft Project Professional O365. \nYou will: \n\nIdentify project management concepts and navigate the Project O365 environment.\nCreate and define a new project plan.\nCreate and organize tasks.\nManage resources in a project plan.\nFinalize a project plan.\n\nTarget Student:\nThis course is designed for a person with an understanding of project management concepts and who is responsible for creating and maintaining project plans. The course will give the student a fundamental understanding of Microsoft Project O365 necessary to create and save project plans. \nPrerequisites:\nTo ensure your success in this course\, you should have basic project management knowledge and skills. The following Logical Operations course can help you in meeting this requirement: Project Management Fundamentals (Second Edition). \n\nCourse Content\nLesson 1: Getting Started with Microsoft Project\nTopic A: Identify Project Management Concepts \nTopic B: Navigate the Microsoft Project O365 Environment \nLesson 2: Defining a Project\nTopic A: Create a New Project Plan \nTopic B: Define a Project \nTopic C: Assign a Project Calendar \nLesson 3: Creating and Organizing Tasks\nTopic A: Add Tasks to a Project Plan \nTopic B: Import Tasks From Other Programs \nTopic C: Create a Work Breakdown Structure \nTopic D: Define Task Relationships \nTopic E: Schedule Tasks \nLesson 4: Managing Project Plan Resources\nTopic A: Add Resources to a Project Plan \nTopic B: Create a Resource Calendar \nTopic C: Enter Costs for Resources \nTopic D: Assign Resources to Tasks \nTopic E: Resolve Resource Conflicts \nLesson 5: Finalizing a Project Plan\nTopic A: Optimize a Project Plan \nTopic B: Set a Baseline \nTopic C: Share a Project Plan \n 
URL:https://computertrainingsource.com/event/microsoft-project/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250813T090000
DTEND;TZID=UTC:20250813T160000
DTSTAMP:20260405T020713
CREATED:20240821T184311Z
LAST-MODIFIED:20250702T163411Z
UID:5528-1755075600-1755100800@computertrainingsource.com
SUMMARY:Excel Level 2
DESCRIPTION:Excel Level 2\nCourse Length:\n1 day \nCourse Description\nOverview:\nWhether you need to crunch numbers for sales\, inventory\, information technology\, human resources\, or other organizational purposes and departments\, the ability to get the right information to the right people at the right time can create a powerful competitive advantage. After all\, the world runs on data more than ever before and that’s a trend not likely to change\, or even slow down\, any time soon. But with so much data available and being created on a nearly constant basis\, the ability to make sense of that data becomes more critical and challenging with every passing day. You already know how to get Excel to perform simple calculations and how to modify your workbooks and worksheets to make them easier to read\, interpret\, and present to others. But\, Excel is capable of doing so much more. To gain a truly competitive edge\, you need to be able to extract actionable organizational intelligence from your raw data. In other words\, when you have questions about your data\, you need to know how to get Excel to provide the answers for you. And that’s exactly what this course aims to help you do. \n  \nCourse Objectives:\nUpon successful completion of this course\, you will be able to leverage the power of data analysis and presentation in order to make informed\, intelligent organizational decisions. \nYou will: \n\nWork with functions.\nWork with lists.\nAnalyze data.\nVisualize data with charts.\nUse PivotTables and PivotCharts.\n\n \nTarget Student:\nThis course is designed for students who already have foundational knowledge and skills in Excel and who wish to begin taking advantage of some of the higher-level functionality in Excel to analyze and present data. \n \nCourse Content \nLesson 1: Working with Functions\nTopic A: Work with Ranges \nTopic B: Use Specialized Functions \nTopic C: Work with Logical Functions \nTopic D: Work with Date & Time Functions \nTopic E: Work with Text Functions \nLesson 2: Working with Lists\nTopic A: Sort Data \nTopic B: Filter Data \nTopic C: Query Data with Database Functions \nTopic D: Outline and Subtotal Data \nLesson 3: Analyzing Data\nTopic A: Create and Modify Tables \nTopic B: Apply Intermediate Conditional Formatting \nTopic C: Apply Advanced Conditional Formatting \nLesson 4: Visualizing Data with Charts\nTopic A: Create Charts \nTopic B: Modify and Format Charts \nTopic C: Use Advanced Chart Features \nLesson 5: Using PivotTables and PivotCharts\nTopic A: Create a PivotTable \nTopic B: Analyze PivotTable Data \nTopic C: Present Data with PivotCharts \nTopic D: Filter Data by Using Timelines and Slicers \n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-level-2-4-2-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250812T090000
DTEND;TZID=UTC:20250812T160000
DTSTAMP:20260405T020713
CREATED:20250416T172010Z
LAST-MODIFIED:20250702T173039Z
UID:7327-1754989200-1755014400@computertrainingsource.com
SUMMARY:OneNote - w/Tips and Tricks
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-w-tips-and-tricks-6/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250805T090000
DTEND;TZID=UTC:20250805T160000
DTSTAMP:20260405T020713
CREATED:20240514T151304Z
LAST-MODIFIED:20250804T205229Z
UID:5452-1754384400-1754409600@computertrainingsource.com
SUMMARY:Excel Level 1
DESCRIPTION:Excel Level 1 \nIn 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. \nCourse Objectives: \n\n\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\nCourse Content \nLesson 1: Getting Started with Microsoft Office Excel O365\nTopic A: Navigate the Excel User Interface \nTopic B: Use Excel Commands \nTopic C: Create and Save a Basic Workbook \nTopic D: Enter Cell Data \nTopic E: Use Excel Help \nLesson 2: Performing Calculations\nTopic A: Create Worksheet Formulas \nTopic B: Insert Functions \nTopic C: Reuse Formulas and Functions \nLesson 3: Modifying a Worksheet\nTopic A: Insert\, Delete\, and Adjust Cells\, Columns\, and Rows \nTopic B: Search for and Replace Data \nTopic C: Use Proofing and Research Tools \nLesson 4: Formatting a Worksheet\nTopic A: Apply Text Formats \nTopic B: Apply Number Formats \nTopic C: Align Cell Contents \nTopic D: Apply Styles and Themes \nTopic E: Apply Basic Conditional Formatting \nTopic F: Create and Use Templates \nLesson 5: Printing Workbooks\nTopic A: Preview and Print a Workbook \nTopic B: Set Up the Page Layout \nTopic C: Configure Headers and Footers \nLesson 6: Managing Workbooks\nTopic A: Manage Worksheets \nTopic B: Manage Workbook and Worksheet Views \nTopic C: Manage Workbook Properties \n \nAppendix A: Microsoft Office Excel O365 Exam 77-727\nAppendix B: Microsoft Office Excel O365 Expert Exam 77–728\nAppendix C: Microsoft Excel O365 Common Keyboard Shortcuts\nAppendix D: Adding Borders and Colors to Worksheets\nAppendix E: Basic Excel Customization\n\n\n\nThis event ticket will close at 12:00 pm the day before the event.
URL:https://computertrainingsource.com/event/excel-level-1-3-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=UTC:20250714T090000
DTEND;TZID=UTC:20250714T160000
DTSTAMP:20260405T020713
CREATED:20201216T034648Z
LAST-MODIFIED:20250710T224057Z
UID:4947-1752483600-1752508800@computertrainingsource.com
SUMMARY:PowerPoint Level 1
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-3-2-3-2-2-3-2/
ORGANIZER;CN="Jim Rose":MAILTO:Jrose@ComputerTrainingSource.com
END:VEVENT
END:VCALENDAR