Re: excel object
- From: "Koda" <Koda@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 Jul 2005 08:00:04 -0700
Thanks for the reply but which one do I use to overwrite an existing file
without a prompt. This script will be scheduled. The other option is to use
fso to delete the file first.
Thanks
Mike
"Dave Patrick" wrote:
> This may help.
>
> http://techsupt.windowware.com/TS/T000001033005F9.html
>
> --
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Koda" wrote:
> | one other question. When saving the new file using
> |
> | Const xlSaveChanges = 1
> | xlOutBook.Close xlSaveChanges
> |
> | This prompts if I want to overwrite the file. I always will what is the
> | constant for that?
> |
> | Thanks again
> | Mike
> |
> |
> | "Koda" wrote:
> |
> | > I am working on a script to automate merging excel files but I think I
> ran
> | > into a snag. In order to crete an excel object do I have to have excel
> on
> | > the server? My guess is yes but I can't move yet to a server for
> testing.
> | >
> | >
> | > Set xlApp = CreateObject("Excel.Application")
> | > Set xlOutBook = xlApp.Workbooks.Add
> | >
> | > Thanks
> | > Mike
>
>
>
.
- Follow-Ups:
- Re: excel object
- From: Dave Patrick
- Re: excel object
- References:
- excel object
- From: Koda
- RE: excel object
- From: Koda
- Re: excel object
- From: Dave Patrick
- excel object
- Prev by Date: Re: Script help!!
- Next by Date: Re: Script help!!
- Previous by thread: Re: excel object
- Next by thread: Re: excel object
- Index(es):
Relevant Pages
|
|