XL3/XL4: Dynamic Linked List Dialog BoxesLast reviewed: February 2, 1998Article ID: Q103287 |
The information in this article applies to:
SUMMARYYou can modify the example macro on page 273 of the "User's Guide 2," version 4.0; on page 633 of the "User's Guide," version 3.0 for Windows; or on page 629 of the "User's Guide," version 3.0 for the Macintosh, so that you can automatically add items to the linked list if they do not already exist. In order to successfully modify this macro, you should be familiar with the following information:
Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact the Microsoft fee-based consulting line at (800) 936-5200. For more information about the support options available from Microsoft, please see the following page on the World Wide Web:
http://www.microsoft.com/supportnet/refguide/To modify the example macro, follow these steps:
Explanation of Above Macro
H3: Check to see if the "Cancel" button was not chosen. H4: The MATCH statement checks to see if the name is on the list. H5: Checks to see if MATCH returns #N/A, indicating that the name is not on the list. H6: Places the new instrument on the list as the last item. H7: Redfines the "Instruments" name to include the new item. H8: Signals the ending of the first if statement. H9: Signal the ending of the second if statement. H10: Ends the macro. REFERENCES"User's Guide 2", version 4.0, page 277 "User's Guide", version 3.0, page 637
|
Additional query words: 3.00 4.00 4.00a XL3 XL4
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |