R
rvnolen
Hello
I need to use System.Convert.ToBase64String and
System.Convert.FromBase64String in a VBA application that I am developing.
If I reference the System.dll -- Convert becomes undedfined.
Without referencing System.dll -- System is undefined.
What reference can I make to have System.Convert.ToBase64String and
System.Convert.FromBase64String compile and execute properly.
Thanks
Troy Nolen
I need to use System.Convert.ToBase64String and
System.Convert.FromBase64String in a VBA application that I am developing.
If I reference the System.dll -- Convert becomes undedfined.
Without referencing System.dll -- System is undefined.
What reference can I make to have System.Convert.ToBase64String and
System.Convert.FromBase64String compile and execute properly.
Thanks
Troy Nolen