Print a tree from Windows Explorer

Solola

Board Regular
Joined
Sep 23, 2003
Messages
73
I'm wondering if it's possible to print the file tree out of Windows Explorer. I've found a software or two that I can purchase to do this for me, but it seems odd that Windows wouldn't have that functionality already built in. Any suggestions?
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Well, if you wanted to do it in Excel, I guess you could "simulate" a tree with Arial characters.

  1. Open Character Map in Windows. (under Start > Programs > Accessories > System Tools > Character Map)
  2. Scroll down about 3/4 of the way and you will see the characters that you can use to show a tree: Code 2514 is the sideways T character, Code 251C is the L character and the other one is the normal pipe character.

With these characters you could form a tree. I did it as a test in Excel, but the worksheet copier didn't properly format it right.
book1
ABCDEFGH
1C:
2+1st levelFont = ARIAL
3|+1.A.+ = Alt code 2514
4||+1.A.1| = normal pipe character
5|||1.A.2+ = Alt code 251C
6||+1.A.3
7||1.B.
8|+1.C.
9+2nd level
10|+2.A.
11|+2.B.
12+3rd level
13+4th level
Sheet1


Anyway, you would still need to write code to figure out the levels of each file and path. This seems a bit too complicated and re-inventing the wheel. I'd just buy one that's available that has a much nicer graphical display.
 
Upvote 0

Forum statistics

Threads
1,224,856
Messages
6,181,424
Members
453,039
Latest member
jr25673

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top