View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Punko Mike Punko is offline
external usenet poster
 
Posts: 13
Default Usinf cells for filename

ok I have a cell with the function.

=CONCATENATE(TEXT(C3,"yyyymmmmdd"),".xls")

Which gies me something like this.

2005October14.xls

I want to use that for a cell referance file name.

='W:\Aurora Daily Production Report\2005\10_Oct\[2005October14.xls]Daily
Report'!$E5

How to I get ths to work?