View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Sub to ensure a single, latest input of "x" in col G

Looking for a sub which can ensure that only a single, latest "x" can be
input at any one time within col G. If say, G2 already contains: x, and I
input another: "x" into G4, the sub should clear G2 before accepting G4's
input. Something like a toggle. Thanks