Excel: Arguments to the SUBSTITUTE Function Are Case SensitiveLast reviewed: November 30, 1994Article ID: Q78339 |
The information in this article applies to:
SUMMARYWhen using the SUBSTITUTE function in a Microsoft Excel macro or on a worksheet, one of the required parameters, old_text, is case sensitive.
MORE INFORMATIONThe structure of the SUBSTITUTE function, which substitutes new_text for old_text in a text string, is:
=SUBSTITUTE(text,old_text,new_text,instance_num)If text is capitalized, but old_text is not, no substitution will occur and no error will be reported.
Steps to Reproduce Problem
REFERENCES"Function Reference," version 4.0, pages 422, 432-433 "Microsoft Excel Function Reference," version 3.0, pages 231, 235-236
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |