I’m curious about what the format of a code in VBA for…
obtaining specific rows from a specific sheet from a specific workbook within a specific subset of folders.
for example: Populating Sheet1 in Wkbk1 from the data in Sheet1 from Wkbk2 which is in a shared drive somewhere….
Any ideas?
EDIT:
I realize this may be a vague post so I am going to try to explain in further detail.
I am looking for a code which allows me to do the following.
- Enable a macro from WkBk 1 to pull data from WkBk 2.
- WkBk 2 is located within a shared drive and is closed.
- I want to pull specific data from WkBk 2 and populate that data into specific rows in WkBk 1.
This code below can be made more exact or efficient, but it will get you started: