LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default code to automating digital sign

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
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
Digital cameras, mobile, LCD TV, Laptops, Notebooks, Digital Video,Mp3, Mp4, GPS for you! [email protected] Excel Programming 0 February 27th 08 01:51 PM
Digital signature, code alters VBE RB Smissaert Excel Programming 2 February 13th 05 09:45 PM
VBA digital sign Mas[_6_] Excel Programming 1 April 11th 04 11:51 AM
Automating GoalSeek - why doesn't this code work? Jeff Donville Excel Programming 0 September 11th 03 04:55 PM
NEW free code: digital signatures, embed binary data.. dermot Excel Programming 0 July 26th 03 09:12 AM


All times are GMT +1. The time now is 07:09 AM.

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

About Us

"It's about Microsoft Excel"