Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, In one of my university class, I used a VB built-in open dialog bo 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!!! -- krhym ----------------------------------------------------------------------- krhyme's Profile: http://www.excelforum.com/member.php...fo&userid=2522 View this thread: http://www.excelforum.com/showthread.php?threadid=39790 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open Dialog Box to return Selected File Path and Not Open it. | Excel Programming | |||
Can't find AutoRecover file in path specified in Options dialog. | Excel Discussion (Misc queries) | |||
change default file path in Save As dialog box | Excel Programming | |||
Selecting a file path in Excel VBA using FileOpen dialog | Excel Programming | |||
Getting the full path when from a File Open Dialog Box | Excel Programming |