VBA Excel Application on the Web

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an EXCEL financial application written in VBA that I would like to
publish on the web. Does anyone know a product or way to do this -- and how
to protect it from hackers??!!
 
I don't know anything about publishing to the web, but if you're code is written
in VBA, then the only way to protect it from hackers is to keep it private.

Excel's protection (even project protection) is very weak.

You could keep many (most?) out of the project by:
(within the VBE)
tools|VBAProject Properties|Protection tab

(but it won't stop anyone who really cares.)
 

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

Back
Top