wallen1605
Board Regular
- Joined
- Dec 15, 2017
- Messages
- 57
Hi all.
I have a specific requirement as follows:
Each day we receive a number of emails with 1 or a few excel attachments into a specific outlook account which outlook vba then saves the attachment/s to a network server folder and renames the files to todays date and time as well as the value in cell C3 from sheet1 in each file.
what I need to do, is create a macro to run from an active workbook which will check the network server folder at periodic times for new excel files added from outlook throughout the day, then if new files are found, copy sheet1 from each new file into the active workbook and rename the sheet to match the file name of the new excel file that the sheet was copied from. I will then use a barcode module to do further work once the sheets are imported.
I don`t know where to start with this, or if the above way is the best way to do this?
Your help would be greatly appreciated.
I have a specific requirement as follows:
Each day we receive a number of emails with 1 or a few excel attachments into a specific outlook account which outlook vba then saves the attachment/s to a network server folder and renames the files to todays date and time as well as the value in cell C3 from sheet1 in each file.
what I need to do, is create a macro to run from an active workbook which will check the network server folder at periodic times for new excel files added from outlook throughout the day, then if new files are found, copy sheet1 from each new file into the active workbook and rename the sheet to match the file name of the new excel file that the sheet was copied from. I will then use a barcode module to do further work once the sheets are imported.
I don`t know where to start with this, or if the above way is the best way to do this?
Your help would be greatly appreciated.