View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard Choate Richard Choate is offline
external usenet poster
 
Posts: 42
Default hiding vba code

password the code
Richard Choate

"Alex Wolff" wrote in message
...
I wrote a vba module that queries the company directory
via http/xml. The webserver requires a login/password (I
used my login/password) which I hard coded into the code.

How can I keep people who use my macro from viewing the
code and stealing my password?

Thank You.

Alex-