S
Stew J
This is a question for the programming group in outlook. Below is a macro
that will run from outlook macro (not excel). I don't know how to have
outlook schedule the task (macro) to run weekly.
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
that will run from outlook macro (not excel). I don't know how to have
outlook schedule the task (macro) to run weekly.
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