Outlook Macro using SendKeys in OL2007...

  • Thread starter Thread starter Default User
  • Start date Start date
D

Default User

Hi,

We have a macro that worked great until installed with OL2007. It sends
some keys to a custom form to check a few checkboxes, etc. We did add it to
the toolbar so we could click it, but it doesn't send the keys any longer.
Any ideas?

Thanks,

Alan
http://www.sadevelopment.com
Partition Boot Manager and Large Drive Tools utilities!
 
SendKeys is never a good programming solution. In this case, the keystrokes are probably different. But you really you should be setting property values using the Outlook object model instead.

FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public.outlook.program_vba

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Hi Sue,
SendKeys is never a good programming solution. In this case, the keystrokes
are probably different.
But you really you should be setting property values using the Outlook
object model instead.

I am with you, I posted a message down the hall looking for help as you
suggested!

Thanks,

Alan
http://www.sadevelopment.com
Partition Boot Manager and Large Drive Tools utilities!
 
Back
Top