Is it possible to change the colors of the precedent and dependent arrows?
"Is it possible to format the trace precedents and dependents arrows? I want to change colours of the arrows."In Excel, the answer is no.
For LibreOffice Calc, the answer is yes. (See a later post on this)
But, in Excel, you can do some programming in VBA to do your own precedent and dependent tracing with the colors of your choice.
For example, this diagram with different arrow colors was made with VBA macros. Each color indicates a group of cells that are connected. The diagram shows 3 colors, indicating 3 groups of cells that are not connected to one another.
But, in Excel, you can do some programming in VBA to do your own precedent and dependent tracing with the colors of your choice.
For example, this diagram with different arrow colors was made with VBA macros. Each color indicates a group of cells that are connected. The diagram shows 3 colors, indicating 3 groups of cells that are not connected to one another.
This is done with the VisualCheck software described in this book:
Comments
Post a Comment