View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Newbie
 
Posts: n/a
Default Dynamic directory path

Hi All,

Please consider the following path:
c:\2006\april\figures.xls
I have another sheet that has 'April' in a cell.
I want to build this cell reference into the path.
I've tried ='c\2006\&"b1"&\figures.xls!sheet1!a1
but doesn't work!!
Grateful for any help.