I have an interesting project at hand.
I have a system which is represented by a hierarchial object structure in VBA classes.
The client would like to see a diagramatic representation of this, preferrably in Excel.
An idea I had for this is to create textboxes with the appropriate connecters on a spreadsheet, however I am running into some problems drawing these objects.
Shapes.AddTextbox(msoTextOrientationHorizontal, lLeft, 0, 50, 20) allows me to add a text box, but I can’t then set it’s text or colour, etc.
Also, I’m unsure as to go about adding connectors between these objects, e.g. arrows.
Can anyone help?
Many thanks,