Hello again.
I know this is do-able, I just can't seem to find a clear cut answer on it.
I have 2 excel workbooks (2 seperate files). one is generated as a .csv from a website. It is used to update another workbook, which is a .xlsx.
If I have a macro (from the 'personal' file, let's just say) running for the first workbook, how can I cause it to make changes to the 2nd workbook? does the other workbook need to be open? I want to use the information from the first workbook to update information on the 2nd.
I tried to dim an array on the 2nd workbook by using:
Code:
This is giving me a runtime error '9': Subscript out of range
I understand there is probably not a clean cut answer for this, so feel free to elaborate, or share a link where I can get information on what the proper methods are for referencing separate workbooks.
Bookmarks