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 - Using Contacts
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Custom categories do not import to Outlook 2003



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 14th 06, 04:46 PM posted to microsoft.public.outlook.contacts
GFL4
external usenet poster
 
Posts: 16
Default Custom categories do not import to Outlook 2003

I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?
Ads
  #2  
Old July 14th 06, 07:21 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom categories do not import to Outlook 2003

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?

  #3  
Old July 17th 06, 06:09 PM posted to microsoft.public.outlook.contacts
GFL4
external usenet poster
 
Posts: 16
Default Custom categories do not import to Outlook 2003

I've read Article ID 303937. The problem is not importing the master
category list as I have retyped the category names on the new computer. It
is the classification of the 4000 names into those categories that doesn't
map from the pst file. The article referenced seems to imply that I would
have to paste the masterlist registry value for each of the 4000 records.
And then there is the 255 character limitation. I have 50 categories.

"Sue Mosher [MVP-Outlook]" wrote:

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?


  #4  
Old July 17th 06, 07:36 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom categories do not import to Outlook 2003

There's no simple one-click solution to what you want to do. You have 4000 contacts with no categories and 4000 with categories and you want to merge them together. Outlook has no feature to do that. Your choices are to write your own VBA code to perform that operation or import all the contacts, duplicates and all, and then use one of the duplicate checkers listed at http://www.slipstick.com/addins/contacts.htm to merge them.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've read Article ID 303937. The problem is not importing the master
category list as I have retyped the category names on the new computer. It
is the classification of the 4000 names into those categories that doesn't
map from the pst file. The article referenced seems to imply that I would
have to paste the masterlist registry value for each of the 4000 records.
And then there is the 255 character limitation. I have 50 categories.

"Sue Mosher [MVP-Outlook]" wrote:

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?


  #5  
Old July 17th 06, 09:04 PM posted to microsoft.public.outlook.contacts
GFL4
external usenet poster
 
Posts: 16
Default Custom categories do not import to Outlook 2003

These are the same records, one with categories and one without. If there is
a way to erase the contact folder on the desktop that holds the records
without the categories, I would be happy to just import the pst file from the
laptop with the categories. So I need a way to import the records with the
categories, which I don't understand how to do.

"Sue Mosher [MVP-Outlook]" wrote:

There's no simple one-click solution to what you want to do. You have 4000 contacts with no categories and 4000 with categories and you want to merge them together. Outlook has no feature to do that. Your choices are to write your own VBA code to perform that operation or import all the contacts, duplicates and all, and then use one of the duplicate checkers listed at http://www.slipstick.com/addins/contacts.htm to merge them.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've read Article ID 303937. The problem is not importing the master
category list as I have retyped the category names on the new computer. It
is the classification of the 4000 names into those categories that doesn't
map from the pst file. The article referenced seems to imply that I would
have to paste the masterlist registry value for each of the 4000 records.
And then there is the 255 character limitation. I have 50 categories.

"Sue Mosher [MVP-Outlook]" wrote:

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?


  #6  
Old July 17th 06, 09:19 PM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom categories do not import to Outlook 2003

Try opening the .pst file with the File | Open | Outlook Data File command and dragging the items to the Contacts folder.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
These are the same records, one with categories and one without. If there is
a way to erase the contact folder on the desktop that holds the records
without the categories, I would be happy to just import the pst file from the
laptop with the categories. So I need a way to import the records with the
categories, which I don't understand how to do.

"Sue Mosher [MVP-Outlook]" wrote:

There's no simple one-click solution to what you want to do. You have 4000 contacts with no categories and 4000 with categories and you want to merge them together. Outlook has no feature to do that. Your choices are to write your own VBA code to perform that operation or import all the contacts, duplicates and all, and then use one of the duplicate checkers listed at http://www.slipstick.com/addins/contacts.htm to merge them.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've read Article ID 303937. The problem is not importing the master
category list as I have retyped the category names on the new computer. It
is the classification of the 4000 names into those categories that doesn't
map from the pst file. The article referenced seems to imply that I would
have to paste the masterlist registry value for each of the 4000 records.
And then there is the 255 character limitation. I have 50 categories.

"Sue Mosher [MVP-Outlook]" wrote:

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?


  #7  
Old July 18th 06, 12:09 AM posted to microsoft.public.outlook.contacts
GFL4
external usenet poster
 
Posts: 16
Default Custom categories do not import to Outlook 2003

With the contact pst file highlighted, when I click on File, Open, there is
no Outlook Data File command. A message appears to open with a specific list
of programs of or to search the internet. Where might I find the Outlook
Data File command?

"Sue Mosher [MVP-Outlook]" wrote:

Try opening the .pst file with the File | Open | Outlook Data File command and dragging the items to the Contacts folder.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
These are the same records, one with categories and one without. If there is
a way to erase the contact folder on the desktop that holds the records
without the categories, I would be happy to just import the pst file from the
laptop with the categories. So I need a way to import the records with the
categories, which I don't understand how to do.

"Sue Mosher [MVP-Outlook]" wrote:

There's no simple one-click solution to what you want to do. You have 4000 contacts with no categories and 4000 with categories and you want to merge them together. Outlook has no feature to do that. Your choices are to write your own VBA code to perform that operation or import all the contacts, duplicates and all, and then use one of the duplicate checkers listed at http://www.slipstick.com/addins/contacts.htm to merge them.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've read Article ID 303937. The problem is not importing the master
category list as I have retyped the category names on the new computer. It
is the classification of the 4000 names into those categories that doesn't
map from the pst file. The article referenced seems to imply that I would
have to paste the masterlist registry value for each of the 4000 records.
And then there is the 255 character limitation. I have 50 categories.

"Sue Mosher [MVP-Outlook]" wrote:

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?



  #8  
Old July 18th 06, 12:21 AM posted to microsoft.public.outlook.contacts
GFL4
external usenet poster
 
Posts: 16
Default Custom categories do not import to Outlook 2003

OK I got that figured out. When I opened this pst file that I created from
the portable, the categories are not there. So how do I export from the
portable with the categories attached to the message. Instead of exporting
to a pst file should I just somehow create a pst file of the contacts, not
through the export function and then copy to a CD and then try to open on the
desktop?

"Sue Mosher [MVP-Outlook]" wrote:

Try opening the .pst file with the File | Open | Outlook Data File command and dragging the items to the Contacts folder.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
These are the same records, one with categories and one without. If there is
a way to erase the contact folder on the desktop that holds the records
without the categories, I would be happy to just import the pst file from the
laptop with the categories. So I need a way to import the records with the
categories, which I don't understand how to do.

"Sue Mosher [MVP-Outlook]" wrote:

There's no simple one-click solution to what you want to do. You have 4000 contacts with no categories and 4000 with categories and you want to merge them together. Outlook has no feature to do that. Your choices are to write your own VBA code to perform that operation or import all the contacts, duplicates and all, and then use one of the duplicate checkers listed at http://www.slipstick.com/addins/contacts.htm to merge them.
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"GFL4" wrote in message ...
I've read Article ID 303937. The problem is not importing the master
category list as I have retyped the category names on the new computer. It
is the classification of the 4000 names into those categories that doesn't
map from the pst file. The article referenced seems to imply that I would
have to paste the masterlist registry value for each of the 4000 records.
And then there is the 255 character limitation. I have 50 categories.

"Sue Mosher [MVP-Outlook]" wrote:

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?



  #9  
Old July 18th 06, 01:16 AM posted to microsoft.public.outlook.contacts
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom categories do not import to Outlook 2003

OK I got that figured out. When I opened this pst file that I created from
the portable, the categories are not there. So how do I export from the
portable with the categories attached to the message.


That would be an issue for your Palm sync software, wouldn't it? I know nothing about that.

Instead of exporting
to a pst file should I just somehow create a pst file of the contacts, not
through the export function and then copy to a CD and then try to open on the
desktop?


Don't you already have that in the form of the contacts you already have on the new desktop?

"GFL4" wrote in message ...
These are the same records, one with categories and one without. If there is
a way to erase the contact folder on the desktop that holds the records
without the categories, I would be happy to just import the pst file from the
laptop with the categories. So I need a way to import the records with the
categories, which I don't understand how to do.

"Sue Mosher [MVP-Outlook]" wrote:

There's no simple one-click solution to what you want to do. You have 4000 contacts with no categories and 4000 with categories and you want to merge them together. Outlook has no feature to do that. Your choices are to write your own VBA code to perform that operation or import all the contacts, duplicates and all, and then use one of the duplicate checkers listed at http://www.slipstick.com/addins/contacts.htm to merge them.

"GFL4" wrote in message ...
I've read Article ID 303937. The problem is not importing the master
category list as I have retyped the category names on the new computer. It
is the classification of the 4000 names into those categories that doesn't
map from the pst file. The article referenced seems to imply that I would
have to paste the masterlist registry value for each of the 4000 records.
And then there is the 255 character limitation. I have 50 categories.

"Sue Mosher [MVP-Outlook]" wrote:

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?



  #10  
Old July 18th 06, 02:01 AM posted to microsoft.public.outlook.contacts
GFL4
external usenet poster
 
Posts: 16
Default Custom categories do not import to Outlook 2003

I don't think we are communicating. Why would a pst file that I created from
outlook on my portable by exporting to a pst file, burning to a CD and then
importing to my desktop be a palm problem by opening without contacts? The
fix to the palm problem you speak of (need special software for $70 to sync
categories into palm) would indeed fix the outlook problem I am having but it
has nothing to do with this problem. Assume I have an empy contacts folder
on my desktop. How can I get the portable contacts with categories into my
desktop? That has been the question from the getgo.
"Sue Mosher [MVP-Outlook]" wrote:

OK I got that figured out. When I opened this pst file that I created from
the portable, the categories are not there. So how do I export from the
portable with the categories attached to the message.


That would be an issue for your Palm sync software, wouldn't it? I know nothing about that.

Instead of exporting
to a pst file should I just somehow create a pst file of the contacts, not
through the export function and then copy to a CD and then try to open on the
desktop?


Don't you already have that in the form of the contacts you already have on the new desktop?

"GFL4" wrote in message ...
These are the same records, one with categories and one without. If there is
a way to erase the contact folder on the desktop that holds the records
without the categories, I would be happy to just import the pst file from the
laptop with the categories. So I need a way to import the records with the
categories, which I don't understand how to do.

"Sue Mosher [MVP-Outlook]" wrote:

There's no simple one-click solution to what you want to do. You have 4000 contacts with no categories and 4000 with categories and you want to merge them together. Outlook has no feature to do that. Your choices are to write your own VBA code to perform that operation or import all the contacts, duplicates and all, and then use one of the duplicate checkers listed at http://www.slipstick.com/addins/contacts.htm to merge them.

"GFL4" wrote in message ...
I've read Article ID 303937. The problem is not importing the master
category list as I have retyped the category names on the new computer. It
is the classification of the 4000 names into those categories that doesn't
map from the pst file. The article referenced seems to imply that I would
have to paste the masterlist registry value for each of the 4000 records.
And then there is the 255 character limitation. I have 50 categories.

"Sue Mosher [MVP-Outlook]" wrote:

The master category list is in the Windows registry on your old computer. See http://www.slipstick.com/outlook/olcat.htm

"GFL4" wrote in message ...
I've created a pst file from my 4000 contact data base on my portable which
has been organized into 100 categories. I want to transfer this file into my
new desktop. Already installed on my desktop is the same 4000 contact data
base but without the categories, imported from my Palm. When I import the
pst file, and allow the file to overwrite any duplicates, the categories
still do not appear. How do I get the pst file to install on the desktop
with the names organized by categories?




 




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
How do I import categories from a PDA into Task in Outlook? videomag Outlook - Calandaring 1 July 9th 06 07:29 PM
Import Categories from PDA to Outlook [email protected] Outlook - Using Contacts 0 May 17th 06 04:39 PM
Import custom forms from Outlook 2000 to Outlook 2003 [email protected] Outlook - Using Forms 10 May 16th 06 08:42 PM
Import custom forms for contact from Outlook 2000 to Outlook 2003 [email protected] Outlook - Using Contacts 0 May 14th 06 10:27 AM
Dozens of custom contact fields, import into Outlook? Possible? [email protected] Outlook - Using Contacts 2 February 13th 06 05:02 PM


All times are GMT +1. The time now is 11:16 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.