View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neil Bhandar[_2_] Neil Bhandar[_2_] is offline
external usenet poster
 
Posts: 8
Default Wish to parse through a text string to find data

Hello:

I have string that looks like:

c:\temp\TstDir\Excel.xls

I wish to parse through & dif out the name of the file:
Excel.xls; Dir: TstDir

Is there an easy way to accomplish this?

Thanks,
-Neil