Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() fName = Application.GetOpenFileName 'get the path including the last slash Mypath = left(fName,instrrev(fName,"\")) 'get the path not including the last slash Mypath = left(fName,instrrev(fName,"\") - 1) -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=173380 Microsoft Office Help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open File Dialog box looks like | Excel Discussion (Misc queries) | |||
File open dialog box | Excel Discussion (Misc queries) | |||
File open dialog | Excel Discussion (Misc queries) | |||
File open with Path Name | Excel Programming | |||
Getting the full path when from a File Open Dialog Box | Excel Programming |