A
Andrzej
for example.
I write to cell A11 value "hello",
and next:
IF I click "ENTER" or IF I click mouse in any different cell (A15, B10,
C1... free choice) I wont to display:
MsgBox "Value in your last selected cell = ???"
On this example MsgBox "Value in your last selected cell = hello"
it is very important for me.
I try with event of Private Sub Worksheet_Change(ByVal Target As Range) ??
but
thanks everybody,
Andrzej
I write to cell A11 value "hello",
and next:
IF I click "ENTER" or IF I click mouse in any different cell (A15, B10,
C1... free choice) I wont to display:
MsgBox "Value in your last selected cell = ???"
On this example MsgBox "Value in your last selected cell = hello"
it is very important for me.
I try with event of Private Sub Worksheet_Change(ByVal Target As Range) ??
but
thanks everybody,
Andrzej