PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming Re Linking Outlook Task Items to Outlook Contacts

Reply

Re Linking Outlook Task Items to Outlook Contacts

 
Thread Tools Rate Thread
Old 29-04-2004, 02:56 PM   #1
=?Utf-8?B?V2FycmVu?=
Guest
 
Posts: n/a
Default Re Linking Outlook Task Items to Outlook Contacts


Hi,
I have a lot of Outlook 2002 task items that I've linked to my Outlook contacts. Doing this, whenever I open one of my tasks I know who its for and can simply double click on the contact and go straight to their Contact form.

What's happened is that I've had to restore a backup pst file of my contacts so now the links from my tasks to the contacts have been broken and double clicking on the contact in the task form does nothing.

To re-link every task item would mean clearing the name in the Contacts field in the task item, retyping in the name and clicking check names. I have a few hundred task items and to do this for each one would take a long time. Is there a way of refreshing the links automatically using VBA?

I've tried writing my own VBA code but failed because I couldn't clear the name already in the Contacts field on the task form.

Any help would be greatly appreciated.
  Reply With Quote
Old 29-04-2004, 03:22 PM   #2
Sue Mosher [MVP-Outlook]
Guest
 
Posts: n/a
Default Re: Re Linking Outlook Task Items to Outlook Contacts

The article at
http://www.exchangeadmin.com/Articl...ArticleID=22254 has a
reconnect script that should get you started.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Warren" <anonymous@discussions.microsoft.com> wrote in message
news:44EC0675-52D8-4464-B0AA-34DA9C9AEF55@microsoft.com...
> Hi,
> I have a lot of Outlook 2002 task items that I've linked to my Outlook

contacts. Doing this, whenever I open one of my tasks I know who its for
and can simply double click on the contact and go straight to their Contact
form.
>
> What's happened is that I've had to restore a backup pst file of my

contacts so now the links from my tasks to the contacts have been broken and
double clicking on the contact in the task form does nothing.
>
> To re-link every task item would mean clearing the name in the Contacts

field in the task item, retyping in the name and clicking check names. I
have a few hundred task items and to do this for each one would take a long
time. Is there a way of refreshing the links automatically using VBA?
>
> I've tried writing my own VBA code but failed because I couldn't clear the

name already in the Contacts field on the task form.
>
> Any help would be greatly appreciated.



  Reply With Quote
Old 30-04-2004, 09:01 AM   #3
=?Utf-8?B?V2FycmVu?=
Guest
 
Posts: n/a
Default Re: Re Linking Outlook Task Items to Outlook Contacts

Thanks Sue. With some changes I now have exactly what I need
I can't thank you enough
Regards
Warren.
  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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