View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default best way to format on cell change

I want to color a row from column G to AB if range("p" & currentrow) value
changes... currentrow being the row of the cell value that was changed...
how do select the row of the cell that was changed?
Thanks for the help