Problem : mscorlib.dll used in VBA code

Problem : mscorlib.dll used in VBA code

Hello,

I wanna use this dll , called mscorlib.dll, to build an application to can use this object

Dim instance As TripleDES

Has anyone used any time this object TripleDES to encript a text¿?

Regards


Solution : mscorlib.dll used in VBA code

Anyhow
U can use each dll containing function by way:

Public Declare Function GetSystemVersion Lib “C:\WINNT\Microsoft.NET\Framework\v1.1.4322\mscorlib.dll” () As Long

etc. this is nor working, just show how declare external function from *.dll