From: BenF on
I am running a macro that uses Sendkeys to send text from an Excel cell to
the body of an email in Outlook. Worked fine in Office 2003 but since
upgrade to 2007 it now only sends every other letter. So, for example, if the
value in the cell was "abcdefghij", then Outlook would only receive "acegi".
Any ideas?
From: Peter T on
You didn't post any code so it's not possible to answer your question. That
said, SendKeys is notoriously unreliable; hard to be sure without knowing
what you are doing but most likely you can accomplish your objective by
automating Outlook.

Regards,
Peter T

"BenF" <BenF(a)discussions.microsoft.com> wrote in message
news:6E2CC647-14AE-40B1-819D-7DE909C31F79(a)microsoft.com...
>I am running a macro that uses Sendkeys to send text from an Excel cell to
> the body of an email in Outlook. Worked fine in Office 2003 but since
> upgrade to 2007 it now only sends every other letter. So, for example, if
> the
> value in the cell was "abcdefghij", then Outlook would only receive
> "acegi".
> Any ideas?