View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron McCormick Ron McCormick is offline
external usenet poster
 
Posts: 8
Default Problem with Activeworkbook.Close SaveChanges:=False

I have a model that opens files, copies data from the file opened, and is
supposed then to close the file with: Activeworkbook.Close
SaveChanges:=False. It has worked satisfactorily for years but seems to have
stopped working recently, following an update of the files from which the
data is extracted. Any ideas why this might be happening?

TIA

Ron