Hi JimmyA,
After some research, I could find no way to eliminate the text that appears on the StatusBar. The 'StatusBar' can be made not visible, by either checking an Option or by using VBA:
Of course, since your EndUser is not using VBA, you have no control over whether the StatusBar is displayed or not.
There are two alternatives to Comments that I know of:
a. Screen Tip Text (sample code follows) which displays when Hovering over the cell, but the format can't be changed to the best of my knowledge.
b. Using Shapes that contain text, and using a MouseOver event to display or hide the Shape by Superimposing two transparent 'Active X' labels over the shape. This method requires VBA in the destination worksheet, so is not a viable alternative. For an example that changes Shape Color (it could make the shape visible and hidden) see: http://www.excelforum.com/excel-prog...ml#post3913584
-------------------------
Unfortunately, neither method is probably useful for your application.
Lewis
Bookmarks