View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Patrick Riley Patrick Riley is offline
external usenet poster
 
Posts: 34
Default Require input in a cell before saving file

I want to require the user to enter his/her name in a cell (E59) before the
user can save the file.
I tried using Data Validation where I specified Text Length between 1 and
40, and left blank the check-box for "Ignore Blank". Nope. I never
programmed in VBA, so I hope there is a simple solution (I might be OK with
some simple VBA code).
---Pat