+ Reply to Thread
Results 1 to 22 of 22

Setting up Tree Structure

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    12-03-2009
    Location
    Providence RI
    MS-Off Ver
    Excel 2007, Excel 2010
    Posts
    260

    Re: Setting up Tree Structure

    Only error I see is the fact you put the data on sheet 4, yet his macro refers to sheet 1. If you are going to change the sheet the data is on, the macro needs to be changed.

    Set wsData = Sheets("Sheet1")
    Set wsData = Sheets("Sheet4")

  2. #2
    Valued Forum Contributor
    Join Date
    12-02-2009
    Location
    Austin, Tx
    MS-Off Ver
    Office 365 64-Bit, 2108, build 14326.21018
    Posts
    4,065

    Re: Setting up Tree Structure

    Dulanic,

    Sheet4 is the original source data Jerry created the macro for. Sheet1 is the full data minus the blanks, so is the proper location for the macro to run.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1