ok its hard to explain what i am trying to do but here goes:
range names in { }
forumlas in ** **
[book1.xls]
--------1-----------------------------------2
A 11/11/2005 **=TODAY()** -----051111 ** =TEXT($B$2,"yymmdd")**
B 'c:\test\ {path}
C 051111.xls {filename} **=B2&".xls"
D 'c:\test\[051111.xls]'!$A$1:$J$10 {ranged} ** =path&"["&filename&"]"&"!$A$1:$J$10" **
F 123456
G **=vlookup(F1,ranged,1)**
[051111.xls]
A1 = 123456
B1 = 1
C1 = 3
D1 = 9
E1 = 15
ok the problem is that it is using the range "{ranged} in book1.xls for the vlookup and i want it to use the path i have in that cell.
anyone able to offer assistance.
range names in { }
forumlas in ** **
[book1.xls]
--------1-----------------------------------2
A 11/11/2005 **=TODAY()** -----051111 ** =TEXT($B$2,"yymmdd")**
B 'c:\test\ {path}
C 051111.xls {filename} **=B2&".xls"
D 'c:\test\[051111.xls]'!$A$1:$J$10 {ranged} ** =path&"["&filename&"]"&"!$A$1:$J$10" **
F 123456
G **=vlookup(F1,ranged,1)**
[051111.xls]
A1 = 123456
B1 = 1
C1 = 3
D1 = 9
E1 = 15
ok the problem is that it is using the range "{ranged} in book1.xls for the vlookup and i want it to use the path i have in that cell.
anyone able to offer assistance.