Edit: Find/ Replace
Open the Find and Replace dialog
X-Function not designed for Auto GetN Dialog.
Minimum Origin Version Required: 8.1 SR0
1. findreplace option:=0; //open Find and Replace dialog with Find tab active
2. findreplace option:=1; //open Find and Replace dialog with Replace tab active
Please refer to the page for additional option switches when accessing the x-function from script
Input
int
Option list:
string
Specify the string you want to search.
This X-Function is used to open the Find and Replace dialog, which contains two tabs: the Find tab and the Replace tab. The former is for searching and the latter for replacing. Options are provided to activate one of these two tab when opening the dialog.
For more information about finding and replacing data in a worksheet or matrix sheet, please refer to our User Guide.