N
Neil
I have some code which automates an Edit | Paste in Outlook 2003, as
follows:
objOutlookMsg.GetInspector.CommandBars.Item("Menu
Bar").Controls("Edit").Controls("Paste").Execute
where objOutlookMsg is an object variable set to an e-mail message.
This code works fine in 03. However, it results in an "Automation Error" in
Outlook 2007.
How do I automate an Edit | Paste in Outlook 2007?
Thanks!
Neil
follows:
objOutlookMsg.GetInspector.CommandBars.Item("Menu
Bar").Controls("Edit").Controls("Paste").Execute
where objOutlookMsg is an object variable set to an e-mail message.
This code works fine in 03. However, it results in an "Automation Error" in
Outlook 2007.
How do I automate an Edit | Paste in Outlook 2007?
Thanks!
Neil