I can't figure out why this has changed.
I run a manual Ctrl+F find to find a 5 digit number,
Run macro that uses a find function
Once the macro is complete I want to Ctrl+F to search again for the same 5 digit number.
However now the find box is prefilled with the value from search_string.
Is it possible to carry out the find without effecting the manual find box?
or reset the find box back to its previous state?
I run a manual Ctrl+F find to find a 5 digit number,
Run macro that uses a find function
Code:
Set Loc = Sheets("comments").Range("a1:a10000").Find(search_string, , , xlWhole)
Once the macro is complete I want to Ctrl+F to search again for the same 5 digit number.
However now the find box is prefilled with the value from search_string.
Is it possible to carry out the find without effecting the manual find box?
or reset the find box back to its previous state?