I would like to show the xlDialogOptionsListsAdd dialog and retrieve the name or index of the custom list that was selected.
I can show the dialog easily using:
Application.Dialogs(xlDialogOptionsListsAdd).Show
but I'm guessing that if I want to know what value the user selected, then I have...