Re: Dates Matches Then Send Email
I have a similiar issue.
Whilst im not entirely sure on the VBA version of the pseudocode I have a general idea of what needs to go on and its just a matter of going about translating it!
Code
Private Sub Workbook_Open
dim numRow As Integer
dim address as string?
for numRow = 0 to 200
if worksheet.cell(A.numrow) == now()
address <- C.numrow
Insert e-mail sending script here.
endif
endfor
Display More
Unfortunately I have never really worked closely with VBA and am not sure about the syntax. If any one could help out i'm sure both our issues would be solved.
Regards,
Chris