|
From: asier on 18 Jul 2008 03:42 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.
|
Pages: 1 Prev: transposing data in excel worksheet Next: Cell invisible when printed. |