View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul W Smith[_3_] Paul W Smith[_3_] is offline
external usenet poster
 
Posts: 11
Default Navigating To Find A File

I want to add functionality to a user form which allows a user to navigate
through the folder structure and selects a file. I wish to invoke this
procedure on a button push.

A while a go, and this is where my memory dims, I am sure I had some form of
easy way of doing this, but for the life of me I cannot recall accurately.
I wish to see some for of windows Explorer-like interface appear. I seem to
recall either com API calls were involved or some custom functions.

Can anyone help my failing memory?

PWS