Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MS Excel Automated Printing
Name: Shannon2000 Date: May 18, 2005 at 13:53:34 Pacific OS: xp CPU/Ram: pentium
Comment:
While working with MS Excel I was trying to figure a way to automatically open and print a document at a specific time.
For example, every Monday morning at 7am, I should be able to walk to the printer and my document would be printed out already.
Name: ChanSahib Date: May 20, 2005 at 04:31:58 Pacific
Reply:
Sounds to me like a programming query
I think that the only way this could be done, would be if someone would create a third party application that would do this for you.
Excel's VBA has a time function that perhaps could be used to open and print a doc, but it needs excel to be open. And you would probably need to have the code within a loop to check when the time is correct in order to carry out the task.
0
Response Number 2
Name: rayok123 Date: May 20, 2005 at 22:38:51 Pacific
Reply:
What about using task scheduler to open the document at the appointed time and having an auto open macro to print it out automatically when it opens
Summary: In an MS Excel document, I have a PDF link that I have no problem to open anywhere else. But on my computer, when I open that link, it opens Adobe and closes it right away (the document never opens......
Summary: I know how to use an IF statement to change the value of a cell in MS Excel (Office XP). But can the color of the text be changed also? Or the background fill? ...
Summary: I want to restrict number of digit in a selected column in a sheet of MS Excel 2003. Example: I want that on a cell I will type only 123 but not 1234. Can anyone give me a solution ASAP. Thanks in adv...