Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello!
I would like to make a program to digital sign a lot of created excel with macros. I only find there example, but is not enough: Public Function IsWordProjectSigned(strDocPath As String) As Boolean Dim docProj As Word.Document ' Open document. Set docProj = Documents.Open(strDocPath) ' Check VBASigned property of document. If docProj.VBASigned Then IsWordProjectSigned = True Else IsWordProjectSigned = False End If End Function Every one can help me?? Thaks a lot and sorry my poor english. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Digital cameras, mobile, LCD TV, Laptops, Notebooks, Digital Video,Mp3, Mp4, GPS for you! | Excel Programming | |||
Digital signature, code alters VBE | Excel Programming | |||
VBA digital sign | Excel Programming | |||
Automating GoalSeek - why doesn't this code work? | Excel Programming | |||
NEW free code: digital signatures, embed binary data.. | Excel Programming |