View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Andy Andy is offline
external usenet poster
 
Posts: 38
Default Return a string based on which Textbox is clicked

Hi there,

I have a form with text boxes on different pages.

When a user clicks some of these boxes another form pops up displaying
a calendar which is used to fill the aforementioned textbox.

This is all fine and good but I need to pass a variable on to the
calendar form to tell it which textbox to fill in.


So basically I'm having trouble finding a way to capture which textbox
was clicked on one form and passing that information on to the other
form.

Any help would be appreciated!