MD5 -- can I use one from somewhere?

A

Art

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?
 
A

Art

Nick,

Thanks -- I guess I was hoping for a simple call to something else, but it
looks like this will do. I guess I just need to paste this stuff into my
code. I won't actually have ranges as input, so I'll just have to change
that part. Thanks again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top