handsj
02-14-2008, 03:37 AM
Hi Folks
I am currently trying to send a report via e-mail to about 25 team leaders and cc it to another 6 people. I tried the usual sendobject macro for quickness but told me the string was too long and can only hold about 6 e-mail addresses.
I have since then written the code into vba using the DoCmd.SendObject instruction but due to the number of e-mail addresses I have to enter which is 25 i run out of space to enter anymore as I am at the end of screen, is there an easier way to do this or is there something you can add at the end of the code to allow you to continue typing on a new line, or are I trying to send this to too many people.
Your help is much appreciated.
I am currently trying to send a report via e-mail to about 25 team leaders and cc it to another 6 people. I tried the usual sendobject macro for quickness but told me the string was too long and can only hold about 6 e-mail addresses.
I have since then written the code into vba using the DoCmd.SendObject instruction but due to the number of e-mail addresses I have to enter which is 25 i run out of space to enter anymore as I am at the end of screen, is there an easier way to do this or is there something you can add at the end of the code to allow you to continue typing on a new line, or are I trying to send this to too many people.
Your help is much appreciated.