XLA & COM files

C

Charley Kyd

Since Excel 2000 we've been able to save VBA code as a COM file. How
unviewable does this make our code? Is the file compiled? If someone
*really* wanted to see the code, would they merely need to buy a different
program for breaking into protected code?

Thanks.

Charley
 
T

Thomas

A com add in is compiled ,and only can be made in excel's developer
edition or stand alone VB6.you could get ASM out of it but thats all and
useless to most people.
 
T

Thomas

The com addin would be a tad larger as it is compiled and a regular
addin is the same size as its source.
 

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