On Excel VBA, I got an automation error message when creating object CreateObject("System.Security.Cryptography.HMACSHA1")
Since it's a late binding call, I don't think it is related to a missing reference. How to solve this error?
On Excel VBA, I got an automation error message when creating object CreateObject("System.Security.Cryptography.HMACSHA1")
Since it's a late binding call, I don't think it is related to a missing reference. How to solve this error?