Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
Can anybody tell me why this doesn't work? Excel 2003 Sub testcbx() Dim cb As Shape Dim RowNo As Integer On Error Resume Next RowNo = 12 For Each cb In ActiveSheet.Shapes If cb.Name Like "ComboBox*" Then cb.LinkedCell = "Petty Cash Expenses!H" & RowNo End If RowNo = RowNo + 1 Next TIA Regards |
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 |