Results 1 to 5 of 5

Thread: Tree-Like Horizontal Hierarchical List in Excel

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    10,457
    Rep Power
    10
    Hi
    I do not think that there is any built in way to do this. I do not think there is any simple way to do this.
    I think it could be done with a use of UserForms.
    It would be a fairly long and complicated set of codlings behind a number of UserForms.
    I do not think it would be too difficult for someone experienced in UserForms to do, but it would take them some time.
    I don’t think anyone would be prepared to do this for you at a free help forum.

    I personally cannot even give you a simplified workbook as a start point because my experience in UserForms is very small.

    Possibly someone with a lot of experience with UserForms may be prepared to give you a simplified example, or , if you are lucky, someone may have already done something like this, and will pass you on a file.

    The nearest that I have done to this is a something with a UserForm that works similarly to intellisense:
    In this application of mine, in a UserForm you can start typing a word and then instantly a drop down list comes up with options from a list. The number of options reduce as you type more characters.
    That is something different to what you are asking for, but it does demonstrate that you can arrange almost anything to be done using UserForms. This is because UserForms in VBA is similar to the Forms in Visual Basic. The programming that is Forms in Visual Basic was for many years the standard coding and workings behind many things and final applications as used and seen by the final user in Microsoft Windows.
    The entire Excel spreadsheet itself could be thought of , crudely , in a very simplified sense, as a very complicated set of VBA UserForms or Visual Basic Forms.

    That will all not be an immediate help, but may help put things into perspective.

    Alan

    ( Edit, P.S:- Feel free to cross post your question elsewhere, but as always, please remember to respect any forum rules: This will usually mean just telling everyone, ( preferably by including a URL link ) , of everywhere else that you have posted.
    I expect if you post at excelforum.com and mrexcel.com , then you will catch 95% of the Excel Expert audience )
    Last edited by DocAElstein; 08-21-2020 at 12:12 PM. Reason: Edit P.S.
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    KILL A MODERATOR!!

Similar Threads

  1. A Blinking Christmas Tree
    By Rick Rothstein in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 12-03-2015, 03:37 AM
  2. Tree Chart
    By Rajan_Verma in forum Rajan Verma's Corner
    Replies: 0
    Last Post: 02-11-2015, 06:01 PM
  3. Replies: 2
    Last Post: 09-03-2013, 11:00 PM
  4. Replies: 1
    Last Post: 08-07-2013, 07:41 AM
  5. Replies: 2
    Last Post: 07-31-2013, 09:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •