View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gary[_16_] Gary[_16_] is offline
external usenet poster
 
Posts: 3
Default Allow only 12 entries in a column

I have a sheet with Products on them. I only the customer to choose up to
12 items. They do this by putting a quantity in column "D".

I would like a message box to appear if they have filled in more than 12
rows for column "D". So on the 13th entry, the message box should appear.
How can I do this?

Thanks,

Gary