Excel (visio?) Question

krisd

New Member
Joined
Oct 27, 2011
Messages
1
Hello

Ive written some vba that transverses a directory structure and finds all links within Excel files. It then stores this in a spreadsheet ie:

Code:
ColumnA   ColumnB
Sheet1   Sheet2
Sheet1   Sheet3
Sheet2   Sheet1
Sheet2   Sheet3
Sheet3   Sheet1
Sheet3   Sheet2
Sheet4   Sheet5

Column A is the spreadsheet containing a link , column b is the linked spreadsheets name

The code works fine, the next step is I want a visual representation of this so its easy (er) to see the links between each sheet.

I thought of Visio and its organigram wizard but it obviously doesnt like a subordinate linking back to a master

Does anyone have any ideas on how to display this data graphically?

Thanks!
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,214,920
Messages
6,122,276
Members
449,075
Latest member
staticfluids

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