View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
maidrite maidrite is offline
external usenet poster
 
Posts: 1
Default How do I create a form based on a list using vba in excel

I have a user that does not have any excel skills. They are continuously
ruining a sheet that has formulas in it, and enter data using the wrong
format, don't delete unused rows, etc. I thought I could make the sheet a
list, and force them to use the form function to enter and delete data. How
do I recognize when someone closes the form as an event so that I can trigger
additional vba programming. Does anyone know how to make this work?