Thanks for your suggestion JoeMiner - it would be an easy thing to implement. You are aware of the
"about XLC and settings" button on the XLC toolbar which allows you to set a default value for the 'ShowWorking' equation control parameter – 0 to show algebraic names; 1 to show numerical values.
I had thought people would use either show algebraic names or show numerical values but I guess you are suggesting some users want to show both. If a few other users agree it is a good idea I'll implement the change. My reluctance to change is simply because we could have a button for every permutation of the EQS equation control string and then XLC's toolbar would become very large and unwieldy.
A good work around in the mean time would be to use two EQS() functions to produce two equation graphics. Both EQS() functions can call the same cell reference but edit the equation control strings so that one has 'ShowWorking = 0' and the other has 'ShowWorking = 1'. If you do this regularly simply copy and past the EQS() functions when you hit the equation redraw button an equation is drawn over every EQS() function.
I'll be grateful for any further comments. Thanks again JoeMiner.