Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() And if you want a combobox instead, then select a combobox from th control toolbox (View Toolsbars. select the control toolbox) and no the forms menu. The name of this combobox would be ComboBox1. The enter the following code in the module of the concerned sheet. Private Sub Worksheet_Activate() ComboBox1.LinkedCell = "Sheet1!B1" ComboBox1.ListFillRange = "Sheet1!J1:J12" End Sub Private Sub ComboBox1_Change() Range("A1") = "='D:\[quality Scores.xls]" & ComboBox1.Value "'!B2" 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro Excel problem link cells with Data-Validation option | Excel Discussion (Misc queries) | |||
Macro link problem | Excel Discussion (Misc queries) | |||
Link Problem | Excel Discussion (Misc queries) | |||
Problem with link | Excel Worksheet Functions | |||
Macro Solution for Link Problem? | Excel Worksheet Functions |