updating and saving contacts in Distribution List

Status
Not open for further replies.
M

m_s

I have some 7 contacts in my Distribution List named "A". Can I open the

Distribution List "A", add two more contacts, remove 3 existing contacts and

save the distribution list as "B" by

which distribution list "A" will not

be affected. "B" distribution list will have the changed distribution list

of 6 people. "A" will have the same 7 contatcs which it had before.

I am using MS Outlook 2007. It is for an office where I am working where

people do not want to create a copy of the

DL(Distribution List), amend it as desired, rename it, and save it. They

think just as you can open a Word Document

"A", change it, save it as "B" word document by which we

get a new word document "B" and "A" is untouched. We can do similar

things in Outlook contact list also.

Can someone please clarify if this is possible programmatically using VBA or

similar method? If so, how can it be

done?

Thanks
 
I'd make a copy of DistList_A using the Copy method and then modify that

copy as B as you want it modified.

"m_s" <ms> wrote in message

news:9AA14DE0-D9B9-4F55-9E5B-D75FA14DA154@microsoft.com...
> I have some 7 contacts in my Distribution List named "A". Can I open the
> Distribution List "A", add two more contacts, remove 3 existing contacts
> and
> save the distribution list as "B" by

> which distribution list "A" will not
> be affected. "B" distribution list will have the changed distribution list
> of 6 people. "A" will have the same 7 contatcs which it had before.

> I am using MS Outlook 2007. It is for an office where I am working where
> people do not want to create a copy of the

> DL(Distribution List), amend it as desired, rename it, and save it. They
> think just as you can open a Word Document

> "A", change it, save it as "B" word document by which we
> get a new word document "B" and "A" is untouched. We can do similar
> things in Outlook contact list also.

> Can someone please clarify if this is possible programmatically using VBA
> or
> similar method? If so, how can it be

> done?

> Thanks
 
On Oct 19, 1:39 pm, "
<kenslo...@mvps.org> wrote:
> I'd make a copy of DistList_A using the Copy method and then modify that
> copy as B as you want it modified.

> >

> http://www.slovaktech.com

>


Thanks for the reply
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
I Saving attachments from multiple emails and updating file name Outlook VBA and Custom Forms 0
P Outlook tasks keeps changing (updating) dates that I type Using Outlook 2
I Outlook is stuck at "Updating Calendar" Using Outlook 1
A VBscript stops running after updating form Outlook VBA and Custom Forms 1
D Custom Search Folders not refreshing/updating automatically Using Outlook 0
G Updating VbaProject.OTM on several users Outlook VBA and Custom Forms 3
RBLampert Updating from Outlook 2010 to Outlook 365 Using Outlook 0
T Office 2013 no longer updating automatically Using Outlook 2
G Mass Updating Contact form used Outlook VBA and Custom Forms 8
J Updating existing entry on shared calendar wants to send update from delegate Using Outlook 0
K Can VBA intervene when updating Internet Calendars? Outlook VBA and Custom Forms 5
S Task Update coming as email and not updating task Using Outlook 3
M search takes a loooong time since updating Using Outlook 8
T Shared calendar not updating Using Outlook 1
T Need help with finding/updating task Outlook VBA and Custom Forms 1
P Updating Last Modified Date on ThisOutlookSession Macro Outlook VBA and Custom Forms 1
TotallyConfused Godaddy Microsoft exchange 2007 stopped updating Exchange Server Administration 1
S Updating the database based on received task Outlook VBA and Custom Forms 3
makinmyway Recent Files Not Updating when Using Insert Hyperlink in Outlook 2013 Using Outlook 0
S Updating between Smartphone and PC Using Outlook 3
M Outlook 10 Inbox not updating Using Outlook 3
H Gmail not updating Outlook Home Using Outlook 17
Aalishaan Outlook 2010 Updating Inbox starts again Using Outlook 0
Alex Hall When updating shared calendar, it does not automatically update personal calendar Using Outlook 3
D Updating Registry to force new task and note items to save in a particular folder Using Outlook 1
K Excel Import Option: Need Help Updating Existing Records BCM (Business Contact Manager) 0
J Shared ICalendars are not updating in Outlook Using Outlook 2
A Updating Outlook Contact Phone Nos to international dialling codes Using Outlook 5
D Outlook 2010 - Pattern for updating task owner in generic mailbox Using Outlook 2
M Constantly updating address book Using Outlook 5
B Updating Macro to OL2010/32bit Using Outlook 8
D Multiple Users Updating Custom Form At Same Time Using Outlook 1
M Updating VBA code from outlook 2007 to outlook 2010 Using Outlook 1
D Updating a recurring meeting cuses a reminder to be sent for every occurence. Using Outlook 2
C Message Count not updating Using Outlook 2
H Cannot share calendar, global address book not updating Exchange Server Administration 1
C Updating many contacts at once? BCM (Business Contact Manager) 3
Z Updating .ics files in OUtlook 2010 Using Outlook 1
T Error when updating Internet Calendar Subscriptions Using Outlook 12
R Outlook 2003 - Exchange 2010 global address list not updating Using Outlook 3
A Updating contacts with new information BCM (Business Contact Manager) 1
M Updating appointments from Access 07 Outlook VBA and Custom Forms 4
T Appoinments Not Updating after Outlook 2007 SP2 Outlook VBA and Custom Forms 1
Rupert Dragwater Background colors not saving in Outlook 365 Using Outlook 15
R Saving Emails and Attachments as .msg file Using Outlook 3
CWM550 Saving Data: Don't check certain folders Using Outlook 2
M Saving emails using Visual Basic - Selecting folder with msoFileDialogFolderPicker Outlook VBA and Custom Forms 6
D Outlook 2016 Outlook not saving Sent Items Using Outlook 4
I Error saving screenshots in a custom form in outlook 2016, outlook 365 - ok in outlook 2013, outlook 2010 Outlook VBA and Custom Forms 5
M Adding Subject to this Link-Saving VBA Outlook VBA and Custom Forms 5

Similar threads

Back
Top