I am using vba in Access to attach and send files via Groupwise and use a statement of the type
.Attachments.Add "C:\test.xls"
as I am sending Excel Spreadsheet files.
It works fine on one machine but on another, it will not tolerate the ".xls" part. When I remove that, the file is attached and sent, but no longer recognised by Windows as an Excel file. Why does this behave differently on different machines. Where is this setting stored?
I would appreciate any help with this problem.
With thanks
.Attachments.Add "C:\test.xls"
as I am sending Excel Spreadsheet files.
It works fine on one machine but on another, it will not tolerate the ".xls" part. When I remove that, the file is attached and sent, but no longer recognised by Windows as an Excel file. Why does this behave differently on different machines. Where is this setting stored?
I would appreciate any help with this problem.
With thanks