April 2006
Beginner
1114 pages
98h 16m
English
workbooks.Add([Template])
Creates a new workbook and opens it in Excel.
|
Argument |
Settings |
|---|---|
|
|
The filename of a template to base the new workbook on. Alternately, this argument may be one of the following |
After calling Add, the new workbook becomes the ActiveWorkbook in Excel. The following line creates a workbook and returns a reference to the new Workbook object:
Set wb = Application.Workbooks.Add
Read now
Unlock full access