View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default MD5 -- can I use one from somewhere?

Art,
http://excelsig.org/VBA/wwHash.htm#wwGetMD5Hash2

NickHK

"Art" wrote in message
...
I'd like to create a hash of a string. I really don't want to copy and

paste
a hashing algorithm into my code. Is there something out there that I can
reach that would do this? I rarely used com objects or other such things,
and am not so familiar with how to get to them, nor what is actually out
there.

Is there some way, within my VBA code that I find something that would

hash
a string for me?