Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey GUYS,
Patrick gave me this the other night. Works great in the workbook he suplied until i copy it and put it into mine. This part looks in column f finds the the differant markets and fills the combo box in the form. The como box then fills the list box with four differant columns. Take a look at this area ********** the error message reads compile error, user defined type not defined. Any suggestions. Maybe other way to write it? THank you. Private Sub LoadMarkets() Dim markets As New Scripting.Dictionary ************** For index = 2 To source.Rows.Count market = source.Cells(index, "F").Value If Not markets.Exists(market) Then markets.Add market, market cmbMarket.AddItem market End If Next End Sub -- Though daily learning, I LOVE EXCEL! Jennifer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error Message | Excel Discussion (Misc queries) | |||
VBA Error Message "Compile Error...." | Excel Discussion (Misc queries) | |||
Excel XP error message Run Time Error 91 | Excel Programming | |||
changing the message in an error message | Excel Worksheet Functions | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) |