Good day. We are moving our programs and files to a new folder. Is there a way to scroll through all the userforms to change the default path that is coded in almost all the userforms? Or is there a way to keep the default path in, say, a macro or other module that all the userform codes can read (then I only have to change the path once)?
Les
Add this code to a new macro-enabled workbook. Set the
FIND_WHAT
andREPLACE_WITH
constants, open the other workbooks and run the code.The original code comes from [Charles Pearson's site][1]
WARNING: Only basic testing has been done!