View Single Post
  #1  
Old May 7th, 2009, 01:54 AM posted to microsoft.public.excel.links
Lynn
external usenet poster
 
Posts: 428
Default variable in link

Linking 2 workbooks to transfer data from one to the other; the path to the
source workbook will always be the same except for one of the folders, which
is the project number and will vary every time. Is there an easier or more
elegant way to insert this variable folder into the link path other than
CONCATENATE? I have several options on how to get user to enter the project
number, but am missing that final step of getting user's input into the path
link. Example: '\\server\abc\def\PROJECT NUMBER GOES
HERE\[filename.xls]worksheetname'!a1. Thanks!