sort certificates in select certificate window

A

Alvaro

Hi,
I am using this code in a macro to sign a word document

Set sig = ActiveDocument.Signatures.Add
ActiveDocument.Signatures.Commit

The code word fine, when word shows the "select certificate dialog" I need
that this certificates (around 50) order by the column "Issued to".
Now the certificates appear in an extrange order.


How can I sort the list of certificates?
Thanks for your responses

Alvaro
 
A

Alvaro

I have around 50 certificates in the certificates store, when the user must
use one of them, it´s very complicated locale it if the certificates are not
order by name
 
J

Jay Freedman

I don't think there's anything you can do in VBA code to sort the list. When
the dialog appears, though, the user can click any of the column titles
("Issued to", "Issued by" or "Expiration Date") to sort on that column.
Click again to sort the column in the reverse order.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top