Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Excel "integrated" in VB6

Hi,

I am using a Excel Workbook to produce report (with VB6).
I would like to have all the workbook specs without
having to carry the file along... creating it on run-time
is too long so do you know how I can "compilate or
integrate it" in a .exe program so it would be part of
the application?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Excel "integrated" in VB6

I doubt there is anyway to do that and still have it work with automation.
The Excel application is what provides the interface to the file and it only
works with files.

--
Regards,
Tom Ogilvy

"Stef" wrote in message
...
Hi,

I am using a Excel Workbook to produce report (with VB6).
I would like to have all the workbook specs without
having to carry the file along... creating it on run-time
is too long so do you know how I can "compilate or
integrate it" in a .exe program so it would be part of
the application?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 12
Default Excel "integrated" in VB6

If you want to be able to create XLS files from VB without
having Excel, have a look at ExcelWriter from
www.softartisans.com. They also have a 'free' version for
evaluation. Essentically, SoftArtisan supply an ActiveX
DLL that allows you to create, populate and save LS files
from any language that can use COM components; VB can.

-----Original Message-----
Hi,

I am using a Excel Workbook to produce report (with VB6).
I would like to have all the workbook specs without
having to carry the file along... creating it on run-time
is too long so do you know how I can "compilate or
integrate it" in a .exe program so it would be part of
the application?
.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 170
Default Excel "integrated" in VB6


"AA" wrote in message
...
If you want to be able to create XLS files from VB without
having Excel, have a look at ExcelWriter from
www.softartisans.com. They also have a 'free' version for
evaluation. Essentically, SoftArtisan supply an ActiveX
DLL that allows you to create, populate and save LS files
from any language that can use COM components; VB can.


Sure but at $500 for the Limited edition and $1500
for the full version its not exactly cheap.

Aspose have a similar offering but licenses for internal
deployment run between $290 and $600

http://www.aspose.com/Purchase/Pricing.aspx

Note that Aspose does specify VB.Net rather than VB6 however

Keith


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! [email protected] Excel Discussion (Misc queries) 3 January 5th 07 02:18 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


All times are GMT +1. The time now is 02:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"