I am helping to automate a process where a user performs a find/replace on approximately 30 worksheets. On each worksheet it is the exact same find value and the exact same replace value.
I want to present the user with a single input box where they can exter the find/replace values. Then, I am looking to store these values to a variable and then call the find/replace function for each worksheet.
What would be helpful would be the code for:
1. The input box with 2 values
2. Code to store the values to variables
Thanks!
Start Free Trial