Hiya all!!!
I suspect this is a challenge, even for the highest of highest excel / VBA gurus, however worth a try!!! I will try to explain.
I want to create a workbook in the following location ( work network folder )
K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\RETRIEVE_LIVE_KIT_DATA.xlsm
within that workbook, I want the user to be able to click an object / button which will start off a macro and to the following :-
1. Goto the following location K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\2. KITS IN PROGRESS and in there, open each excel file and copy the contents of the "Pick List" worksheet columns A:AH and copy them into the RETRIEVE_LIVE_KIT_DATA.xlsm workbook, sheet called "ALL KITS"
2. Goto the following location K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\3. KITS COMPLETE AWAITING COLLECTION and in there, open each excel file and copy the contents of the "Pick List" worksheet columns A:AH and copy them into the RETRIEVE_LIVE_KIT_DATA.xlsm workbook, sheet called "ALL KITS" taking into account the section above
3. Goto the following location K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\4. KITS LINE SIDE and in there, open each excel file and copy the contents of the "Pick List" worksheet columns A:AH and copy them into the RETRIEVE_LIVE_KIT_DATA.xlsm workbook, sheet called "ALL KITS" taking into account the section above
4. Goto the following location K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\5. KITS TO BE SCANNED BACK TO STORES and in there, open each excel file and copy the contents of the "Pick List" worksheet columns A:AH and copy them into the RETRIEVE_LIVE_KIT_DATA.xlsm workbook, sheet called "ALL KITS" taking into account the section above
Close and save the workbook in K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\RETRIEVE_LIVE_KIT_DATA.xlsm
I need to capture all xlsx files in those folders and copy their contents. I know it sounds easy, but I doubt this is possible!!
Appreciate your help and feedback xx
I suspect this is a challenge, even for the highest of highest excel / VBA gurus, however worth a try!!! I will try to explain.
I want to create a workbook in the following location ( work network folder )
K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\RETRIEVE_LIVE_KIT_DATA.xlsm
within that workbook, I want the user to be able to click an object / button which will start off a macro and to the following :-
1. Goto the following location K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\2. KITS IN PROGRESS and in there, open each excel file and copy the contents of the "Pick List" worksheet columns A:AH and copy them into the RETRIEVE_LIVE_KIT_DATA.xlsm workbook, sheet called "ALL KITS"
2. Goto the following location K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\3. KITS COMPLETE AWAITING COLLECTION and in there, open each excel file and copy the contents of the "Pick List" worksheet columns A:AH and copy them into the RETRIEVE_LIVE_KIT_DATA.xlsm workbook, sheet called "ALL KITS" taking into account the section above
3. Goto the following location K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\4. KITS LINE SIDE and in there, open each excel file and copy the contents of the "Pick List" worksheet columns A:AH and copy them into the RETRIEVE_LIVE_KIT_DATA.xlsm workbook, sheet called "ALL KITS" taking into account the section above
4. Goto the following location K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\5. KITS TO BE SCANNED BACK TO STORES and in there, open each excel file and copy the contents of the "Pick List" worksheet columns A:AH and copy them into the RETRIEVE_LIVE_KIT_DATA.xlsm workbook, sheet called "ALL KITS" taking into account the section above
Close and save the workbook in K:\Materials to keep\Stores\Trial and Service Kit Builds\ALL CURRENT KIT STATUS\RETRIEVE_LIVE_KIT_DATA.xlsm
I need to capture all xlsx files in those folders and copy their contents. I know it sounds easy, but I doubt this is possible!!
Appreciate your help and feedback xx