Previously i used vba to change characters in a table.
example:
'Start the converter
Dim c As New ADODB.Recordset
Set db = DBEngine(0)(0)
ReDim chararray(256) As Integer
For x = 1 To 256
chararray(x) = 0
Next x
chararray(161) = 165...
Until now i've used the following function to create a new mail message and add an attachment to it:
Function Attach_fraud_notif(filename As String, tolist As String, message As String, subj As String)
Set myOlApp = CreateObject("Outlook.Application")
Set myitem =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.