View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andrzej Andrzej is offline
external usenet poster
 
Posts: 22
Default how read value from last selected cell? It is possible? how get adress last selected cell?

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