+ Reply to Thread
Results 1 to 2 of 2

Printing daily report automatically

  1. #1
    Registered User
    Join Date
    08-12-2008
    Location
    SLC
    Posts
    1

    Printing daily report automatically

    Is there a way to have an Excel worksheet print out each day at the same time without opening the file? I have found software that will perform this function but would like to know if this is possible using VBA code.
    bgt

  2. #2
    Forum Contributor
    Join Date
    09-02-2005
    Posts
    146
    If I was going to approach this problem, I would start by using a Do-while loop that can't be exited. Have the loop pause for large intervals at a time (such as every 12 hours).

    The drawbacks of such a program is that it would always have to be open, it could eat up a good number of system resources, and keep you from running other macros in that session of excel.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1