Hello,
Hopefully this is one-liner.
I open a workbook using the following code:
"
Then I copy from it and paste into another workbook with a static name.
I need to switch back into the dyncamically named workbook again to copy/paste again.
How do I do this?
Then how to I close it?
Thank you!
Hopefully this is one-liner.
I open a workbook using the following code:
Code:
Workbooks.Open Filename:="Z:\hq4p1v1\INVTRADE\El General\Early Return\" & Format(Now(), "m.d.yyyy") & " - PSRCashManagement.xls
Then I copy from it and paste into another workbook with a static name.
I need to switch back into the dyncamically named workbook again to copy/paste again.
How do I do this?
Then how to I close it?
Thank you!