View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
filo666 filo666 is offline
external usenet poster
 
Posts: 265
Default When a cell is change

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.