View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Eric White[_2_] Eric White[_2_] is offline
external usenet poster
 
Posts: 45
Default open dialog box for file path

Search Excel VBA help "file dialog." You can use Excel's "native"
GetOpenFilename method or the general VBA FileDialog object.

"krhyme" wrote:


Hello,

In one of my university class, I used a VB built-in open dialog box
that returned the path of the selected file. Is this available in Vba?
If yes, How do I use it?? and how is it called?? thanks!!!!


--
krhyme
------------------------------------------------------------------------
krhyme's Profile: http://www.excelforum.com/member.php...o&userid=25225
View this thread: http://www.excelforum.com/showthread...hreadid=397908