Workbooks.Close Method

Excel Developer Reference

Closes the object.

Syntax

expression.Close

expression   A variable that represents a Workbooks object.

Remarks

Closing a workbook from Visual Basic doesn't run any Auto_Close macros in the workbook. Use the RunAutoMacros method to run the auto close macros.

Example

This example closes all open workbooks. If there are changes in any open workbook, Microsoft Excel displays the appropriate prompts and dialog boxes for saving changes.

Visual Basic for Applications
  Workbooks.Close

See Also