Here Encoder how to convert to Decoder
Sub EncdPic()
Call EncodeFilebase64("C:\Users\User\Desktop\Untitled.png") '"FullPath with Pic Extention"
End Sub
Public Function EncodeFilebase64(strPicPath As String) As String
Dim PicExtn As String, FLPath As String
Dim StrPath As...