I am trying to create a procedure runs when a workbook is opened (Event: On_Open) that does that following:
1) Open a file with the text "ELA" in it from the same folder
2) Copy a specific set of cells from the first opened workbook (i.e. H15:I17)
3) Paste those cells into the "ELA" workbook in cell H1
4) Save and close both
Having trouble with how to open workbook with specific text of "ELA".
Thanks for the help.
1) Open a file with the text "ELA" in it from the same folder
2) Copy a specific set of cells from the first opened workbook (i.e. H15:I17)
3) Paste those cells into the "ELA" workbook in cell H1
4) Save and close both
Having trouble with how to open workbook with specific text of "ELA".
Thanks for the help.