vba - UInt64 - Automation Type Not SUpported -


I am trying to implement a SHA512 algorithm on VBA, Excel 2003.

This is what I am using as a base:

I am facing problems with the use of UInt64 (unsigned long) in VBA . The following code throws the error: the variable does not use an automation type . sub head () is not diminished as UIint64 ending sub

How do I fix it?

Assigned integer datatype is not supported in vba. I think that you can have a library for vb.net.

Comments