The information in this article applies to:
SYMPTOMSWhen you run the example code on page 118 of the "Visual Basic User's Guide," included with Microsoft Excel version 5.0, you receive the following error message: The following code assumes that you are referring to the fixed-size array example:
However, if you use this code with a dynamic array, you receive the error
message above.
WORKAROUNDTo work around this problem, add the Redim statement to the code in the example, as shown in the example below:
REFERENCES"Visual Basic User's Guide," version 5.0, page 118 Additional query words:
Keywords : kbcode kbdocerr |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |