Four ready to use programs or "macros" are supplied with VEDIT PLUS and a Z80 to 8086 source code Translator and a Mail Merge macro are available for a moderate charge. The "auto-execution" feature can automatically execute macros when VEDIT PLUS is invoked. This allows someone without any knowledge of VEDIT PLUS commands to use these or custom macros. * Main menu macro. You can optionally replace the Command Mode with a menu for performing the most common operations. * Print formatting macro. This easy to use macro extends VEDIT PLUS's printing capabilities a little by printing files with a header and page number on each page. Containing only a dozen commands, it also serves as a simple example of a useful macro. It can readily be extended for fancier print formatting.  * Mailing list sort macro. Sorts a typical list of mailing addresses into alphabetic order. * File comparison macro. Displays the differences between two files on the screen and lets you merge/edit them in any way you wish. After displaying a point of difference the macro can re-align the files and then continue looking for further differences. It is useful when two people, on two computers, have revised a program or a report and their revisions now have to be merged back into one file. For example, after the macro finds where revisions were made, you can copy blocks of text from one file to the other.  * Z80 to 8086 Translator. Translates 8080 or Z80 assembly language source code (INTEL extended mnemonics) into ready to assemble 8086 source code. Available as an option for $50. * Mail Merge. You can create, update and maintain files of mailing addresses. The mailing addresses can then be merged into a form letter and printed one after another. The form letter may be created with VEDIT PLUS alone, or with V-PRINT. Available as an option for $50. The macros are ready for immediate use and are self prompting. Anyone can use them without knowing much else about VEDIT PLUS. Since they are supplied in "Source Code", they also serve as elaborate examples of VEDIT PLUS macro programming. And you can modify them to suit your personal needs.