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


Hi Mike,

you could enter this code in the sheet module where you would enter th
month in cell B1

Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = "$B$1" Then
Range("A1") = "='C:\data\worksheets\team\[quality Scores.xls]"
Target.Value & "'!B2"
End If
End Sub


Manges

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