View Single Post
  #2  
Old February 2nd 07, 05:01 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default copy values from one to another form

I'd use the Item.Copy method to create the copy already populated with the
original data. Just have your button click event copy the item.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"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