Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Determining programmatically if a project is digitally signed

How would I do this programatically for a workbook. I can get to myWB (as
an object) or myVBProj (as a vb project for that workbook), so if you could
provide the syntax from there, I'd be most appreciative. Also, if it's
signed, I'd like to list the signature.

Thanks,
Barb Reinhardt
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default Determining programmatically if a project is digitally signed

Barb,

ActiveWorkbook.VBASigned

will return TRUE or FALSE

If you set your macro security level to High, only project signed by trusted
sources will open with macros enabled, I think(?)

Anyway, look at

http://office.microsoft.com/en-us/ex...846111033.aspx

for more - expand the article by clicking the + boxes....

I don't know how to list the signer....

HTH,
Bernie
MS Excel MVP


"Barb Reinhardt" wrote in message
...
How would I do this programatically for a workbook. I can get to myWB
(as
an object) or myVBProj (as a vb project for that workbook), so if you
could
provide the syntax from there, I'd be most appreciative. Also, if it's
signed, I'd like to list the signature.

Thanks,
Barb Reinhardt


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Share a digitally-signed macro workbook alngtheway Excel Programming 0 December 25th 08 11:48 AM
URG: Saving an e-mail to be digitally signed GB Excel Programming 2 January 11th 08 05:16 PM
Digitally signed timesheet Timcin New Users to Excel 3 December 9th 06 08:16 PM
Digitally signed Excel project problem ozpeter Excel Discussion (Misc queries) 0 August 3rd 05 10:59 AM
Sheets added by VBA invalidates digitally signed VBA project Dean J. Excel Programming 9 April 29th 05 06:24 PM


All times are GMT +1. The time now is 01:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"