Link to home
Start Free TrialLog in
Avatar of Jonas Huber
Jonas Huber

asked on

Outlook address book moving data

Hi,

is there a way to move the data from one column to another in a addressbook?
For example from fax to telefon for all items ?

Regards JoNNy
ASKER CERTIFIED SOLUTION
Avatar of Bill Prew
Bill Prew

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jonas Huber
Jonas Huber

ASKER

Ok i know some VBA (mostly from excel but the syntax is similar), and i kinda understand what the code is doing but, as i can see the code is doing this in the local contacts. I need to do that in the public folders.
In my opinion i just have to change this :  objNS.GetDefaultFolder(olFolderContacts) To: objNS.GetDefaultFolder(olPublicFolders).
Am i right ? Maybe i have to add some kind of login credentials to get rights to access the PF.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ok i just edited some variables to fit my case, but it worked fine for me. Thank you
Welcome, glad that was useful.


»bp