PC Review


Reply
Thread Tools Rate Thread

code to automating digital sign

 
 
asier
Guest
Posts: n/a
 
      18th Jul 2008
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.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
digital sign Mirek Microsoft Outlook Discussion 0 14th Dec 2008 07:02 PM
digital sign Amir Chen Microsoft Word Document Management 0 15th Apr 2008 06:36 PM
Automating ODBC sign on =?Utf-8?B?Sm9obiBGbGFuYWdhbg==?= Microsoft Access Macros 0 21st Aug 2007 11:52 AM
digital sign marco Microsoft Dot NET Framework 0 27th Mar 2007 11:26 AM
Digital Sign geo Windows XP Video 1 14th May 2006 06:29 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:13 PM.