Thread
:
Add Workbook with specified name
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
Add Workbook with specified name
try
Sub addnamewb()
Workbooks.Add.SaveAs Filename:="Don.xls"
End Sub
--
Don Guillett
SalesAid Software
"Todd Huttenstine" wrote in message
...
Hey guys
I am trying to create a workbook called "Ops Reports
Temporary". Its not working. What should it be?
Dim WB As Workbook
Set WB = Workbooks("Ops Reports Temporary").Add
Thanx
Todd Huttenstine
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]