Concealing VB code

K

Karl Irvin

In Excel 2000 or later, can you develop a spreadsheet with a lot of VBA code
and hide or compile the code so users can't see or modify it?
 
K

Karl Irvin

Thanks Anne

I have an Access app the exports data out of an accounting package and via
automation adds it to Excel. The process of transferring the data to Excel
is relatively slow so I was thinking of re-writing the app in Excel to avoid
this bottleneck.

In Access I can make an mde file (sort of a compiled file) that makes the
code unreadable. But I sell this product and would rather not have the code
visible. I guess I will stick with the Access to Excel process.
 
Top