View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Close a workbook

workbooks("1RYGMstr.xls").Close SaveChanges:=False

or make SaveChanges:=True

--
Regards,
Tom Ogilvy

"Mike G." wrote in message
...
Dear Gurus and Experts:

Another simple one for you.

I want to close a specific workbook that I have open after
a script is run.

The workbook name is 1RYGMstr ...

Would you please assist me with the coding that would be
required.

Best regards, Mike