Excel Patterns Listed Out of Sequence from MacroLast reviewed: November 4, 1994Article ID: Q68993 |
The information in this article applies to:
SUMMARYThe patterns listed on the dialog box after choosing Patterns from the Format menu are listed out of the sequence that they can be accessed from a macro.
MORE INFORMATIONThe PATTERNS() macro command allows you to choose one of the 18 available patterns that are listed on the Format Patterns dialog box. The corresponding values are listed below.
Sequence from Macro1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Sequence on Dialog1 3 2 4 7 8 9 10 11 12 13 14 15 16 17 18 5 6
ExampleIf you wanted to access the fifth pattern from the Format Patterns dialog, it would be necessary to have a macro command that looks like:
=PATTERNS(17) REFERENCES"Function Reference," version 4.0, page 320-321 "Function Reference," version 3.0, page 179
|
KBCategory: kbprg kbmacro
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |