I am investigating the possibility of being able to automate a manual process currently being used.
We have an Excel spreadsheet used to manage/record certain word files. The word document file name is hyperlinked in the spreadsheet.
Every month we have to send the latest files by email to another location.
It is in my mind that this could be simplified by using the spreadsheet as a source file and VBA to open an outlook object and attach the files that were not previously sent.
At the moment there is no indicator in the spreadsheet to identify if the relevant file was sent, but that can be fixed.
But my question is, could this be done at all. Opening an outlook object is not a problem, but how would it be able to go through the files listed, to attach them?
'If at first you don't succeed, then your hammer is below specifications'
We have an Excel spreadsheet used to manage/record certain word files. The word document file name is hyperlinked in the spreadsheet.
Every month we have to send the latest files by email to another location.
It is in my mind that this could be simplified by using the spreadsheet as a source file and VBA to open an outlook object and attach the files that were not previously sent.
At the moment there is no indicator in the spreadsheet to identify if the relevant file was sent, but that can be fixed.
But my question is, could this be done at all. Opening an outlook object is not a problem, but how would it be able to go through the files listed, to attach them?
'If at first you don't succeed, then your hammer is below specifications'