becci.gott
Board Regular
- Joined
- Oct 2, 2012
- Messages
- 79
Hi all, hope that someone will be able to help..
I am trying to find out if it is possible to apply a digital signature to an Excel file programmatically via VBA. At the moment, I am going around in circles trying to find an answer and getting nowhere fast.
Little bit of background for explanation... Our end users upload data into an online portal which is then processed and creates various output reports.. some PDF and some Excel. Most of the Excel reports contain macros. The end users then download the output reports from the same online portal.
We have recently hit a snag that all files originating from the internet are automatically blocked in Excel 365.
My understanding is that we need to obtain a digital certificate, then digitally sign the workbooks, and then our end users can set us up as a Trusted Publisher.
My issue is that there are thousands of output reports generated and can't all be signed manually, but I can't quite figure out how to apply the digital certificates via VBA as part of the report creation process.
Any help would be greatly appreciated.
I am trying to find out if it is possible to apply a digital signature to an Excel file programmatically via VBA. At the moment, I am going around in circles trying to find an answer and getting nowhere fast.
Little bit of background for explanation... Our end users upload data into an online portal which is then processed and creates various output reports.. some PDF and some Excel. Most of the Excel reports contain macros. The end users then download the output reports from the same online portal.
We have recently hit a snag that all files originating from the internet are automatically blocked in Excel 365.
My understanding is that we need to obtain a digital certificate, then digitally sign the workbooks, and then our end users can set us up as a Trusted Publisher.
My issue is that there are thousands of output reports generated and can't all be signed manually, but I can't quite figure out how to apply the digital certificates via VBA as part of the report creation process.
Any help would be greatly appreciated.