Hi, Excel Genius Type Persons!
This is perhaps pie-in-the-sky stuff, but over break a thought occurred to me that would be ever-so-amazing if it were possible, so I figured it would not hurt to ask!!!
Let's say I have conditional formatting in my excel file that fills cells with orange and changes the text to blue. The exact code for that exact color scheme is:
.Interior.Color = RGB(255, 211, 167).Font.Color = RGB(0, 51, 153)
Would it be possible to have an additional set of VBA instructions in place, say, that if any cell has this precise formatting in the workbook, one can hover their mouse over that conditionally-formatted cell and a small text box appear that shows what a cell value is on a hidden sheet, such that that small text box disappears when you are not hovering your mouse over that colored cell?
The additional rule applied would dictate that if the conditionally-formatted orange cell is on any given worksheet, the pop-up text box upon hovering over that cell would pull the value that exists in that same cell (row and column #) on the hidden, corresponding worksheet (for example, I have worksheets called "AL", "AZ", "CA" and so forth for state abbreviations on which the conditional formatting appears, and the corresponding worksheets from which the pop-up text box would pull would always be called "Prior AL", "Prior AZ", or "Prior CA" etc.
This would allow a user to see A) that the value in say, cell A10 on the "AL" worksheet has changed since the last iteration was run, via the already-in-place conditional formatting rule, but hopefully (if possible) B) by hovering over cell A10 on the "AL" worksheet the value in cell A10 on the "Prior AL" worksheet would appear so long as they remained hovered over the A10 cell on the "AL" worksheet.
Impossible? Thanks in advance for humoring my rambling description, and for your valuable time!
Best,
Aimee
This is perhaps pie-in-the-sky stuff, but over break a thought occurred to me that would be ever-so-amazing if it were possible, so I figured it would not hurt to ask!!!
Let's say I have conditional formatting in my excel file that fills cells with orange and changes the text to blue. The exact code for that exact color scheme is:
.Interior.Color = RGB(255, 211, 167).Font.Color = RGB(0, 51, 153)
Would it be possible to have an additional set of VBA instructions in place, say, that if any cell has this precise formatting in the workbook, one can hover their mouse over that conditionally-formatted cell and a small text box appear that shows what a cell value is on a hidden sheet, such that that small text box disappears when you are not hovering your mouse over that colored cell?
The additional rule applied would dictate that if the conditionally-formatted orange cell is on any given worksheet, the pop-up text box upon hovering over that cell would pull the value that exists in that same cell (row and column #) on the hidden, corresponding worksheet (for example, I have worksheets called "AL", "AZ", "CA" and so forth for state abbreviations on which the conditional formatting appears, and the corresponding worksheets from which the pop-up text box would pull would always be called "Prior AL", "Prior AZ", or "Prior CA" etc.
This would allow a user to see A) that the value in say, cell A10 on the "AL" worksheet has changed since the last iteration was run, via the already-in-place conditional formatting rule, but hopefully (if possible) B) by hovering over cell A10 on the "AL" worksheet the value in cell A10 on the "Prior AL" worksheet would appear so long as they remained hovered over the A10 cell on the "AL" worksheet.
Impossible? Thanks in advance for humoring my rambling description, and for your valuable time!
Best,
Aimee
Last edited: