I have written a macro that sends a sheet as a csv file to an email address. What if I want to send it to an FTP site instead? Not sure how I would change my code. Any advice would be appreciated.
Sub Mail_small_Text_Outlook2()
If Range("c157").Value = "" Or Range("c159").Value = "" Then...