View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jeffbanjo jeffbanjo is offline
external usenet poster
 
Posts: 4
Default MAC encryption from Excel

I need to do encryption from excel to communicate with a website. The
website creater wants to use the System.Security.Cryptography package to
encode part of the URL string for security but I don't know how to access
..NET objects from VBA. Can I get to this package from VBA? If not are there
any other available options from Excel VBA? Any suggestions would be
appreciated.
Thanks!