Good evening scott92
Quote Originally Posted by scott92 View Post
i want be able to put the data that appears in one textbox, and make it appear in the textbox in the other userform
Sounds like you want to dump the contents of textbox1 into a public variable and force textbox 2 to pick them up from there. You might have a problem deciding exactly when textbox2 is to update - ie what event you're going to hang it from.

Are both userforms visible on the screen at the same time? is the updating to take place in real time?

HTH

DominicB