View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.office.xml,microsoft.public.excel
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Digitally signing VBA Project

You probably will not find any cheap sources for a digital certificate. Most
users of digital certificates are commercial entities who can recover the
cost of the certificate through sales of their products. Obtaining a
certificate for "convenience" to avoid security warnings may be more costly
than the value received in processing ease. Unless there is a constant
output of new procedures that are used by other workstations, I doubt that
obtaining the certificate would be worthwhile.

"Michelle" wrote:

I want to digitally sign my macro, so that all our offices can use it
(without prompts). I know I can use SelfCert.exe, but I would like one which
is recognised by windows as a trusted source (so all my users don't have to
add my self cert on every machine). I have spoken to Verisign - they charge
$499, I looked at GoDaddy, and they don't make them.

Is there a more affordable source of one of these certificates?

M