Try
Sheets("Sheet2").TextBox1.Text = Sheets("Sheet1").Range("A1").Text
Mike
"Songoku" wrote:
Hi
I have a text box on sheet 2 which I want to populate with results from 3
cells on sheet 1 new to VB and not sure how to go about this any help
appreciated. thnxs