View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mikeice[_19_] Mikeice[_19_] is offline
external usenet poster
 
Posts: 1
Default Link Problem Can a MAcro do this?


HI All

I need to change a worksheet in the link I have created.

eg

In Cell A1 formula is:

=('C:\data\worksheets\team\[quality Scores.xls]Jan'!B2)

What I want to do is have a drop down list by Mth in B1 which wil
dynamically change the Worksheet name to whatever month is selected i
B1.

So if B1 = Mar

Then A1 will chnage to:
=('C:\data\worksheets\team\[quality Scores.xls]Mar'!B2)

So could I do this via a macro somehow.

The external workbook will be closed and needs to update this workboo
with all the current data

--
Mikeic
-----------------------------------------------------------------------
Mikeice's Profile: http://www.excelforum.com/member.php...fo&userid=2246
View this thread: http://www.excelforum.com/showthread.php?threadid=37889