Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dumb question, but I forgot how to programmincally create
a workbook and I can't find it in Help, so...help! =;O) Trent |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trent,
It's pretty simple workbooks.Add -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Trent Argante" wrote in message ... Dumb question, but I forgot how to programmincally create a workbook and I can't find it in Help, so...help! =;O) Trent |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, Bob.
I was ASSuMEing that the workbook had to exist prior to .ADDing it to the collection, so I didn't even bpther trying it...uh, hello, McFly? Trent Argante *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Trent,
Use the Add method of the Workbooks collection. E.g., Dim WB As Workbook Set WB = Workbooks.Add() -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Trent Argante" wrote in message ... Dumb question, but I forgot how to programmincally create a workbook and I can't find it in Help, so...help! =;O) Trent |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create workbook | Excel Discussion (Misc queries) | |||
Create New Workbook from Worksheets in One Workbook | Excel Discussion (Misc queries) | |||
Taking specific rows from on workbook to create another workbook | Excel Worksheet Functions | |||
Create and open a workbook in VB.net ? | Excel Discussion (Misc queries) | |||
Create new workbook | Excel Programming |