Excel 3.0 Documentation Error with EXEC Function

Last reviewed: November 3, 1994
Article ID: Q71734
The information in this article applies to:
  • Microsoft Excel for Windows, version 3.0

SUMMARY

Page 71 of the "Microsoft Excel Function Reference" for version 3.0 shows a macro example that uses the EXEC function to run Word for Windows and open a particular document. Cell B5 of the example contains the following line:

   =EXEC("C:\WINWORD.EXE","C:\MEMO1.DOC")

This is a documentation error. The arguments to this EXEC function are incorrect; there should be only one argument. The corrected line should read:

   =EXEC("C:\WINWORD\WINWORD.EXE C:\MEMO1.DOC")

REFERENCES

"Microsoft Excel Function Reference," version 3.0, page 71


KBCategory: kbother
KBSubcategory:

Additional reference words: 3.0 3.00


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 3, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.