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