XLA & COM files

  • Thread starter Thread starter Charley Kyd
  • Start date Start date
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
 
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.
 
Thanks, Thomas. How does its file size compare to a normal XLA?

Charley
 
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

Similar Threads


Back
Top