Thread: Hiding VBA code
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Haroon[_3_] Haroon[_3_] is offline
external usenet poster
 
Posts: 1
Default Hiding VBA code

Thanks both of you for your thoughts.

Gimme said:
<<Incidentally, you can read XML from a URL using ADO almost as easily
as reading data from a database using ADO.<<
Yes, this is the way I would go eventually. But wouldn't I still need to
send a connection string, this time in text (as it's XML) so will it not be
readable ?

Haroon