0% found this document useful (0 votes)
26 views2 pages

Range - Replace Method (Excel) : 05/11/2019 2 Minutes To Read o

The Range.Replace method in Excel allows you to replace text in a range of cells. It returns a Boolean value indicating if any replacements were made. The method takes parameters like what text to find and replace, whether to match case or format, and search options like by rows or columns. It does not change the selection or active cell.

Uploaded by

Ted Cazas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views2 pages

Range - Replace Method (Excel) : 05/11/2019 2 Minutes To Read o

The Range.Replace method in Excel allows you to replace text in a range of cells. It returns a Boolean value indicating if any replacements were made. The method takes parameters like what text to find and replace, whether to match case or format, and search options like by rows or columns. It does not change the selection or active cell.

Uploaded by

Ted Cazas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Range.

Replace method (Excel)


 05/11/2019
 2 minutes to read

o

 
o

 
o

 
o

 
o

 
o +1

Returns a Boolean indicating characters in cells within the specified range.


Using this method doesn't change either the selection or the active cell.
Syntax
expression.Replace (What, Replacement, LookAt, SearchOrder, MatchCase, Match
Byte, SearchFormat, ReplaceFormat)

expression A variable that represents a Range object.

Parameters
T
Name Required/Optional Data type Description
What Required Variant The string that you wan

You might also like