View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PMC1 PMC1 is offline
external usenet poster
 
Posts: 23
Default Return file name only from FileDialog

Hi,

I'm looking for a way to return only the File Name from the FileDialog
object. From what I can see I can only return both the full path and
file name.

I'm open to suggestion of alternative methods other than FileDialog
such as an API but again any API examples I have found only return the
full path.

Has anybody any suggestions on how i could do this?

Thanks

Paul