Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a digital signature

Status
Not open for further replies.

royalcheese

Technical User
Dec 5, 2005
111
GB
Hi all

I have never really come across Digital Signatures before , but I have recently modified a modules in excel and need to re-add a digital signature to it , I have been given two files

LC2006.spc
mykey-2006.pvk
and a pass phrase for one / both ?!

I am assuming that I need to add a digital signature to the VBA project (Excel 2003) by going to Tools -> Digital Signature . But there is nothing in the list to chose from , I have right clicked on the certificate and done a auto install but can not see it still in this listing ,

My questions are how can i get the certificate to appear in the VBA project ?

Many thanks in advance


C

 
After searching the answer is as follows ,

download the pvkimporter from MS and then run in the command line

pvkimprt -import LC2006A.spc mykey-2006.pvk

Thanks for any views.


C
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top