A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Push a single contact through to excel



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 4th 09, 09:01 AM posted to microsoft.public.outlook.program_vba
nickypatterson
external usenet poster
 
Posts: 2
Default Push a single contact through to excel

I am new to macros but see that they will greatly help to run my small
business.

I have been trying to find some code which suits my requirement of pushing
signgular fields from a contact into a pre-prepared excel book which is
loaded with the next stage of macro-powered automation.

I recieve enquiries both via email and by phone. I use my blackberry to
save phone enquiries to address book and Anagram for Blackberry to capture
the required contact data from our email enquiry form. Both are then
synchronised with my Outlook contacts.

Either from the point of creation, or through use of a macro button, I want
to automatically add a new contact's information into a prepared SOURCE
DATA.xls which at the moment automates the task and appointment schedule for
that contact.

I do not want to import or export all of my outlook contacts - I simply want
to export 1 contact as and when they are added to my address book (under the
category of "client").

From this SOURCE DATA.xls (which is then automatically saved into it's own
folder and file eg Clients/MRS_P/MRS_P_SOURCE_DATA.xls) I want to export the
info into various quotations, forms etc for printing and use by my staff.
These 2 processes I have managed thus far satisfactorily but the initial
action of pushing a contact through to my 'source data' book seems very
difficult to find any information on.

The info I need to push would be Full Name (first and surname - from which I
derive a reference code necessry for filing etc) Their full address, phone
number,
email address, and notes.

So is this possible?

I have some other ideas for simplifying alot of our admin work - but I
doubt that they are original ideas so there must be some precedence out
there. I know what I want to do but not how to do it.

Any help greatly appreciated.
Ads
  #2  
Old September 4th 09, 07:37 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Push a single contact through to excel

Sure, all of this is definitely possible.

For starters, there's a code sample here that can get you started:
http://www.helenfeddema.com/CodeSamples.htm#Code41

Basically, you need to familiarize yourself with both the Outlook and Excel
Object Models. At the lowest level, you need to get a ContactItem object,
usually via ActiveInspector.CurrentItem - which represents the active, opened
e-mail.

All data in the ContactItem object is exposed via numerous properties that
you can read to push into the Excel file.

You can find additional assistance and code samples at
http://www.outlookcode.com, and feel free to follow up with me for more
guidance.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"nickypatterson" wrote:

I am new to macros but see that they will greatly help to run my small
business.

I have been trying to find some code which suits my requirement of pushing
signgular fields from a contact into a pre-prepared excel book which is
loaded with the next stage of macro-powered automation.

I recieve enquiries both via email and by phone. I use my blackberry to
save phone enquiries to address book and Anagram for Blackberry to capture
the required contact data from our email enquiry form. Both are then
synchronised with my Outlook contacts.

Either from the point of creation, or through use of a macro button, I want
to automatically add a new contact's information into a prepared SOURCE
DATA.xls which at the moment automates the task and appointment schedule for
that contact.

I do not want to import or export all of my outlook contacts - I simply want
to export 1 contact as and when they are added to my address book (under the
category of "client").

From this SOURCE DATA.xls (which is then automatically saved into it's own
folder and file eg Clients/MRS_P/MRS_P_SOURCE_DATA.xls) I want to export the
info into various quotations, forms etc for printing and use by my staff.
These 2 processes I have managed thus far satisfactorily but the initial
action of pushing a contact through to my 'source data' book seems very
difficult to find any information on.

The info I need to push would be Full Name (first and surname - from which I
derive a reference code necessry for filing etc) Their full address, phone
number,
email address, and notes.

So is this possible?

I have some other ideas for simplifying alot of our admin work - but I
doubt that they are original ideas so there must be some precedence out
there. I know what I want to do but not how to do it.

Any help greatly appreciated.

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Push single contact field data into prepared excel workbook nickypatterson Outlook - General Queries 0 September 2nd 09 09:37 AM
Export single catagory from Outlook 2007 to an Excel file dspohn Outlook - Using Contacts 2 April 22nd 09 08:12 PM
export single catagory to excel Kevin Outlook - Using Contacts 1 September 27th 08 04:38 AM
Cartier Tortue Chronograph Single Push Piece 18kt White Gold MensWatch W1543651 [email protected] Outlook - Using Contacts 0 September 26th 08 07:45 AM
Export Single contact into excel Phil Outlook - Using Contacts 2 August 24th 08 03:43 PM


All times are GMT +1. The time now is 03:36 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.