This documentation is archived and is not being maintained.
Application.SaveWorkspace Method (Excel)
Saves the current workspace.
expression
.SaveWorkspace(Filename)
expression
A variable that represents an Application object.
Parameters
Name
|
Required/Optional
|
Data Type
|
Description
|
Filename
|
Optional
|
Variant
|
The saved file name.
|
This example saves the current workspace as "saved workspace.xlw".
Application.SaveWorkspace "saved workspace"