![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
how do i schedule a print job ....i have an excel file which has to be
printed at a particular time like morning and in the evening , do i have to do this using task scheduler or is it something that has to be coded using a macro........any coding example would be appreciated.... Thanks in advance |
Ads |
#2
|
|||
|
|||
![]()
How is this related to Outlook? If this is an Excel question please post it
in an Excel group. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "venu" wrote in message ... how do i schedule a print job ....i have an excel file which has to be printed at a particular time like morning and in the evening , do i have to do this using task scheduler or is it something that has to be coded using a macro........any coding example would be appreciated.... Thanks in advance |
#3
|
|||
|
|||
![]()
Hi Venu,
I have asked a similar question to this. Joel kindly gave me a coding answer as follows Sub openexcel() 'Dim wb As excel.workbook FName = "C:\temp\book1.xls" Set xlApp = Application.CreateObject("Excel.Application") Set xlbook = xlApp.Workbooks.Open(FName) xlbook.PrintOut End Sub this works from the macro function in outlook 2003, unable to schedule as yet. Still looking Stew "venu" wrote: how do i schedule a print job ....i have an excel file which has to be printed at a particular time like morning and in the evening , do i have to do this using task scheduler or is it something that has to be coded using a macro........any coding example would be appreciated.... Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Best way to move scheduling from Public Folders to Resource Scheduling | [email protected] | Outlook - General Queries | 1 | June 10th 07 03:25 PM |
Differentiate between Task and Task Request in NewInspector event | Piyush Gupta | Outlook and VBA | 1 | February 7th 07 06:00 PM |
Task Scheduling | Pencil Face | Outlook - Calandaring | 2 | April 3rd 06 05:14 AM |
Scheduling Email as a Task | Eve West | Outlook - Calandaring | 1 | March 10th 06 06:16 PM |
Scheduling Email as a Task | Eve West | Outlook Express | 2 | March 10th 06 04:49 PM |