How to Make Complex Workflow Process or Timeline with Data from Excel

by fucata
1 replies
  • OFF TOPIC
  • |
People in my marketing department are constantly add, delete, and change the workflow as we are planning.

So far, the best way I've found is to link the Excel to Microsoft Visio. However, the Visio cannot add new diagram, or delete a process by itself

Is there a way to make a complex workflow diagram (spliting from A to A.1 and A.2) straight out of data from Excel with a single button?
  • Profile picture of the author morris12
    Split data into multiple worksheets based on a column with VBA code.

    vcol =1, the number 1 is the column number that you want to split the data based on.
    Set ws = Sheets("Sheet1"), Sheet1 is the sheet name that you want to apply this code.
    title = "A1:C1", A1:C1 is the range of the title.

    Split data into multiple worksheets based on column with Kutools for Excel

    Click Enterprise > Worksheet > Split Data (or Enterprise > Split Data )

    In the Split Data into Multiple Worksheets dialog box
    {{ DiscussionBoard.errors[11130851].message }}

Trending Topics