Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - create Excel spreadsheet without loading Excel

Reply
 
Old 10-20-2008   #1 (permalink)
sneaky hamster


 
 

create Excel spreadsheet without loading Excel

Greetings,
I have a script which uses CreateObject("Excel.Application") to create a
spreadsheet. This works fine on my machine since I have Excel loaded.

I plan to move the script to a server & would like to avoid loading
Excel on that machine. Is it not possible to just put certain files
(DLLs?) on the server without performing a full install?

Thanks

My System SpecsSystem Spec
Old 10-20-2008   #2 (permalink)
Al Dunbar


 
 

Re: create Excel spreadsheet without loading Excel


"sneaky hamster" <olis170@xxxxxx> wrote in message
news:eiVDc7uMJHA.5648@xxxxxx
Quote:

> Greetings,
> I have a script which uses CreateObject("Excel.Application") to create a
> spreadsheet. This works fine on my machine since I have Excel loaded.
>
> I plan to move the script to a server & would like to avoid loading Excel
> on that machine. Is it not possible to just put certain files (DLLs?) on
> the server without performing a full install?
I doubt it. An application consist of its files plus the fact that it is
installed, a process which registers its application object.

/Al


My System SpecsSystem Spec
Old 10-21-2008   #3 (permalink)
Paul Randall


 
 

Re: create Excel spreadsheet without loading Excel


"sneaky hamster" <olis170@xxxxxx> wrote in message
news:eiVDc7uMJHA.5648@xxxxxx
Quote:

> Greetings,
> I have a script which uses CreateObject("Excel.Application") to create a
> spreadsheet. This works fine on my machine since I have Excel loaded.
>
> I plan to move the script to a server & would like to avoid loading Excel
> on that machine. Is it not possible to just put certain files (DLLs?) on
> the server without performing a full install?
ekkehard.horner has posted a number of VBScripts that create and manipulate
Excel and Access spreadsheet and database files, without the use of the
Excel or Access applications. Groups.google.com can find them for you
easily. Go there and search for the following:
ekkehard create xls vbscript group:*.scripting

-Paul Randall


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Set homeDrive and homeDirectory from excel spreadsheet VB Script
Excel Spreadsheet Problem Microsoft Office
Excel Spreadsheet Help Software
Adding headers to an excel spreadsheet PowerShell
EXCEL spreadsheet running slow Vista performance & maintenance


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46