Showing posts with label Inital Preparation. Show all posts
Showing posts with label Inital Preparation. Show all posts

Sunday, 9 February 2014

Key concepts

This post describes some key concepts relating to macros and shortcut keys.  It also outlines the rationale used for some of the methods used.

Read this before using the Document Productivity Tools for the first time is recommended.

Related Posts: Welcome to Document Productivity

Macros

The Document Productivity Tools are built using macros. Macros are programs written in Office's programming language, Visual Basic (VBA).  As an analogy, think of a macro as an App written in VBA.  

There are two ways to create a macro:
  • You can record a regular task as a macro and then repeat the actions over again by running the macro.  This is common in Excel, but possibly less so for Word and Visio where layouts and actions are less likely to be repetitive.
  • Macros can be written using the VBA editor that comes with Office.  Later posts will describe how this is done.
The two methods can be mixed, you might record a macro to get the basics and then use the editor to refine the process. This approach is a good way to start learning the basics of VBA programming.

Macros run on installed versions of Office, so if you are using Office 365 from the Cloud then you wont  be able to use them. 

Shortcut Keys


Office programs allow you to assign shortcut  keys to functions that you use regularly so that you can invoke them in the quickest way possible.