View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Donager Dave Donager Dave is offline
external usenet poster
 
Posts: 1
Default using VBA to emulate "validation" drop-down list

I like the Excel data validation tool, but it is lost if the user does a paste of a range of cells. Is there a way to emultate this function in VBA. If I use a form to do it, the form will steal the focus and the user can only work on one cell at a time. BTW this is for 2000 version of the program