The only problems I've had with opening attachments is when the 'Open' key for the associated app. is wrong (e.g. pointing to an old location of Excel, missing quotes so it gets confused by spaces in filenames, etc.)<br>
<br>
I've got a regini file that I use to fix any problems that I find, but you can check yours by going to:<br>
<br>
HKEY_CLASSES_ROOT\Excel.Sheet.8\Shell\Open\Command<br>
<br>
(The "8" means Office 97, I assume that's what you're using)<br>
<br>
This key should be set to the location of excel.exe.<br>
<br>
e.g. "C:\Program Files\Microsoft Office\Office\EXCEL.EXE"<br>
<br>
And the key:<br>
<br>
HKEY_CLASSES_ROOT\Excel.Sheet.8\Shell\Open\ddeexec<br>
<br>
Should be set to: [open("%1")]<br>
<br>
<br>
No promises, but it works for me!