Hello. I'm working on a project that requires a button click to launch an Outlook message box with a pre-filled template. I have had success with using the =hyperlink("mailto") function, but the contents of the message exceed 255 characters. I'm very novice at VBA script, and although I have tried a whole bunch of things I found online, but so far nothing has worked, at least without throwing errors at me that I personally can't debug.
For refernce here are the cell values I am using:
To: D30
CC: H31
Suject: D35
Body: F41 (I have concatenated the whole message here, but I would be interested in seeing how to combine text and cell values in VBA script: ex: "Hello", (A1) "Thanks")
Many thanks in advane for any advice you can offer.
For refernce here are the cell values I am using:
To: D30
CC: H31
Suject: D35
Body: F41 (I have concatenated the whole message here, but I would be interested in seeing how to combine text and cell values in VBA script: ex: "Hello", (A1) "Thanks")
Many thanks in advane for any advice you can offer.