Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It looks ok to me. What part of it breaks?
peter_rivera wrote: I figured what my problem was. I was declaring a public variable in the wrong place. I have another problem though as the code: Private Sub Listbox1_Change() With Worksheets(g_Country) ListBox1.ListFillRange = "" ListBox1.List = .Range("a1", .Cells(.Rows.Count, "A").End(xlUp)).Value End With does not work. Any thoughts? Thanks! -- peter_rivera ------------------------------------------------------------------------ peter_rivera's Profile: http://www.excelforum.com/member.php...o&userid=24495 View this thread: http://www.excelforum.com/showthread...hreadid=381591 -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
from Range variable | Excel Discussion (Misc queries) | |||
Condensing a list/range with blank cells to a new list/range without blanks | Excel Worksheet Functions | |||
setting a range variable equal to the value of a string variable | Excel Programming | |||
Using Variable in RANGE | Excel Programming | |||
Problem trying to us a range variable as an array variable | Excel Programming |