View Single Post
  #3  
Old February 2nd 07, 04:59 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default copy values from one to another form

Why not just create a copy of the whole item?

Set newItem = originalItem.Copy
newItem.Save

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Dasha" wrote in message ups.com...
Hi!

Can anyone help me with the following:

I've opened saved item (based on custom IPM.POST form), and when the
user clicks a button I need to create a duplicate item and copy the
data from the original form to the new one.

How can I do this using VBScript?

Many thanks for any help in advance.

Dasha

Ads