current at work, I have a script where i would need help on the section involving the
Attachment.Add function in VBA
currently as the script loops
Attachment.Add link returns a runtime error message warning file doesnt exists and stalls up the script from moving forward
where link = cell(rows,44)
and cell that carries the link usually goes like this P:\test.pdf
im trying to find something similar to
If FileExist("Link") = True THEN attachment.add link end if