View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brad[_11_] Brad[_11_] is offline
external usenet poster
 
Posts: 4
Default Adding browse button to userform

Hi all,

I'm trying to add a browse button to a custom userform.
The goal is to capture the path and filename the user
selects, display it in the text box, and set it equal to a
variable. I know it has to use a file system object, but
I don't know where to go from there. Any help/code would
be appreciated.

-Brad