View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Stephan Bielicke Stephan Bielicke is offline
external usenet poster
 
Posts: 3
Default Creating a listbox from a column

Hello Dave,

"Dave Peterson" wrote

You can take John Walkenbach's code -- that makes it a really short way to
do
it.

http://j-walk.com/ss/excel/tips/tip47.htm
And another problem with this: If there is a filter on the worksheet, how
can I decide to use all entries or only those, shown by the filter?


Thank you, but there is still the problem with the filter.
Do you have any solution to do something like this:
Set AllCells=Range("A1:A105") restricted to the ActualFilter

for each cell in AllCells
if not cell.hidden then ...
next
throws the error message 1004

Thanks
Stephan