View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rvnolen rvnolen is offline
external usenet poster
 
Posts: 1
Default System.Convert.FromBase64String

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