Hello,
I am trying to write a macro to reference workbooks that have diffrent prefixes.
Windows("Regulatory Report.XLSB").Activate
Columns("A:A").Select
Selection.Copy
Windows("BOReport.XLSX").Activate
I would like the code to recognize the above files if they contain a variable prefix (ie Area1Regulatory Report or Area7BOReport) depending on the location using the macro.
Thank you in advance!
I am trying to write a macro to reference workbooks that have diffrent prefixes.
Windows("Regulatory Report.XLSB").Activate
Columns("A:A").Select
Selection.Copy
Windows("BOReport.XLSX").Activate
I would like the code to recognize the above files if they contain a variable prefix (ie Area1Regulatory Report or Area7BOReport) depending on the location using the macro.
Thank you in advance!