View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Taras Taras is offline
external usenet poster
 
Posts: 14
Default Passing data back from a form

The way I'm doing it, is with the ControlSource field in
the properties. Depending on the field, you save the
data to the appropriate field in a worksheet & it will
appear in the appropriate control. You may have to add
an Exit event to populate the worksheet field.

-----Original Message-----
I have three forms in my project. Each of them have date
fields, I created a usrForm with a calender control on

it
which all works fine. But how do I send the output from
the calender click event back to the correct texbox on
the correct form ?
.