View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Art Art is offline
external usenet poster
 
Posts: 587
Default MD5 -- can I use one from somewhere?

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?