Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following routine results in a compile error "Next without For"
....any idea why? Private Sub ComboBox1_Change() Dim Row As Integer For Row = 8 To 23 If Sheets("Control data").Cells(Row, 3) = CapDials.ComboBox1.Value Then CapDials.ListBox1.AddItem Sheets("Control data").Cells(Row, 4) Next Row End Sub -- Mike Watkins |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Password Protect Macro - Compile Error | Excel Discussion (Misc queries) | |||
Macro Compile Error | Excel Programming | |||
Macro / Compile Error / Duplicate Declaration | Excel Worksheet Functions | |||
macro compile error | Excel Programming | |||
MVP Challenge. Erratic Userform Compile Error | Excel Programming |