Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |