Reading data from cells on a worksheet into a textbox

  • Thread starter Thread starter Rhema
  • Start date Start date
R

Rhema

How do you read data from cells on a worksheet into a textbox on a data
entry form?
 
something like :-
mystring = ActiveSheet.Range("A1").Value
Me.TextBox1.Text = mystring
 

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