Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
can someone please examine this code and confirm that it makes Th
contents of asecond combo box dependant on the value selected in th first combo box. Sub SelectCorrectList() Dim CellLink As Integer Application.ScreenUpdating = False Range(“E10”).Select CellLink = Range(“E10”) Select Case CellLink Case Is = 1 Range(“F1:F5”).Select Selection.Copy Range(“C1”).Select ActiveCell.PasteSpecial Application.CutCopyMode = False Case Is = 2 Range(“G1:G5”).Select Selection.Copy Range(“C1”).Select ActiveCell.PasteSpecial Application.CutCopyMode = False Case Is = 3 Range(“H1:H5”).Select Selection.Copy Range(“C1”).Select ActiveCell.PasteSpecial Application.CutCopyMode = False Case Is = 4 Range(“I1:I5”).Select Selection.Copy Range(“C1”).Select ActiveCell.PasteSpecial Application.CutCopyMode = False Case Is = 5 Range(“J1:J5”).Select Selection.Copy Range(“C1”).Select ActiveCell.PasteSpecial Application.CutCopyMode = False End Select End Su -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
linking a form combo box... results from the combo box to another | Excel Discussion (Misc queries) | |||
combo reference on another combo box for picking address etc. | Excel Worksheet Functions | |||
Can one combo box control the data in a different combo box | Excel Discussion (Misc queries) | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) |