View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DHSBob DHSBob is offline
external usenet poster
 
Posts: 3
Default limit cell input

My problem is that I need to restrict cell input to a specific format. The
cell will have a total of 10 characters. The first character will be an
alpha character such as an A or a T. The last nine characters will be
numeric. The cell can contain no spaces or other characters not previously
listed. The final result would look something like A123456789.

I tried using data validation and cell formating bot neither has done enough.

I'm using Office 2003. Any suggestions?