Thread: Enter data
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John John is offline
external usenet poster
 
Posts: 2,069
Default Enter data

I need to do the following,

When the user clicks on a cell, it will lanch a small form that contains all
of the valid data for the cell, those data are from an Access database. When
close the small form, all selected data will be entered into the cell.

Is there any way I can do that? Thanks.