View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Help with userform

Hi Mike,

Try something like:

Me.TextBox1.Text = Range("A1").Value


---
Regards,
Norman


"Mike Grant" wrote in message
ups.com...
i have created a userform that has 10 text boxes, is it possible to get
these text boxese to read information from 10 cells, so that the
information from the cells will become the contents of the text box.

any help would be appreciated, thanks in advance