Is there an add-in or a utility for Excel Packaging?

M

Martyn

Hi,
I heard that there is an Office package that includes "developer tools" to
create executable win applications from standard office packs (Access, Word,
Excel, Powerpoint). I wonder if there is an add-in or a utility for Excel
only...
TIA
 
H

Harald Staff

No, that is not true. You can not make an executable from/with Office
applications.

To make compiled exe files you need a programming suite like Visual Studio,
and Excel is not a component you can compile into the files you make with
it.

HTH. Best wishes Harald
 
M

Martyn

Thanks for the information Herald.
I guess I have to look for other alternatives then...
 
D

Dmitry V. Petkun

With Office Developer Tools you can make COM add-in (DLL) for the all office
applications that support VBA
 
M

Martyn

Thanks Dmitry,
May I ask one more Q. for this thread?.
I hava a licensed MS OfficeXP but unfortunately not including Developer
Tools. What are the alternatives for getting one?.
Martyn

Dmitry V. Petkun said:
With Office Developer Tools you can make COM add-in (DLL) for the all office
applications that support VBA


---
Outgoing mail is certified Virus Free.
(Giden posta virüssüz olarak belgelendi.)
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.709 / Virus Database: 465 - Release Date: 22.06.2004
 
H

Harald Staff

Hi Martyn

I'd definitely try to find a secondhand version of Visual Basic 6 or Visual
studio 6. You can do the same thing with that AND you can write exe files
with it using the familiar VB language. VBA is the same language as VB6.
(VB.NET is quite different). Do a search on http://www.ebay.com

HTH. best wishes Harald
 
M

Martyn

Thanks Herald, I' ll consider your suggestion.

Harald Staff said:
Hi Martyn

I'd definitely try to find a secondhand version of Visual Basic 6 or Visual
studio 6. You can do the same thing with that AND you can write exe files
with it using the familiar VB language. VBA is the same language as VB6.
(VB.NET is quite different). Do a search on http://www.ebay.com

HTH. best wishes Harald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top