+ Reply to Thread
Results 1 to 2 of 2

Comment Hover Over Status Bar

  1. #1
    Forum Contributor
    Join Date
    02-14-2007
    Location
    Chester, England
    MS-Off Ver
    2010 & 2016
    Posts
    312

    Comment Hover Over Status Bar

    Hello All

    Does anyone know if there is a way to change the status that appears in the bottom right hand corner of the screen when hovering over a commented cell?

    by default it will say something like "Cell A1 Commented by Jimmya"

    I can see how to change the status but this seems to be on until code switches it off or changes it to something else.

    I am building up all the comments with VBA but I would need the status to be done without worksheet code as the final sheet would be sent out as a non macro file.

    Cheers for any ideas

    James

  2. #2
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Comment Hover Over Status Bar

    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:
    Please Login or Register  to view this content.
    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.

    Please Login or Register  to view this content.
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Hover over Comment not working?
    By billybea in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-21-2015, 11:15 AM
  2. Pop Up Comment When Hover Over Item in List
    By Alderaan Shot First in forum Excel General
    Replies: 2
    Last Post: 01-06-2015, 07:17 PM
  3. Replies: 3
    Last Post: 09-11-2014, 04:32 PM
  4. Disable Delete Comment, Edit Comment, Show/Hide Comment
    By Shanthan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2013, 06:12 AM
  5. Excel 2007 Cell Comment Hover Default Issue?
    By superboiler in forum Excel General
    Replies: 0
    Last Post: 05-22-2012, 08:52 AM
  6. Replies: 4
    Last Post: 04-08-2012, 09:43 PM
  7. Comment not displaying on hover
    By indiana_ahmed in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-23-2010, 03:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1