Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Word Macro to Count the number of documents and Pages Printed


  • Please log in to reply

#1
Hanaan Ashraf

Hanaan Ashraf

    New Member

  • Member
  • Pip
  • 1 posts
Hi Guys,

I have a macro that prints all documents that are found in a directory, is was thinking that it should be possible to modify this macro to count both the number of documents as well as the pages that are printed, and display the count once the documents are sent for printing.

The Code:
Start of Code:
Sub ListDocNamesInFolder()
Dim sMyDir As String
Dim sDocName As String
sMyDir = "C:\My Documents\"
sDocName = Dir(sMyDir & "*.DOC")

While sDocName <> ""
Application.PrintOut FileName: = sDocName
sDocName = Dir()
Wend
End Sub
End of Code

would Appreciate some help with this, Thanks...
  • 0

Advertisements







Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP