Address Book via LotusScript

HiIs there anyway using LotusScript to access the public address book and display it in a dialog box, same funtionality as a dialog box with a lookup to the address book?

Thanks.

C

Subject: Use the PickListStrings method

Syntax from Designer help:

Set stringArray = notesUIWorkspace.PickListStrings( type%, multipleSelection [, server$ ] [, databaseFileName$ ] [, viewName$ ] [, title$ ] [, prompt$ ] [, column% ][, catetoryname$] )

Joe