Creating something like a file manager in Explorer with Excel Dara

S

Sanjay1365

I have 4 columns of data. The first is labeled "Category", next is "SubCateogory", and so on. I want to create something like what you see in Windows explorer that allows a user to expand a particular "Category" and see all the "SubCategory" values, and then click a "SubCategory" and see the "Products"...how do you do this???
 
C

Chip Pearson

Sanjay,

You can use a TreeView control to do this.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com (e-mail address removed)


Sanjay1365 said:
I have 4 columns of data. The first is labeled "Category", next is
"SubCateogory", and so on. I want to create something like what you see in
Windows explorer that allows a user to expand a particular "Category" and
see all the "SubCategory" values, and then click a "SubCategory" and see the
"Products"...how do you do this???
 
S

Sanjay1365

Chip - I dont really know what TreeView is...typed it in help and looked up in glossary of my fat Excel book to no avail...I appreciate your help
 
T

Tom Ogilvy

the treeview control is distributed with VB6 and the developer edition of
Office.

--
Regards,
Tom Ogilvy

Sanjay1365 said:
Chip - I dont really know what TreeView is...typed it in help and looked
up in glossary of my fat Excel book to no avail...I appreciate your help
 
T

Tom Ogilvy

You could do this with group and outline under the data menu although you
would need to do the clicking in the outline area at the left of the sheet.
See Excel help.

It basically hides and unhides rows.

--
Regards,
Tmo Ogilvy


Sanjay1365 said:
I have 4 columns of data. The first is labeled "Category", next is
"SubCateogory", and so on. I want to create something like what you see in
Windows explorer that allows a user to expand a particular "Category" and
see all the "SubCategory" values, and then click a "SubCategory" and see the
"Products"...how do you do this???
 
S

SANJAY1365

Thanks Tom - I am plaing around with it right now (Group/Outline). It's not intuitive but I'll take a stab...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top