View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.newusers
tralbert tralbert is offline
external usenet poster
 
Posts: 18
Default Conditional Formatting and Macros in Excel


--
Teri Albert



Yes it does, but there is no row insert event that we can piggyback onto, so
we need some other cue.

After you insert a new row, is there something that you always do to the
same column in that new row that we could monitor for, something that you
wouldn't do on a normal update of the row?


Not that I can think of. Other than maybe hit <Enter at the end of the row
I'm updating.

Thanks!