Thread: VBA code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
W. Adam Glab W. Adam Glab is offline
external usenet poster
 
Posts: 1
Default VBA code

I have a cell that data put into it needs to be validated, with upper and
lower limits. Need to write click event which will control data input within
the limits, for example:
Input box can only accept between 15 and 75, any idea how to write the code.
Do while numbers ...........................


Loop

Thanks for your help.