Microsoft KB Archive/48959

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:56, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Excel 2.20: DISABLE.INPUT() Does Not Function on Macintosh

Last reviewed: October 31, 1994
Article ID: Q48959

SUMMARY

The DISABLE.INPUT() function in Microsoft Excel for the Macintosh version 2.20 does not disable input from the Macintosh keyboard or from the Macintosh mouse. A macro error will result at the macro cell containing this function when the macro is run on the Macintosh. To prevent this error, use the following syntax:

   =ERROR(FALSE)
   =DISABLE.INPUT(TRUE)
   =ERROR(TRUE)

When an Excel 2.20 macro containing this function is transferred to Microsoft Excel for Windows, the function operates correctly.


KBCategory: kbother

KBSubcategory:

Additional reference words: 2.20


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