How to change display order of GAL with VB ?

  • Thread starter Thread starter Thomas
  • Start date Start date
T

Thomas

Hi all,

I try to automate the following task with VB:

We use public folders, the personal adress book and the GAL for
contacts. But by default, Outlook sorts this lists by firstname,
lastname.

But we require this sorting order: lastername, firstname. If you use
the Outlook GUI, its no problem to change the sort sequence - just a
few clicks.

But how to do that with VB ?

Thanks in advance,
Thomas
 
Are you trying to sort by columns in the Address book? There's no way to do
any sorting in that dialog, nor with Outlook VBA; plus, the only name
related columns are Name and Display Name, so I'm not sure what you are
looking at. Are you sorting a Contacts folder?
 
Back
Top