I have a workbook open, and then I prompt the user to pick another file to open on a new workbook. From there, I have some procedure to do some manipulation on the new workbook. Then I would like to go back to the 1st workbook and do some more manipulation of the 1st workbook , and then copy some cells from 2nd workbook and paste to the cells in the 1st workbook. I'm not sure how I can reference back and forth btwn the 2 workbooks. First, since the 2nd workbook will be the active one while it's running the procedure, how do I have it go back to the 1st workbook w/out prompting the user? Then how do I have it refer to the 2nd workbook cells and copy and paste to the 1st workbook w/out prompting for the file names as well?
Thank you!
Thank you!