This menu command displays the Open dialog box, allowing you to select macro file for editing. The editor program used can be defined using the Options > Macro menu command. Notepad.exe is the default program used for editing macro files.
Note: If you are using the default macro editor Notepad.exe, when you save your macro, you must enclose the macro file name (with a .zmc extension) in double quotes, or your file will be saved with Notepad’s default .txt extension. For example, you should specify "logon.zmc" instead of just logon.zmc to avoid the Notepad program saving the file incorrectly as logon.zmc.txt.
Note: When editing macros, remember each macro should contain a Sub ZMain() line, indicating the start of the PASSPORT macro code and an End Sub line, indicating the end of the PASSPORT macro code.