function ReplaceText(SearchText: WideString; ReplacementText: WideString): Integer; overload; function ReplaceText(SearchText: WideString; ReplacementText: WideString; MatchCase: Boolean): Integer; overload;
ReplaceText Popis True scans only cells that already exist in the worksheet model. The two-parameter overload is case-insensitive. Pass MatchCase scans only cells that already exist in the worksheet model. The two-parameter overload is case-insensitive. Pass
Changed := Workbook.Sheets[1].ReplaceText( '[CONTACT]', 'John Smith');