View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve[_63_] Steve[_63_] is offline
external usenet poster
 
Posts: 13
Default Pickfolder Method with Userform

all,

relatively new to VBA - im trying to put together a routine in EXCEL
to display mail items in a listbox, and then select an item from the
listbox to import....

i am using namespace.pickfolder from a normal module to allow user the
choose which emails to display in the listbox, i then populate the
listbox (for each method) and display the userform

but how do i loop through the ALREADY chosen fodler AGAIN (but this
time from the userform module (listbox1_dblclick)
do i need to pass the folderobject to the userform and reference it
during the double click ?? how do I do that!! ?

TIA
steve