Thread: Textbox Query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg[_20_] Greg[_20_] is offline
external usenet poster
 
Posts: 58
Default Textbox Query

TextBox1.Text = Worksheets("R2").Range("A1").Value

I am using the code above to get text on to a userform how can i change this
to get the information from cell "b1" as well in this same textbox?

Thanks

Greg