|
-
Jul 10th, 2005, 09:23 PM
#1
Thread Starter
New Member
[RESOLVED] My existing code
Option Compare Database
Option Explicit
Sub PDFpagecount()
Dim objPDF As AcroPDDoc, FN As String
Dim objDoc As AcroApp
Dim rs As Recordset, doc As String
Set rs = CurrentDb.OpenRecordset("PDF")
Set objDoc = "iprosystemadmin80.pdf"
rs!Field2 = objPDF.GetNumPages
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|