View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim May Jim May is offline
external usenet poster
 
Posts: 477
Default Insert New row if Column G = "P"

I can't seem to get this, but
if I wanted to run a macro that
would start at cell G50 and
move upward to Cell G18 testing for the
value P and if it is found insert a single
row beneath it (passing on all other
rows that do not have P), how would I
do this?
TIA,