' Code created by Chatgpt to generate draft emails ' work on this on 3/12/2025 Sub CreateFileEmail() Dim olApp As Object Dim olMail As Object Dim fs As Object Dim folder As Object Dim file As Object Dim fileList As String Dim dirPath As String Dim dirFolder As String Dim fridayDate As String Dim currentDate As Date Dim daysUntilFriday As Integer Dim attachmentCount As Integer Dim fileExtension As String Dim fileWithoutExtension As String Dim signature As String Dim emailContent As String ' Set your directory path here dirFolder = "C:\Users\UserName\Desktop\WORK\TE\" ' List of email addresses for "To" field (separate by semicolons) Dim toList As String toList = "......" ' List of email addresses for "CC" field (separate by semicolons) Dim ccList As String ccList = "......" & _ "......" ' Get the current date currentDate = Date ' Calculate the number of days until the upcoming Friday daysUntilFriday = 6 - Weekday(currentDate, vbSunday) ' Get the date for the upcoming Friday fridayDate = DateAdd("d", daysUntilFriday, currentDate) ' Format the date as yyyy-mm-dd fridayDate = Format(fridayDate, "mmmm dd, yyyy") yearMonth = Format(fridayDate, "yyyy-mm") monthDateYear = Format(fridayDate, "mm-dd-yyyy") dirPath = dirFolder & yearMonth & "\" & monthDateYear & " Files" ' Create a list of PDF filenames in the directory and attach the files Set fs = CreateObject("Scripting.FileSystemObject") Set folder = fs.GetFolder(dirPath) fileList = "