View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Lunney Bill Lunney is offline
external usenet poster
 
Posts: 68
Default saving excel sheet from ASP update

Just use the standard Workbook Save/Save As method.

ActiveWorkbook.Save(filename)

--
Regards,


Bill Lunney
www.billlunney.com

"Paul W.Schu" wrote in message
...
When sending data to an excel sheet from an Active Server
Page, is there a script of some kind that will save the
workbook. It seems that when the data is sent the
workbook doesn't see it as an update so it won't autosave.