Skip to content

Commit 4e397f5

Browse files
authored
Merge pull request #1917 from jkpieterse/patch-8
Update Excel.Range.Replace.md
2 parents 835f984 + f76c0d8 commit 4e397f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/Excel.Range.Replace.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Returns a **Boolean** indicating characters in cells within the specified range.
1818

1919
## Syntax
2020

21-
_expression_.**Replace** (_What_, _Replacement_, _LookAt_, _SearchOrder_, _MatchCase_, _MatchByte_, _SearchFormat_, _ReplaceFormat_)
21+
_expression_.**Replace** (_What_, _Replacement_, _LookAt_, _SearchOrder_, _MatchCase_, _MatchByte_, _SearchFormat_, _ReplaceFormat_, _FormulaVersion_)
2222

2323
_expression_ A variable that represents a **[Range](excel.range(object).md)** object.
2424

@@ -35,6 +35,7 @@ _expression_ A variable that represents a **[Range](excel.range(object).md)** ob
3535
| _MatchByte_|Optional| **Variant**|Use this argument only if you have selected or installed double-byte language support in Microsoft Excel. **True** to have double-byte characters match only double-byte characters. **False** to have double-byte characters match their single-byte equivalents.|
3636
| _SearchFormat_|Optional| **Variant**|The search format for the method.|
3737
| _ReplaceFormat_|Optional| **Variant**|The replace format for the method.|
38+
| _FormulaVersion_|Optional| **Variant**|Determines whether to replace in Dynamic Array formula state constants: **xlReplaceFormula** or **xlReplaceFormula2**.|
3839

3940
## Return value
4041

0 commit comments

Comments
 (0)