View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default When a cell is change

glad to help

--
Don Guillett
SalesAid Software

"filo666" wrote in message
...
Thanks you both, your information was very helpfull
(It's thanks you both or Thank you both???)

"Tom Ogilvy" wrote:

Use the Change event if the user will cause the cell to change by

editing
it. You would have to construct your code to operate the way you want.
the event is triggered - then your code in the event determines when to

act
and when not to act.

See Chip Pearson's page on Events
http://www.cpearson.com/excel/events.htm



--
Regards,
Tom Ogilvy

"filo666" wrote in message
...
Good morning, How could I say to excel that when a cell changes (lets

say
a2)
execute something,
something like:
if cells(2,1)<"" then ...bla bla bla

but this works just with cells with no values in them

I want that wherever value is in the cell, when user changes it,

execute
the
proceedure.