Code for manipulating Lists

C

Cynthia

Hi all,

I would like to write some code to sort, search and read lists (Excel databases), much like the Data
form does, only better. I am particularly interested in returning only certain rows into a listbox
and using variations of the Find method. Given some basic code examples I can learn a lot.

Is there some online help in this area? The Excel help is very limited.

TIA,
Cynthia
 
T

Tom Ogilvy

John Walkenbach has written a replacement for the Data Form and the code is
available for $20 I believe.

Anyway, much of what you describe is freely available at his site

http://www.j-walk.com/excel/ss

go to developer tips and downloads.
 
Top