View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joyce Joyce is offline
external usenet poster
 
Posts: 106
Default Populate Cell with Content of Text Box

I am trying to display the content of one text box on a form in another form
text box on another sheet.

I don't want the users to have to type information in a cell - justs the
initial text box.

I know I can link cell content to a text box, so I'd ideally like to have
the user input data into textbox1, have that display in a cell, then have
textbox2 link to the cell so that it populates automatically.

Any idea if this is possible? Or any better ideas?

Thanks!