XL5: Incorrect Syntax for VB Equivalent of FILES() Function |
In Microsoft Excel version 5.0 Help, the Visual Basic Equivalents For Macro Functions And Commands contains an error in the Visual Basic equivalent for the FILES() macro function. Line 7 of the Visual Basic equivalent example for the FILES() macro function reads:
arrayFiles(count)=mergeformat
The correct syntax for this line is:
arrayFiles(count)=f
Microsoft Excel Macro Functions Help (MACROFUN.HLP) is included with
Microsoft Excel version 5.0. It contains help for creating Microsoft
Excel version 4.0 macros as well as help for switching to Visual
Basic macros.
To locate the error in MACROFUN.HLP:
Additional query words: docerr
Keywords :
Version : 5.00
Platform : WINDOWS
Issue type :
Technology :
|
Last Reviewed: September 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |