N
news.microsoft.com
Hi All,
Finally I found the way to export my data from
outlook to Excel Programtically, the last thing I miss
is to save this excel file on a network HDD
I tryed
ObjExcelApp.SaveAsfile
ObjExcelSheet.SaveAsfile
ActiveWorkbook.SaveAs Filename:="D:\theName.xls" (this last code in VBA
code isn't available in outlook script)
tks for help
Finally I found the way to export my data from
outlook to Excel Programtically, the last thing I miss
is to save this excel file on a network HDD
I tryed
ObjExcelApp.SaveAsfile
ObjExcelSheet.SaveAsfile
ActiveWorkbook.SaveAs Filename:="D:\theName.xls" (this last code in VBA
code isn't available in outlook script)
tks for help