Hi all,
I'm new to VBA & would like to use the MsgBox() function to display some of the data found in the information pop-up window when a user hovers the mouse over the undo button (e.g. Typing '=ABS(C3)' in C6).
I want to take this text to put it into something like this:
MsgBox("You just " & CODE_FOR_UNDO_TEXT & ".")
This will allow me to remind users of the last action they took.
Please ask for more details if my explanation is unclear.
I'm new to VBA & would like to use the MsgBox() function to display some of the data found in the information pop-up window when a user hovers the mouse over the undo button (e.g. Typing '=ABS(C3)' in C6).
I want to take this text to put it into something like this:
MsgBox("You just " & CODE_FOR_UNDO_TEXT & ".")
This will allow me to remind users of the last action they took.
Please ask for more details if my explanation is unclear.