Chart with VBA

Yotk

New Member
Joined
Feb 23, 2023
Messages
1
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
  2. MacOS
Hi Experts,
I am trying to create an automated mind map chart according to the table.
So basically group one would be on the left, if IN is true then group 2 "feeds" group 1, if OUT is true then group one feeds group 2, if both are true then they feed each other.
Group 2 always feeds group 3.
Is there a way to use Excel or VBA to create such an automated chart?
 

Attachments

  • Screenshot 2023-02-23 at 11.57.42-min.png
    Screenshot 2023-02-23 at 11.57.42-min.png
    64.1 KB · Views: 9

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
I cannot tell you how to create the chart you want; but I can relate my own experience with implementing automatic chart generation - I use the Excel Macro recorder to record myself manually creating the chart I want. That macro recorder-generated code then serves as a basis to create a more refined macro to generate the chart(s) I want.
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,827
Members
449,470
Latest member
Subhash Chand

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