Monumental Macros Leslie Vail, ASCI, Inc..

Slides:



Advertisements
Similar presentations
GP2013 (R2) New features in GP2013 (R2). New Ribbon for windows Edit List is the Print button on the right without the paper background Action pane can.
Advertisements

Developing an Excel Application
Tutorial 8: Developing an Excel Application
The IDE (Integrated Development Environment) provides a DEBUGGER for locating and correcting errors in program logic (logic errors not syntax errors) The.
Inventory Throughout this slide show there will be hyperlinks (highlighted in blue) follow the hyperlinks to navigate to the specified Topic or Figure.
New School Websites Teacher Pages. Visit the SCUSD Website for videos tutorials: For more information.
COMPREHENSIVE Excel Tutorial 8 Developing an Excel Application.
© 2002 ComputerPREP, Inc. All rights reserved. Word 2000: Forms, Merges, and Macros.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 22 Macros.
1 CA201 Word Application Increasing Efficiency Week # 13 By Tariq Ibn Aziz Dammam Community college.
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 7 BACKNEXTEND 7-1 LINKS TO OBJECTIVES Record & run a macro Record & run a macro Save as a macro-
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
Select Reports Console. Type in Progress, Click Search.
EMARS 3.9 Familiarization November Logging In Larger Font No overlap of text and picture.
Chapter 23. Copyright 2003, Paradigm Publishing Inc. CHAPTER 23 BACKNEXTEND 23-2 LINKS TO OBJECTIVES Record, Run, Pause, and Delete Macros Record, Run,
Huddle Up for GP Tips and Tricks Presented By: Tracey Wright.
Getting Started with GradeQuick. Logging In to GradeQuick Shortcut on the Start Menu First time users enter first initial last name like this (ccornwell)
1 Introduction To Datatel Colleague USER INTERFACE 4.2 West Valley-Mission Community College District.
Authored by Ora Goldman Authored by Ora Goldman and Craig Klapman, Mekorma Regional Chapters.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
Orders – Create Responses Boeing Supply Chain Platform (BSCP) Detailed Training July 2016.
Emdeon Office Batch Management Services This document provides detailed information on Batch Import Services and other Batch features.
Chapter 8 Using Document Collaboration, Integration, and Charting Tools Microsoft Word 2013.
TIPS AND TRICKS GPUG SO CAL USER GROUP JUNE 23, 2016.
GP Double JEOPARDY! Click Once to Begin
USER INTERFACE 4.x Introduction To Colleague
Excel Tutorial 8 Developing an Excel Application
SI Ad hoc report builder overview
IUIE Reporting Basics Workshop
Making your day a little easier
Setting up Categories, Grading Preferences and Entering Grades
Maintaining a Database
Boeing 787 SCMP Training June 2016
Computer Fundamentals
User Interface Components
Developing an Excel Application
EET 2259 Unit 3 Editing and Debugging VIs
Microsoft Windows XP Inside Out Second Edition
Microsoft Access Illustrated
Microsoft Excel 2003 Illustrated Complete
Introducing VBA Macros
Copyright © 2008 Pearson Prentice Hall. All rights reserved.
The SMS Query Menu System for the iSeries
Exploring Microsoft® Word® 2016 Series Editor Mary Anne Poatsy
Navigation Details Boeing 787 SCMP March 2018.
Creating Macros in Excel
Admin Manual (version 1.0).
Physician Tips and Tricks
Computer Skills Chapter 3.
Tips and Tricks (from Spitfire Development) Presenter: Stan York
Project Directions You can use the links on the next slide if you are in Show mode (just hit the F5 key to enter Show mode). Otherwise you can copy and.
Hockomock Summer Baseball League
Excel Lookup Formulas Welcome! with Cindy Kredo
Using Access More Efficiently
Lesson 1: Epic Appointment Scheduling Referrals
Lesson 1 - Automating Tasks
Colin Pich & Cale Tanguay
Epic Referral Processing
Epic Referral Processing
Grauer and Barber Series Microsoft Access Chapter One
Troubleshooting GP and MoversSuite
Distribution Deep Dive
Chapter 8 Using Document Collaboration and Integration Tools
Upload/Download Inventory
Upload/Download Inventory
Microsoft Excel 2007 – Level 2
Selenium IDE Installation and Use.
Topics Today Capability Efficiency Troubleshooting
Executive Reports, Instructions and Documentation
Presentation transcript:

Monumental Macros Leslie Vail, ASCI, Inc.

Leslie Vail President, ASCI Summit Nashville 2017 2/16/2019 8:34 PM Leslie Vail President, ASCI Dynamics GP MVP GPUG 2017 All Star  24 Year veteran with GP Community Contributor © 2017 Dynamic Communities. All rights reserved.

Monumental Macros What is a Macro? How Can I Use It? Real-world Examples! Creating and Editing Macros Macro Tips and Traps

What is a Macro? A macro records your keystrokes & clicks

What a Macro cannot do use variables ask questions create a loop make decisions interact with Excel launch Integrations use if/then statements read data from files or windows

How can I use macros? What is a Macro? How Can I Use It? Real-world Examples! Creating and Editing Macros Macro Tips and Traps

How can I use macros? Eliminate clicks Automate repetitive key sequences Do mass changes without SQL Import without Integration Manager Run check links & reconcile after hours

Real-world examples What is a Macro? How Can I Use It? Creating and Editing Macros Macro Tips and Traps

RM Transaction Inquiry Customer Trx Inquiry Open Inquiry window 2 clicks Customer ID Lookup 1 click Open Advanced search 1 click Select Column Lookup 1 click Select Customer Name 2 clicks Change filter to Contains 2 clicks Select Value field 1 click Total: 10 clicks Example 1

SOP Document Inquiry SOP Document Inquiry Open SOP Inquiry 2 clicks Change sort to Date 2 clicks Put in the date range 3 clicks History radio button 1 click Hit Redisplay button 1 click Expand Scrolling window 1 click Total: 10 clicks Example 2

Creating and Editing Macros What is a Macro? How Can I Use It? Real-world Examples! Creating and Editing Macros Macro Tips and Traps

Creating and Editing Demos RM Trx Inquiry SOP Posted Yesterday Print Inventory List Bank Transfer

DEMO Creating and Editing Macros

Suppressing Messages Launch from shortcut bar Logging file ':c:/macro_log.txt' Don’t forget the single quotes!

Macro log contents Troubleshoot errors

Remove Progress_Control lines Delete the highlighted lines

Copy and Paste Remember: Edit > Select All Edit > Copy Remember: Edit > Paste Remember: Delete final ‘TypeTo’

Advanced Macro Menu ShowAdvancedMacroMenu=TRUE No User Interface Flash for speed Jump to specific line Pause after specific line Step through macro to debug Restart macro at specific line

Advanced Macro Menu 1 2 4 7 3 5 6 1. Shows you the name of the macro currently being recorded and what line it’s on. 2. Shows you the name of the macro currently being played, and what line it’s on. 3. Turns off the complete redraw and hides the interface flash thereby making the macro run twice (at least) as fast. 4. The line in the macro you want to jump to. The display below will start at the jump line. You can restart a macro to begin playing at the jump to line 5. The number of lines to display in the scrolling window. 6. Indicate where you want the macro to pause while it’s playing. This is a good way to debug the macro or stop it from executing after a certain point is reached 7. The actual lines of the macro according to the lines displayed

Macro Tips and Traps What is a Macro? How Can I Use It? Real-world Examples! Creating and Editing Macros Macro Tips and Traps

Macro Tips Case sensitive Use ‘Select All’ to copy and paste Remove final ‘type to’ after pasting Eliminate message with Logging file Use Pause to collect user input Nest macros to combine or append Remove Progress Control lines Start recording on correct window You have 60 characters for your Pause msg

Macro Traps Mouse click, don’t scroll Type, don’t select from Lookup windows Don’t close windows using X Scrolling windows last line Be careful with menus, they may not be visible Don’t select from shortcuts Security access to logging file

More Macro Traps Careful with lists whose content can change Checkboxes are toggles- make sure you know their state

Congratulations! You are now Macro Royalty Insert Pause Copy & Paste Editing Macros Nesting Macros Logging Macros Highlighting Final Field Troubleshooting Macros Recording a basic Macro Removing Progress windows Disabling the macro message Selecting from drop-down lists Revealing and Using the Advanced Macro Menu

Questions? Leslie Vail leslievail@earthlink.net 972-814-8550 http://dynamicsconfessions.blogspot.com