A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

task scheduling



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 22nd 08, 10:38 PM posted to microsoft.public.outlook.program_vba
venu
external usenet poster
 
Posts: 1
Default task scheduling

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  
Old May 23rd 08, 01:57 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default task scheduling

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  
Old June 1st 08, 10:34 AM posted to microsoft.public.outlook.program_vba
Stew J
external usenet poster
 
Posts: 2
Default task scheduling

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 05:28 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.