• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

13004 Courses delivered On Demand

Excel VBA/Macros Foundations

4.5(3)

By Studyhub UK

A Complete Guide for Effective LinkedIn Ads' is a comprehensive course that covers the fundamentals of setting up and managing successful LinkedIn Ads campaigns. Participants will learn to drive website traffic, utilize sponsored messages, generate leads, and effectively manage billing centers on the platform. Learning Outcomes: Understand the basics of LinkedIn Ads and their role in digital marketing. Learn how to set up LinkedIn Ads to drive targeted website traffic. Discover techniques for leveraging sponsored messages to engage with the audience. Acquire the skills to create and optimize LinkedIn Ads for lead generation. Gain proficiency in managing the billing center for efficient campaign budgeting and monitoring. Why buy this Excel VBA/Macros Foundations? Unlimited access to the course for forever Digital Certificate, Transcript, student ID all included in the price Absolutely no hidden fees Directly receive CPD accredited qualifications after course completion Receive one to one assistance on every weekday from professionals Immediately receive the PDF certificate after passing Receive the original copies of your certificate and transcript on the next working day Easily learn the skills and knowledge from the comfort of your home Certification After studying the course materials of the Excel VBA/Macros Foundations there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £5.99. Original Hard Copy certificates need to be ordered at an additional cost of £9.60. Who is this course for? This Excel VBA/Macros Foundations course is ideal for Students Recent graduates Job Seekers Anyone interested in this topic People already working in the relevant fields and want to polish their knowledge and skill. Prerequisites This Excel VBA/Macros Foundations does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Excel VBA/Macros Foundations was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path As this course comes with multiple courses included as bonus, you will be able to pursue multiple occupations. This Excel VBA/Macros Foundations is a great way for you to gain multiple skills from the comfort of your home. Course Curriculum Section 01: Introduction Recording Macros vs Writing VBA 00:04:00 Understanding Objects in Excel VBA 00:07:00 Understanding VBA Syntax and Parts of Speech 00:10:00 Activating the Developer tab 00:01:00 Recording a basic Macro 00:05:00 Absolute vs Relative Macro recording 00:04:00 Section 02: Exploring the Visual Basic Environment Introduction to the Visual Basic Environment 00:02:00 The Project Explorer 00:02:00 The Properties Window 00:02:00 The Code Window 00:04:00 Immediate, Locals and Watch Window 00:03:00 Dealing with Modules 00:03:00 Comments in Excel VBA 00:01:00 Section 03: The Range Object Introduction and Changing Cell Values 00:10:00 Adding a text to a cell 00:01:00 Dealing with Named Ranges 00:03:00 Value vs Text Property 00:04:00 Row and Column properties 00:02:00 The Select Method 00:02:00 The Count Property 00:04:00 The Address Property 00:09:00 The Formula Property 00:03:00 The Number Format Property 00:07:00 The Font Property 00:08:00 Section 04: Understanding the Cells Collection Object What is the cells object? 00:06:00 Using the Cells collection to affect cells positionally within a range 00:05:00 Affecting all cells within a sheet 00:02:00 Combining Range and cells objects 00:03:00 Section 05: Working with Sheets/Worksheets Selecting Sheets 00:06:00 Adding Sheets 00:11:00 Sheets vs Worksheets 00:04:00 Copying Sheets 00:05:00 Moving Sheets 00:01:00 Deleting Sheets 00:04:00 Section 06: Understanding Variables in Excel VBA Introduction to Variables 00:06:00 Variable Data Types 00:09:00 Declaring Variables 00:14:00 Object Variables 00:08:00 Calling a procedure from Another Procedure & Variable Scope 00:03:00 Public and Private Variables 00:07:00 Declaring Constants 00:04:00 Exercises-Variables 00:06:00 Section 07: Dealing with Workbooks Referring to Workbooks-Different ways 00:04:00 Closing Workbooks 00:03:00 Adding and Saving Workbooks Part 1 - Save method 00:04:00 Adding and Saving Workbooks Part 2 - Save as method 00:10:00 Opening Workbooks 00:06:00 Section 08: Must Know Excel VBA Logic Finding the Last row 00:09:00 Finding the Last Column 00:04:00 Finding the next row 00:04:00 The WITH Statement 00:04:00 Comparison operators in Excel VBA 00:01:00 IF Statements- Simple IF Statements 00:07:00 IF THEN ELSE Structure 00:03:00 IF THEN ELSEIF Structure 00:07:00 Nested IFs 00:04:00 OR - AND logical operators 00:07:00 NOT Logical operator 00:03:00 CASE Statements Part 1 - Single Case Statements 00:09:00 CASE Statements Part 2 - Nested Case Statements 00:06:00 Case Statements-Exercise 00:01:00 GOTO and Labels 00:03:00 Section 09: Looping in Excel VBA Loops-Introduction 00:01:00 FOR NEXT Loop 00:11:00 Exit For 00:09:00 Exercise - For Next loop 00:01:00 FOR EACH Loop - Intro 00:07:00 FOR EACH Loops - More examples 00:05:00 Do Loop - Introduction 00:04:00 Do Loop Example 00:01:00 Do Until 00:02:00 Do While 00:02:00 Do while vs Do until - Movies Example 00:04:00 Exit Do Statement 00:05:00 Exercise - Do Loop 00:01:00 Section 10: Interacting with Your Users The Messagebox - Introduction 00:03:00 Messagebox -Inputs 00:07:00 Messagebox - Capturing the User's input 00:05:00 Adding a new line to your VBA Strings 00:02:00 The Inputbox - introduction 00:04:00 Inputbox - Example1 - Capturing a user's name 00:05:00 Inputbox -Employee Database Example Part 1 00:05:00 Inputbox -Employee Database Example Part 2 00:04:00 Exercise - InputBox 00:02:00 Section 11: Error Handling in Excel VBA Error Handling - Introduction 00:09:00 Different Error types in action 00:04:00 On Error Goto statement 00:04:00 Resetting the error handling Status with On Error Goto 00:02:00 The Err Object 00:07:00 Setting a Breakpoint 00:02:00 Section 12: Triggering Code with Events! Worksheet Events -Selection change 00:08:00 Worksheet Events - Worksheet Activate event 00:03:00 Worksheet Events - Deactivate event 00:02:00 Worksheet Events - Before Delete Event 00:02:00 Worksheet Events - Before Double click event 00:08:00 Worksheet Events - Before Right Click event 00:03:00 Worksheet Events - Calculate event 00:03:00 Enabling and Disabling Events 00:03:00 Worksheet events - Worksheet change event 00:11:00 Workbook Events - Follow Hyperlink event 00:02:00 Worksheet events -Exercise 00:01:00 Workbook Events - Workbook open event 00:05:00 Workbook Events - Workbook Activate event 00:02:00 Workbook Events - Workbook Before save event 00:06:00 Workbook Events - Workbook Aftersave event 00:04:00 Workbook Events - Workbook Beforeclose event 00:09:00 Workbook Events - Workbook BeforePrint event 00:03:00 Workbook Events -Workbook De-activate events 00:02:00 Workbook Events - New Chart event 00:08:00 Workbook Events -New sheet event 00:03:00 Workbook Events - Sheet calculate event 00:03:00 Workbook Events - Sheet De-activate event 00:06:00 Workbook Events - Follow Hyperlink event 00:02:00 Workbook Events - Workbook Window Activate event 00:06:00 Workbook Events - Workbook Window De-Activate event 00:02:00 Workbook Events - Window Resize event 00:02:00 Exercise- Workbook Events 00:01:00 Resources Resources - Excel VBA/Macros Foundations 00:00:00 Assignment Assignment - Excel VBA/Macros Foundations 00:00:00

Excel VBA/Macros Foundations
Delivered Online On Demand8 hours 52 minutes
£10.99

Sales Coaching and Training

5.0(1)

By Course Gate

The Sales Coaching and Training gives sales managers the skills and framework they need to coach sales teams to success, helping them develop mutually beneficial, long-lasting customer relationships. You'll learn how to use collaborative techniques to hold coaching conversations and develop a culture that supports high-performing sales teams. You'll learn a Developmental Sales Coaching Framework to effectively open a coaching dialogue, probe for perceptions and needs, uncover obstacles, create a solution, and close. The course covers building and managing sales teams, basic forecasting and budgeting, setting targets, designing Key Performance Areas for success, compensation designs, managing poor performance, coaching, motivating sales professionals, enabling tools for efficiencies and productivity ramp, drafting and optimizing sales processes, and much more. In addition, the course can be adapted for professional selling skills, consultative and solution selling. Who is this course for? Sales Coaching and Training is suitable for anyone who wants to gain extensive knowledge, potential experience, and professional skills in the related field. This course is CPD accredited so you don't have to worry about the quality. Requirements Our Sales Coaching and Training is open to all from all academic backgrounds and there is no specific requirements to attend this course. It is compatible and accessible from any device including Windows, Mac, Android, iOS, Tablets etc. CPD Certificate from Course Gate  At the successful completion of the course, you can obtain your CPD certificate from us. You can order the PDF certificate for £9 and the hard copy for £15. Also, you can order both PDF and hardcopy certificates for £22. Career path This course opens a new door for you to enter the relevant job market and also gives you the opportunity to acquire extensive knowledge along with required skills to become successful. You will be able to add our qualification to your CV/resume which will help you to stand out in the competitive job industry. Course Curriculum Coaching Salespeople Getting Started 00:05:00 What Is a Coach? 00:20:00 Coaching 00:20:00 Process 00:15:00 Inspiring 00:20:00 Authentic Leadership 00:20:00 Best Practices 00:15:00 Competition 00:20:00 Data 00:20:00 Maintenance Strategies 00:20:00 Avoid Common Mistakes 00:15:00 Wrapping Up 00:05:00 Sales Module One: Getting Started 00:05:00 Module Two: Effective Traits 00:20:00 Module Three: Know Clients 00:30:00 Module Four: Product 00:30:00 Module Five: Leads 00:20:00 Module Six: Authority 00:30:00 Module Seven: Build Trust 00:20:00 Module Eight: Relationships 00:30:00 Module Nine: Communication 00:30:00 Module Ten: Self-Motivation 00:20:00 Module Eleven: Goals 00:20:00 Module Twelve: Wrapping Up 00:05:00 Sales Training Getting Started 00:05:00 In-Person Sales 00:15:00 Examples of In-Person Sales 00:25:00 Sales Funnel 00:20:00 Prepare 00:25:00 Presentation 00:20:00 Engage 00:20:00 Commitment 00:20:00 Sale 00:20:00 Loyalty 00:25:00 Expand 00:15:00 Wrapping Up 00:10:00 Psychology of Sales How to Make More Money Through Sales Psychology 00:08:00 Why Sales Could be the Most Profitable Skill in the World 00:04:00 How to Reduce the Number of Times You Hear the Word 'No' 00:08:00 One of the Most Powerful Weapons in the Professional Sales Person's Arsenal 00:06:00 The Secret of Why 'Always Be Closing' Works 00:07:00 How to Use the Powerful and Subtle Technique of 'Assuming the Sale' 00:12:00 The Most Powerful Negotiating Tool Ever 00:07:00 How to Never Overcome an Objection Again 00:07:00 A Little Known Sales Secret Used by Only the Top 1% of Sales People 00:07:00 Sales Success Secrets How to Succeed Without Relying On 'Techniques' 00:06:00 How the Psychology of Sales SAVES You Money in Your Everyday Life 00:06:00 How to Make Prospects Like You 00:09:00 How to Be Persistent Without Irritating the Prospect 00:11:00 How to Avoid EVER Being Annoying! 00:08:00 The Most Important Idea in Sales 00:10:00 How to Create a Powerful Self Image in the Eyes of the Prospect 00:08:00 The True Power of Psychology in Sales 00:03:00 A Summary of These Powerful Techniques and Ideas 00:08:00 Mock Exam Mock Exam- Sales Coaching and Training 00:30:00 Final Exam Final Exam- Sales Coaching and Training 00:30:00 Certificate and Transcript Order Your Certificates or Transcripts 00:00:00

Sales Coaching and Training
Delivered Online On Demand14 hours 30 minutes
£11.99

Programming AutoCAD with SQL Server Database Using C#

4.5(3)

By Studyhub UK

Embark on a transformative journey into the realm of precision and efficiency with our course, 'Programming AutoCAD with SQL Server Database Using C#.' Delve into the intricacies of marrying AutoCAD functionality with the power of SQL Server databases through the lens of C#. In this immersive learning experience, you'll progress seamlessly from laying the groundwork in Sections 1 and 2, exploring tools and SQL queries, to the advanced stages of Section 7, mastering the art of deleting data in SQL Server databases directly from AutoCAD. This course is more than a mere exploration of coding; it's a creative odyssey where you sculpt the future of design and data integration, unlocking a realm of possibilities with every line of code. Learning Outcomes Tool Proficiency and SQL Mastery: Gain expertise in the tools essential for AutoCAD programming and unravel the complexities of SQL queries, setting the foundation for database manipulation. Database Creation and Table Design: Learn to create databases and design tables, ensuring a structured and efficient storage system for your AutoCAD projects. Data Loading Techniques: Master the techniques of loading data into SQL Server databases, streamlining the process of transferring AutoCAD information to the database seamlessly. Efficient Data Retrieval: Acquire the skills to retrieve data from databases, enhancing your ability to access and utilize information stored within the SQL Server infrastructure. Data Manipulation Mastery: Explore the intricacies of updating and deleting data in SQL Server databases directly from AutoCAD, revolutionizing your approach to data management within the AutoCAD environment. Why choose this Programming AutoCAD with SQL Server Database Using C# course? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Programming AutoCAD with SQL Server Database Using C# course for? Aspiring programmers eager to elevate their skills in AutoCAD and SQL Server integration. Design professionals seeking to streamline their workflow through efficient database utilization. Students and enthusiasts interested in the intersection of design and database management. Engineers and architects aiming to enhance their AutoCAD capabilities with dynamic data manipulation. Individuals keen on mastering C# for advanced applications in the AutoCAD environment. Career path CAD Programmer: £30,000 - £45,000 Database Integration Specialist: £35,000 - £50,000 Software Engineer (AutoCAD): £40,000 - £55,000 Database Administrator: £35,000 - £50,000 Architectural Technologist: £30,000 - £45,000 Engineering Software Developer: £45,000 - £60,000 Prerequisites This Programming AutoCAD with SQL Server Database Using C# does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Programming AutoCAD with SQL Server Database Using C# was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Certification After studying the course materials, there will be a written assignment test which you can take at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99 Original Hard Copy certificates need to be ordered at an additional cost of £8. Course Curriculum Section 01: Introduction Course Topics 00:02:00 Introduction 00:02:00 Section 2 - Tools And SQL Queries Section Overview 00:01:00 Downloading Visual Studio 2019 00:01:00 Downloading SQL Server Express 00:02:00 Downloading SQL Server Management Studio (SSMS) 00:01:00 SQL Queries - Overview 00:03:00 INSERT SQL Statement - Demo 00:13:00 SELECT SQL Statement - Demo 00:08:00 UPDATE SQL Statement - Demo 00:08:00 DELETE SQL Statement - Demo 00:11:00 Section 3 - Create Database And Tables Section Overview 00:01:00 Creating the CADDB Database 00:03:00 Creating the Lines Table 00:07:00 Creating the MTexts Table 00:04:00 Creating the Plines Table 00:04:00 Creating the Blocks No Attribute Table 00:04:00 Creating the Blocks With Attributes Table 00:04:00 Section 4 - Loading Into SQL Server Database Section Overview 00:02:00 Loading Lines into SQL Server Database 00:01:00 Creating the CADDB Project 00:04:00 Creating the Settings File 00:04:00 Creating the Get Connection Method 00:03:00 Creating the LoadLines() Method 00:22:00 Creating the User Interface for the LoadLines() method 00:07:00 Running the LoadLines() Method 00:05:00 Loading MTexts into SQL Server Database - Overview 00:01:00 Creating the LoadMTexts() Method 00:10:00 Running the LoadMTexts() Method 00:06:00 Loading LWPolylines into SQL Server Database - Overview 00:01:00 Creating the LoadPolylines() Method 00:13:00 Running the LoadPlines() Method 00:03:00 Running the LoadPlines() Method 00:03:00 Creating the LoadBlocksNoAttribute() Method 00:11:00 Running the LoadBlocksNoAttribute() Method 00:03:00 Loading Blocks (with Attributes) into SQL Server Database - Overview 00:01:00 Creating the LoadBlocksWithAttributes() Method 00:07:00 Running the BlocksWithAttributes() Method 00:02:00 Section 5 - Retrieving Data From Database Section Overview 00:02:00 Retrieving Lines from SQL Server Database - Overview 00:01:00 Creating the DBRetrieveUtil Class 00:03:00 Creating the RetrieveAndDrawLines() Method (Part 1) 00:17:00 Creating the GetColorIndex() Method 00:05:00 Creating the RetrieveAndDrawLines() Method (Part 2) 00:11:00 Running and Testing the RetrieveAndDrawLines() Method 00:09:00 Retrieving MTexts from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawMTexts() Method 00:11:00 Running and Testing the CreateAndDrawMTexts() Method 00:05:00 Retrieving LWPolylines from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawPlines() Method 00:12:00 Running and Testing the RetrieveAndDrawPlines() Method 00:05:00 Retrieving Blocks (No Attribute) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksNoAttribute() Method 00:11:00 Running and Testing the RetrieveAndDrawBlocksNoAttribute() Method 00:05:00 Retrieving Blocks (with Attributes) from SQL Server Database - Overview 00:01:00 Creating the RetrieveAndDrawBlocksWithAttributes() Method 00:21:00 Running and Testing the RetrieveAndDrawBlocksWithAttributes() Method 00:10:00 Section 6 - Updating Data In SQL Server Database - Overview Section Overview 00:01:00 Updating Lines in SQL Server Database - Overview 00:01:00 Creating the DBUpdateUtil Class 00:02:00 Creating the UpdateLines() Method 00:25:00 Creating the User Interface for UpdateLines() Method 00:02:00 Running and Testing the UpdateLines() Method 00:08:00 Updating MTexts in SQL Server Database - Overview 00:01:00 Creating the UpdateMTexts() Method 00:09:00 Creating the User Interface for UpdateMTexts() 00:01:00 Running and Testing the UpdateMTexts() Method 00:07:00 Updating the LWPolylines in SQL Server Database - Overview 00:01:00 Creating the UpdateLWPolylines() Method 00:09:00 Running and Testing the UpdateLWPolylines() Method 00:07:00 Updating Blocks (No Attributes) in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksNoAttributes() Method 00:10:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksNoAttributes() Method 00:04:00 Updating Blocks With Attributes in SQL Server Database - Overview 00:01:00 Creating the UpdateBlocksWithAttributes() Method 00:08:00 Creating the User Interface for UpdateBlocksNoAttributes() Method 00:01:00 Running and Testing the UpdateBlocksWithAttributes() Method 00:09:00 Section 7 - Deleting Data In SQL Server Database From AutoCAD - Overview Section Overview@ 00:02:00 Deleting Lines in SQL Server from AutoCAD - Overview 00:01:00 Creating the DBDeleteUtil Class 00:01:00 Creating the DeleteLines() Method 00:13:00 Creating the User Interface for the DeleteLines() Method 00:02:00 Running and Testing the DeleteLines() Method 00:04:00 Deleting MTexts in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteMTexts() Method 00:04:00 Creating the User Interface for DeleteMTexts() Method 00:01:00 Running and Testing the DeleteMTexts() Method 00:03:00 Deleting LWPolylines in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeletePlines() Method 00:04:00 Creating the User Interface for the DeletePlines() Method 00:01:00 Running and Testing the DeletePlines() Method 00:02:00 Deleting Blocks (No Attribute) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksNoAttribute() Method 00:03:00 Creating the User Interface for DeleteBlocksNoAttribute() Method 00:01:00 Running and Testing DeleteBlocksNoAttribute() Method 00:02:00 Deleting Blocks (With Attributes) in SQL Server Database from AutoCAD - Overview 00:01:00 Creating the DeleteBlocksWithAttributes() Method 00:02:00 Creating the User Interface for DeleteBlocksWithAttributes() Method 00:01:00 Running and Testing the DeleteBlocksWithAttributes() Method 00:02:00

Programming AutoCAD with SQL Server Database Using C#
Delivered Online On Demand8 hours 2 minutes
£10.99

Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7

4.5(3)

By Studyhub UK

In today's competitive landscape, the imperative to enhance organisational performance has never been greater. At the heart of this quest lies the mastery of Quality Management Systems (QMS) and strategic training, essential for any entity aiming to outshine its competitors. Our 'Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7' course is meticulously crafted to arm participants with the knowledge and tools necessary to implement and manage an effective QMS. It intertwines the principles of Total Quality Management (TQM) with the nuances of managing a quality service, ensuring a holistic understanding that transcends traditional management practices. Through a deep dive into critical definitions, the course unfolds the fabric of quality management, elucidating the roles and responsibilities within a QMS. It adeptly covers the major changes in the field, incorporating the latest trends in financial data quality management and the strategic aspects of quality management systems. This course is not just about theory; it's an invitation to explore the practicalities of setting and achieving quality objectives, evaluating performance, and utilising helpful tools to ensure continuous improvement. Embarking on this journey, learners will uncover the qualities of a good manager and the strategic training necessary for excellence. The curriculum is designed to foster an environment where managing a quality service becomes second nature, preparing participants for a myriad of quality manager jobs. With a focus on the process approach and the context of the organisation, this course is a beacon for those seeking to elevate their career to new heights in quality management. Learning Outcomes: Understand the foundation and application of quality management systems and TQM principles within an organisation. Gain insights into effective strategies for managing a quality service and enhancing financial data quality management. Learn the essential qualities of a good manager and the role of strategic training in achieving organisational excellence. Master the process approach to QMS and how to set, achieve, and evaluate quality objectives effectively. Acquire the knowledge to navigate major changes in quality management and utilise helpful tools for continuous improvement. Why buy this Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7? Unlimited access to the course for a lifetime. Opportunity to earn a certificate accredited by the CPD Quality Standards and CIQ after completing this course. Structured lesson planning in line with industry standards. Immerse yourself in innovative and captivating course materials and activities. Assessments designed to evaluate advanced cognitive abilities and skill proficiency. Flexibility to complete the Course at your own pace, on your own schedule. Receive full tutor support throughout the week, from Monday to Friday, to enhance your learning experience. Unlock career resources for CV improvement, interview readiness, and job success. Who is this Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 for? Individuals aspiring to pursue a career in quality management. Current managers seeking to enhance their strategic training and management skills. Professionals responsible for implementing and maintaining QMS in their organizatiorganisationsnterested in understanding the intricacies of ISO 9001 and its application. Learners aiming to acquire a comprehensive understanding of performance evaluation within QMS. Prerequisites This Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 does not require you to have any prior qualifications or experience. You can just enrol and start learning.This Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 was made by professionals and it is compatible with all PC's, Mac's, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection. Career path Quality Manager: £35,000 - £60,000 Per Annum QMS Specialist: £30,000 - £50,000 Per Annum Process Improvement Manager: £40,000 - £65,000 Per Annum Quality Assurance Director: £50,000 - £80,000 Per Annum Quality Systems Auditor: £25,000 - £45,000 Per Annum Strategic Quality Planner: £45,000 - £70,000 Per Annum Certification After studying the course materials of the Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99. Original Hard Copy certificates need to be ordered at an additional cost of £8. Endorsed Certificate of Achievement from the Quality Licence Scheme Learners will be able to achieve an endorsed certificate after completing the course as proof of their achievement. You can order the endorsed certificate for only £135 to be delivered to your home by post. For international students, there is an additional postage charge of £10. Endorsement The Quality Licence Scheme (QLS) has endorsed this course for its high-quality, non-regulated provision and training programmes. The QLS is a UK-based organisation that sets standards for non-regulated training and learning. This endorsement means that the course has been reviewed and approved by the QLS and meets the highest quality standards. Please Note: Studyhub is a Compliance Central approved resale partner for Quality Licence Scheme Endorsed courses. Course Curriculum Course Structure Course Structure 00:07:00 Critical Definitions What is Quality 00:02:00 What is ISO 00:08:00 What is a System - Management System 00:02:00 What is Policy - Quality Policy 00:06:00 What is Vision, Mission & Strategy 00:03:00 QA Vs QC 00:06:00 Effectiveness Vs Efficiency 00:06:00 Verification Vs Validation 00:11:00 Conformity Vs Nonconformity Vs Defect 00:04:00 Correction Vs Corrective Action Vs Preventive Action 00:08:00 Risk & Preventive Action 00:06:00 What is Competence 00:03:00 What is the Context of the Organization 00:05:00 Who are the Interested parties 00:03:00 What are the Needs & expectations 00:05:00 Management System Requirements 00:01:00 Who is a customer 00:02:00 What is Customer Satisfaction 00:06:00 Product Vs Service Vs Process 00:05:00 Document Vs Record 00:06:00 What is Customer Complaint 00:02:00 Measuring Vs Monitoring Vs Performance 00:02:00 Who is Responsible Who is Responsible 00:12:00 Responsibility Vs Accountability 00:02:00 Quality Management Principles Quality Management Principles 00:17:00 Major Changes ISO 9001:2015 Core Concepts 00:08:00 Major terminology Differences 00:04:00 Documented Information 00:07:00 Major changes - Organizational Knowledge 00:05:00 Major changes - Risk Based Thinking 00:06:00 Process Approach Process Approach Concept-1 00:04:00 What is PDCA 00:05:00 Process Approach Concept-2 00:03:00 Process Approach in ISO 9001:2015 00:04:00 Key Benefits 00:07:00 PDCA in ISO 9001 2015 00:10:00 Context of the Organization Understanding the Organization and its Context 00:08:00 Internal & External issues 00:03:00 SWOT Analysis 00:06:00 Interested Parties & their Needs & Expectations 00:03:00 KANO Model 00:10:00 Understanding the context - Summary 00:08:00 Choosing your Strategic Objective 00:05:00 Strategic Map Examples-1 00:03:00 Strategic Planning Process 00:06:00 What is a Vision 00:06:00 How to Create a Vision Statement 00:08:00 What is a Mission 00:06:00 SMART GOAL 00:06:00 SMART Goal Example 00:04:00 Strategic Map Examples-2 00:10:00 Context Chapter Summary 00:07:00 Quality Objectives Quality Objectives & Planning 00:05:00 ISO & SMART 00:02:00 Objectives Origin 00:06:00 Objectives Examples 00:07:00 Goal Vs Objective-1 00:07:00 Goal Vs Objective Example 00:02:00 Goal Vs Objective-2 00:10:00 Performance Evaluation Performance Evaluation in ISO 9001:2015 00:10:00 Customer Satisfaction 00:06:00 Analysis & Evaluation 00:12:00 Key Performance Indicators 00:08:00 Dashboard Examples 00:07:00 Management Review Meetings 00:11:00 Improvement 00:16:00 Nonconformity & Corrective Action 00:06:00 Nonconformity & Corrective Action Example 00:06:00 Nonconformity & Corrective Action Origin 00:06:00 Continual Improvement 00:01:00 Analysis Mindset 00:09:00 Quantitative Vs Qualitative 00:16:00 Now What Now What? 00:11:00 Course Summary 00:10:00 Helpful Tools SIPOC 00:06:00 Flowcharts 00:04:00 Control Charts 00:04:00 Cause and Effect Diagram 00:06:00 Pareto Chart 00:07:00 5 WHYs 00:03:00 Other Tools 00:08:00 Finally! 00:01:00 See you soon Bonus Lecture 00:02:00 Assignment Assignment - Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7 04:00:00 Order your QLS Endorsed Certificate Order your QLS Endorsed Certificate 00:00:00

Advanced Diploma in Quality Management and Strategic Training - ISO 9001 at QLS Level 7
Delivered Online On Demand12 hours 37 minutes
£10.99

Energy Management - CPD Certified

5.0(3)

By School Of Health Care

Energy Management Course: Energy Management Online Are you interested in learning more about the field of energy management? If so, then you must take our special energy management course. The energy management course provides a comprehensive understanding of energy systems. Also, the energy management course describes conservation techniques and sustainability practices. Participants in this energy management course explore key concepts such as renewable energy sources, energy efficiency strategies, and regulatory frameworks. Moreover, the energy management course helps to analyse energy consumption patterns and optimise resource usage. If you are willing to implement effective energy management solutions in various industries, join our energy management course as soon as possible! Main Course: Energy Management Course [ Note: Free PDF certificate as soon as completing the Energy Management Course: Energy Management Course] Energy Management Course: Energy Management Online This Energy Management Course: Energy Management Course consists of 10 modules. Course curriculum of Energy Management Course Module 01: What is Energy Management? Module 02: Energy Basics and Terminology Module 03: Energy Efficiency and Conservation Module 04: Energy Auditing and Assessment Module 05: Renewable Energy Technologies Module 06: Energy Management Systems (EMS) Module 07: Energy Policy and Legislation Module 08: Behavioural Change and Employee Engagement Module 09: Financial Analysis and Investment Appraisal Module 10: Monitoring performance and pursuing continuous improvement Who is this course for? Energy Management Course: Energy Management Online Anyone interested in energy management will greatly benefit from the energy management course. Requirements Energy Management Course: Energy Management Online To enrol in this Energy Management Course: Energy Management Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Energy Management Course. Be energetic and self-motivated to complete our Energy Management Course. Basic computer Skill is required to complete our Energy Management Course. If you want to enrol in our Energy Management Course, you must be at least 15 years old. Career path Energy Management Course: Energy Management Online The information and abilities gained from the energy management course prepared graduates to enter this field.

Energy Management - CPD Certified
Delivered Online On Demand1 hour 12 minutes
£12

Tattoo Infection Control Level 3 Advanced

5.0(3)

By School Of Health Care

Tattoo Infection: Tattoo Are you willing to prevent infection with tattoos? We have created a broad tattoo infection control level 3 advanced diploma for learning the methods for sterilization and disinfection. This tattoo infection control level 3 advanced diploma explains tattoo artists' hygiene standards and how to prevent infection in tattoo parlous. Also, the tattoo infection control level 3 advanced diploma goes into detail about prepping and caring for the skin. Moreover, this Tattoo Infection: Tattoo also covers bloodborne pathogens and cross-contamination prevention. Additionally, the Tattoo Infection: Tattoo teaches first aid and emergency response. Unlock your potential with our tattoo infection control level 3 advanced diploma course! Special Offers of this Tattoo Infection: Tattoo Infection Training Course: This Tattoo Infection: Tattoo Training Course includes a FREE PDF Certificate. Lifetime access to this Tattoo Infection: Tattoo Training Course Instant access to this Tattoo Infection: Tattoo Training Course 24/7 Support Available to this Tattoo Infection: Tattoo Training Course Tattoo Infection: Tattoo This tattoo infection control level 3 advanced diploma explains how to effectively manage infections on tattoos and provides instructions on sterilization and disinfection. Additionally, the tattoo infection control level 3 advanced diploma describes good hygiene measures for tattoo artists. Who is this course for? Tattoo Infection: Tattoo The tattoo infection control level 3 advanced diploma is intended to serve a broad spectrum of learners who are keen to further their tattoo-related knowledge and abilities. Requirements Tattoo Infection: Tattoo Course Online To enrol in this Tattoo Infection: Tattoo Infection Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Tattoo Infection: Tattoo Infection Course. Be energetic and self-motivated to complete our Tattoo Infection: Tattoo Infection Course. Basic computer Skill is required to complete our Tattoo Infection: Tattoo Infection Course. If you want to enrol in our Tattoo Infection: Tattoo Infection Course, you must be at least 15 years old. Career path Tattoo Infection: Tattoo Your job in this field may benefit from this tattoo infection control level 3 advanced diploma.

Tattoo Infection Control Level 3 Advanced
Delivered Online On Demand1 hour 6 minutes
£12

CCTV Operator Training - CPD Certified

5.0(3)

By School Of Health Care

CCTV Operator Training: CCTV To keep your community secure, are you looking for a course similar to CCTV Operator Training? For you to learn about this device and its functions, we have created an incredible CCTV Operator Training course. You will learn all you need to enter an interesting and fulfilling career with our CCTV Operator Training. You will learn about the many kinds of CCTV systems and how to run them efficiently from the CCTV Operator Training. In addition, the CCTV Operator Training teaches students how to spot and report unusual activities. The legal and ethical aspects of CCTV operating are also explained in the CCTV Operator Training. All things considered, the CCTV Operator Training is ideal for understanding data protection techniques. Sign up in our CCTV Operator Training to learn how to watch CCTV footage and report any suspicious behaviour with the right documentation. Main Course: CCTV Operator Training [ Note: Free PDF certificate as soon as completing the CCTV Operator Training: CCTV course] CCTV Operator Training: CCTV This Food Safety course consists of 17 modules. Who is this course for? CCTV Operator Training: CCTV Anyone interested in learning about the complexities of CCTV technology should take this CCTV Operator Training. Requirements CCTV Operator Training: CCTV To enrol in this CCTV Operator Training: CCTV Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our CCTV Operator Training: CCTVcourse. Be energetic and self-motivated to complete our CCTV Operator Training: CCTV course. Basic computer Skill is required to complete our CCTV Operator Training: CCTV course. If you want to enrol in our CCTV Operator Training: CCTV course, you must be at least 15 years old. Career path CCTV Operator Training: CCTV Numerous work options will become available to you upon completion of the CCTV Operator Training. For example, novice CCTV operator, seasoned CCTV operator, and many more!

CCTV Operator Training - CPD Certified
Delivered Online On Demand1 hour 18 minutes
£12

Audio Typing - CPD Certified

5.0(3)

By School Of Health Care

Audio Typing: Audio Typing Have you ever wished to type more quickly? We have the audio typing course, so look no further. The fundamentals and introduction to audio typing are taught in this course on audio typing. This audio typing training explains typing skills and improves typing speed. This audio typing course covers text-to-speech audio typing, formatting, and transcription best practices. You may getspecialisedt transcribing and transcription tools through the audio typing course. This extensive audio typing course will teach quality assurance and proofreading. Enrol in our audio typing course to grab the opportunities for transcription and homophone skills as part of the study plan! Audio Typing: Audio Typing Touch typing techniques are explained in the audio typing course. Along with improving their listening skills, participants in the audio typing course also learn how to use transcription software. Additionally, the training on audio typing includes strategies for dealing with challenging audio recordings. Additionally, typing exercises to increase accuracy and speed are covered in this audio typing course. Students that enroll in the audio typing course also learn how to format, proofread, and edit transcribed papers. Certificate of Completion Audio Typing: Audio Typing You will receive a course completion certificate for free as soon as you complete the Audio Typing: Audio Typing Course. Who is this course for? Audio Typing: Audio Typing If you want to learn how to type properly using touch typing, this audio typing course is perfect for you. Requirements Audio Typing: Audio Typing To enrol in this Audio Typing: Audio Typing Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Audio Typing Course. Be energetic and self-motivated to complete our Audio Typing Course. Basic computer Skill is required to complete our Audio Typing Course. If you want to enrol in our Audio Typing Course, you must be at least 15 years old. Career path Audio Typing: Audio Typing There are several employment options available with this audio typing course, including Medical Transcriptionists, Legal Secretaries, audiotypists, and so on.

Audio Typing - CPD Certified
Delivered Online On Demand1 hour 24 minutes
£12

Energy Management - CPD Certified

5.0(3)

By School Of Health Care

Energy Management Course: Energy Management Online Are you interested in learning more about the field of energy management? If so, then you must take our special energy management course. The energy management course provides a comprehensive understanding of energy systems. Also, the energy management course describes conservation techniques and sustainability practices. Participants in this energy management course explore key concepts such as renewable energy sources, energy efficiency strategies, and regulatory frameworks. Moreover, the energy management course helps to analyse energy consumption patterns and optimise resource usage. If you are willing to implement effective energy management solutions in various industries, join our energy management course as soon as possible! Main Course: Energy Management Course [ Note: Free PDF certificate as soon as completing the Energy Management Course: Energy Management Course] Energy Management Course: Energy Management Online This Energy Management Course: Energy Management Course consists of 10 modules. Course curriculum of Energy Management Course Module 01: What is Energy Management? Module 02: Energy Basics and Terminology Module 03: Energy Efficiency and Conservation Module 04: Energy Auditing and Assessment Module 05: Renewable Energy Technologies Module 06: Energy Management Systems (EMS) Module 07: Energy Policy and Legislation Module 08: Behavioural Change and Employee Engagement Module 09: Financial Analysis and Investment Appraisal Module 10: Monitoring performance and pursuing continuous improvement Who is this course for? Energy Management Course: Energy Management Online Anyone interested in energy management will greatly benefit from the energy management course. Requirements Energy Management Course: Energy Management Online To enrol in this Energy Management Course: Energy Management Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Energy Management Course. Be energetic and self-motivated to complete our Energy Management Course. Basic computer Skill is required to complete our Energy Management Course. If you want to enrol in our Energy Management Course, you must be at least 15 years old. Career path Energy Management Course: Energy Management Online The information and abilities gained from the energy management course prepared graduates to enter this field.

Energy Management - CPD Certified
Delivered Online On Demand12 hours
£12

Public Speaking & Communication Skills Course

5.0(3)

By School Of Health Care

Public Speaker course: Public Speaker Unlock Your Potential as a Powerful Public Speaker! Are you ready to master the art of public speaking? Our Public Speaking course is designed to enhance your public speaking skills, empowering you to communicate with confidence and clarity. In this dynamic Public Speaking course, you will learn essential public speaking techniques that captivate and engage your audience. Each module focuses on improving your public speaking abilities through practical exercises and expert feedback. Join our Public Speaking course today and transform your public speaking style. With interactive sessions and real-world scenarios, you’ll gain the confidence needed to excel in any public speaking situation. Don’t miss this opportunity to elevate your public speaking skills—enroll now! Main Course: Public Speaking Course Free Courses: Course 01: Communication Skills Course [ Note: Free PDF certificate as soon as completing Public Speaking: Public Speaking Course] Public Speaking: Public Speaking Course Online This Public Speaking course consist of 05 detailed modules In our Public Speaking course, you will practice public speaking techniques daily. Each lesson enhances your public speaking abilities, focusing on real-life public speaking challenges. Master the art of public speaking with tailored exercises designed to boost your public speaking confidence and refine your public speaking style for any audience. Certificate of Completion You will receive a course completion certificate for free as soon as you complete the Public Speaking: Public Speaking Course. Who is this course for? Public Speaking: Public Speaking Course Online This Public Speaking: Public Speaking Course is open to everyone. Requirements Public Speaking: Public Speaking Course Online To enrol in this Public Speaking: Public Speaking Course, students must fulfil the following requirements: Good Command over English language is mandatory to enrol in our Public Speaking: Public Speaking Course. Be energetic and self-motivated to complete our Public Speaking: Public Speaking Course. Basic computer Skill is required to complete our Public Speaking: Public Speaking Course. If you want to enrol in our Public Speaking: Public Speaking Course, you must be at least 15 years old.

Public Speaking & Communication Skills Course
Delivered Online On Demand2 hours 6 minutes
£12