Change:
<A href="file://MyWebServerName/Path/ExcelDoc.xls">Test</A>
To:
<a href="Path/ExcelDoc.xls">Test</A>
BTW: If you wanted to use an absolute path get rid of the file:// replace this with http://
EG <A href="http://MyWebServerName/Path/ExcelDoc.xls">Test</A>
You may ask, should I use relative or absolute - this will explain the difference and when you should each of them:
http://www.communitymx.com/content/a....cfm?cid=230AD
Wind is your friend
Matt