Hi all,
I'm hoping someone with some VB skills can take a gander at my code, and help me get these emails to send with an excel attachment on them.
Sub vendorRep_massemail()
row_number = 1
Do
DoEvents
row_number = row_number + 1
Dim infoprompt As String
Dim firstname As String...