View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Archer Mike Archer is offline
external usenet poster
 
Posts: 52
Default filedialog selecteditems driving me crazy

Hello - When I show filedialog, the last file in the selecteditems collection
is actually selecteditems.item(1). The only way I can get the top file in
the selection to be item(1) is if I start from the bottom and go up when
selecting the files. Is there a way to reference the selecteditems from the
top down regardless of how they were selected?
--
Thanks,
Mike