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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top