Hi,
I have code that will automatically send and email of the spreadsheet that is open. The subject is populated using .Subject = "ABC File"
Is there a way to add in the contents of cell A11 to the subject line? I thought it would as simple as .Subject = "ABC File" & Range("A11") but that doesn't work. I tried a couple of other variations to no avail, so any help is appreciated.
Thanks.
I have code that will automatically send and email of the spreadsheet that is open. The subject is populated using .Subject = "ABC File"
Is there a way to add in the contents of cell A11 to the subject line? I thought it would as simple as .Subject = "ABC File" & Range("A11") but that doesn't work. I tried a couple of other variations to no avail, so any help is appreciated.
Thanks.