Close worksheet with Macro or Code

R

Ron de Bruin

Use this Sanaullah

ThisWorkbook.Close False ' close the file without saving

ThisWorkbook.Close True ' save and close the file
 
Top