Hi thread,
Try to set up VBA to help me automate my remittance advice sending..
I want to loop through the rows in the table. But I am so new to the VBA, I need some help.
Here is the code for my VBA.
Sub Mail()
Dim OutlookApp As Object
Dim Mess As Object, Recip
Dim Body As...