Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi All,
With Excel, we have 2 display modes, either a cell displays the Formulas, or it display the values.
The switch is in Options > Tab Display > Formula CheckBox.

Question: is it possible to have new displays like having the name of style of the cell, or Font name ?

I work with Excel 2003.

What I have tried:

I have macros that do the trick but result is in new WorkSheet and navigating in both WorkSheets in parallel is a pain.
Googled, but haven't found anything useful.
Posted
Updated 18-Apr-17 10:38am
v2
Comments
CHill60 18-Apr-17 14:13pm    
You're going to have to write a wrapper around Excel. The answer is - "no" you can't extend Excel in this way as yet. You could always suggest it as an upgrade to Microsoft. I doubt it will happen anytime soon though
Patrice T 18-Apr-17 14:32pm    
Thank you for the fast answer.
I was a little afraid of getting that kind of answers. :)
CHill60 18-Apr-17 14:35pm    
Yeah - I was sort of sighing as I typed. I'm trying to think of a way to use a "hotkey" to some VBA that would give you what you need, but I'm fighting my system at the moment (don't ask :( )

Ok - the only way I can think of to achieve this ... especially as you have "macros that do the trick" ... potentially use a hotkey to run the macro that shows the info Assigning Macros to Short-Cut Keys in Excel[^]. Next problem from your statement is you say this is going into a new Worksheet ... so you *could* try arranging them side-by-side to display the info you want Display sheets side by side[^] - you'll sort of need an "undo" ... probably the same hotkey tbh.
Or... a pop-up with the info? How to: Create a Custom Dialog Box [Excel 2007 Developer Reference][^]
Or ... add annotation/comment to the cells with the extra info? Excel 2003/2004: Working with Comments, UWEC[^]

Good luck !
 
Share this answer
 
Comments
Maciej Los 18-Apr-17 16:27pm    
5ed!
Patrice T 18-Apr-17 19:30pm    
Thank you for your answer.
More or less, that is already what I am doing.
In addition to solution 1 by CHill60[^], you have to create Excel add-in which is executed together with MS Excel. So, macro will be avaliable whenever Excel is opened. You can create menu item for your macro (even option and checkbox).

In case, you want more details, don't hesitate to ask.

Assuming that you know how to create new Excel add-in, and you want to get more details about creating new menu item, please see:
VBA Express : Excel - Add custom menu items to the Menu Bar[^]
 
Share this answer
 
v2
Comments
Patrice T 18-Apr-17 19:26pm    
Thank you for your suggestion, but I already made my own toolbox addin with a menu.
Maciej Los 19-Apr-17 4:17am    
Great!
Cheers,
Maciej

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900