XL: GET.DOCUMENT(67) Always Returns TRUELast reviewed: February 3, 1998Article ID: Q110383 |
The information in this article applies to:
SUMMARYWhen you use the GET.DOCUMENT(67) macro command in Microsoft Excel version 5.0 or later, you will always receive the value TRUE.
MORE INFORMATIONIn Microsoft Excel 5.0 Macro Functions Help, the information for GET.DOCUMENT() states the following:
67 Microsoft Excel 5.0 always returns TRUE here.This statement is true because Microsoft Excel versions 5.0 and later do not support unbound sheets in workbooks or sheets that are not contained within workbooks. NOTE: In Microsoft Excel version 4.0, there are three possible values that may be returned by the GET.DOCUMENT(67) command:
Value Definition ----- ---------------------------------------------------- TRUE The sheet is contained in a workbook and is bound. FALSE The sheet is contained in a workbook and is unbound. #N/A The sheet is not contained in a workbook at all.Because all sheets in Microsoft Excel versions 5.0 and later are bound and are also part of a workbook, the only possible value that GET.DOCUMENT(67) can return is TRUE.
REFERENCES"Function Reference," version 4.0, page 199
|
Additional query words: 5.00 5.00a 5.00c 7.00 7.00a XL98 XL97 XL7 XL5
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |