Hey,
i am searching a string in a table in a RVE.
How can I copy this String to the cell below?
while RichViewEdit1.SearchText('SEARCHTEXT',GetRVESearchOptions(ReplaceDialog1.Options)) do
begin
// copy cell content to cell below...
end;
thx4hlp