Excel & Outlook Integration - Urgent!

B

Bill Li

Hi Shauna,

You can create a input form in Excel, then add the input
information to Outlook via VBA. For example, you can
access Outlook via the following code.

dim objOutlook as outlook.application
set objOutlook=Create("Outlook.application")

then, you can use the VBA function in Outlook to add the
information into your addressbook.

Best Regards

Bill
 
Top