View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kevin Kevin is offline
external usenet poster
 
Posts: 8
Default Launching Excel from a web page

"Stelio" wrote in message ...
Hi all, is it possible to launch Excel from a web page?
I need put a link on the page and give the chanche to open
(locally) Excel to all client who has excel installed...
Is it possible?
Thanks all!



This can easyly be done by using the <a href="name.xls" or to more
compliant code <a href="name.xls" type="the specific type"