Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks for the help. unfortunatelly your suggestion returns:
--------------------------- Microsoft Visual Basic --------------------------- Compile error: Method or data member not found --------------------------- OK Help --------------------------- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
The lack of ws reference might still be the problem. try With ws count = Application.count(.Range(.Cells(2, 1), .Cells(200, 1))) Set rngSource = .Range(.Cells(2, 1), .Cells(count + 1, 2)) end With Note the . in front of Range in both lines. regards Paul On Jul 5, 2:23*pm, PA wrote: thanks for the help. unfortunatelly your suggestion returns: --------------------------- Microsoft Visual Basic --------------------------- Compile error: Method or data member not found --------------------------- OK * Help * --------------------------- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error populating a list box | Excel Programming | |||
.AddItem list and populating combobox with created list | Excel Discussion (Misc queries) | |||
Populating a List Box | Excel Programming | |||
populating a list box | Excel Programming | |||
Populating dropdown list 2 with data depending upon what was selected in list 1 | Excel Programming |