View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] mattsmith2@gmail.com is offline
external usenet poster
 
Posts: 2
Default Save an excel file in vbscript without user prompt

Hi, I am trying to edit an excel spreadsheet and then close it using
vbscript.

the script currently edits the data fine, but when it closes, it gives
the Save prompt. Is there a way to close the spreadsheet saving the new
data automatically without any user input

Thanks