Hi All,
I'm not good with VBA, but have made a macrothat will autosend an email from Excel via Outlook when a certain condition is met (i.e. cell x value = cell y value). The email body contains information from a range of cells using the "Select.Range()...." functionality. I would like the email body to contain information more than one range, located at different locations on the sheet. So, for instance, if I could have the first row of the email body contain Range("A1:F1"), and a second row of the email body contain Range("A7:D7"), that would be perfect.
Any help is greatly appreciated. Thank you!
-S
I'm not good with VBA, but have made a macrothat will autosend an email from Excel via Outlook when a certain condition is met (i.e. cell x value = cell y value). The email body contains information from a range of cells using the "Select.Range()...." functionality. I would like the email body to contain information more than one range, located at different locations on the sheet. So, for instance, if I could have the first row of the email body contain Range("A1:F1"), and a second row of the email body contain Range("A7:D7"), that would be perfect.
Any help is greatly appreciated. Thank you!
-S