View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Boris Pelakh Boris Pelakh is offline
external usenet poster
 
Posts: 1
Default How to input file name in user form

I have a VBA script that searches for all the Excel files in a
directory tree and makes batch updates. I currently input the root
directory path in a simple text control, but would like to be able to
allow the user to browse for the path. Is there an fairly quick and
easy way to do that?

Thanks,
Boris