C
Clayton Tucker
Good morning,
I have a situation where when I use the ActiveWorkbook.SendMail
function, it truncates the filename of the attached spreadsheet to an
8.3 format. Is there anything I can do to prevent this?
....
Workbooks.Open Filename:= _
"G:\path_to_files\Uninitialized SKUs.xls"
ActiveSheet.PivotTables("PivotTable1").PivotCache.Refresh
ActiveWorkbook.Save
ActiveWorkbook.SendMail
Recipients:=mergeArrays(Array(getSomePeople(), getMore People(),
getJML())), Subject:="Uninitialized SKUs"
ActiveWindow.Close
....
The workbook they recieve is named "Uninitia.xls". My environment is
MS Excel 2002 (10.5815.4219) SP-2 on WinXP SP1, Email client is Novell
GroupWise.
Thanks for your help
CT
I have a situation where when I use the ActiveWorkbook.SendMail
function, it truncates the filename of the attached spreadsheet to an
8.3 format. Is there anything I can do to prevent this?
....
Workbooks.Open Filename:= _
"G:\path_to_files\Uninitialized SKUs.xls"
ActiveSheet.PivotTables("PivotTable1").PivotCache.Refresh
ActiveWorkbook.Save
ActiveWorkbook.SendMail
Recipients:=mergeArrays(Array(getSomePeople(), getMore People(),
getJML())), Subject:="Uninitialized SKUs"
ActiveWindow.Close
....
The workbook they recieve is named "Uninitia.xls". My environment is
MS Excel 2002 (10.5815.4219) SP-2 on WinXP SP1, Email client is Novell
GroupWise.
Thanks for your help
CT