How to programmatically digitally sign code

B

BAC

Office 2007

I have an Excel Workbook that reads from an ODBC database and completes 5
worksheets within the workbook based on the data returned and saves the
completed workbook under a new file name (original remains in tact)

Users then add/modify data based on their needs.

For a while we had users 'reusing' forms that created problems when they
forgot to change some data item that related to the earlier form, so our
solution was to remove the event handler code for the data retrieval. This
worked fine in Office 2003, but now, in 2007 changing the code destroys the
digital signature.

I've been advised that I may be able to programmatically "re-sign" the file
after deleteing the event handler, but I have not been able to find any info
about that in the KB or anywhere else.

Is that possible? And, if so, Anyone know where I can find sample code to do
it?

tia

BAC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top