Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Tom, Many thanks, your a diamond. Amended code slightly because l have other ComboBoxes l dont want to include. There are approx 100 of these so you can see why l didn't want to set each of them by hand. Dim ole As OLEObject Dim RowNo As Long RowNo = 11 For Each ole In ActiveSheet.OLEObjects If TypeOf ole.Object Is MSForms.ComboBox Then If ole.Name Like "ComboBox*" Then ole.LinkedCell = "H" & RowNo RowNo = RowNo + 1 End If End If Next Regards Michael Beckinsale |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export Linkedcell | Excel Programming | |||
Setting LinkedCell on a CheckBox Control | Excel Programming | |||
Setting LinkedCell of individual OptionButton | Excel Programming | |||
LinkedCell Update does not always respond | Excel Programming | |||
Linkedcell Problems... | Excel Programming |