home *** CD-ROM | disk | FTP | other *** search
-
- Problem A tip worksheet demonstrating how to set up macros that
- maintain control of the keyboard while user is in a FORM
- window. Based on the {GET} macro command.
-
-
-
-
-
- Block Diagram
-
- ___________________
- | |
- | Instructions |
- |___________________|
- | |
- | Macros |
- |___________________|
- | |
- | Database |
- |___________________|
-
-
- Tips
- Looping macro begins at cell C7
- GET macro is at cell C11
- Macro in cell C12 demonstrates complex use of {IF} command.
-
- {IF#NOT#@ISERR(@VLOOKUP(INPUT,KEYS,0))}
-
-
-
-
-
-
-
-
-