sending a cell to a textbox?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i'm really new to this vba coding ,and hope someone can answer this ., how would i write a code to send a worksheet cell back to a textbox in a userform?
 
With Userform1
.TextBox1.text = Activesheet.Range("A1"),Text
.Show
End With
--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

scott t said:
i'm really new to this vba coding ,and hope someone can answer this .,
how would i write a code to send a worksheet cell back to a textbox in a
userform?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top