+ Reply to Thread
Results 1 to 4 of 4

Create Flow Chart in VBA Excel

  1. #1
    Registered User
    Join Date
    01-21-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Create Flow Chart in VBA Excel

    Hi All,

    I have a requirement to create a flow chart (with just rectangle boxes and one sided arrows). e.g.

    Job A triggers Job B
    Job B triggers Job C and Job D
    Job C triggers Job E

    I want to put this in a flow chart/org chart sort of thing. I am able to create one where a job is triggering only one job. Not very sure how branching can be done in VBA. Any help/pointers will be appreciated. Thanks in advance

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Create Flow Chart in VBA Excel

    My suggestion would be this isn't really something I'd try to do in Excel. More a job for Visio.

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    12-15-2009
    Location
    Houston, TX, USA
    MS-Off Ver
    Excel 2007
    Posts
    86

    Re: Create Flow Chart in VBA Excel

    Perhaps you could avoid using VBA and just make a regular chart using the draw functions in Excel. You can also use PowerPoint for this, which you are more likely to have already if you are using Excel.

  4. #4
    Registered User
    Join Date
    01-21-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Create Flow Chart in VBA Excel

    Will Orgcharts in VBA be of any help here and then probably use nodes?

+ 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