Hello

I have a form in Sheet1 with 5 textboxes
How can I program a Form in Sheet1 to edit records on textboxes sited on two sheets?

Sheets("Sheet1")
Range("R44") In my form this is the textbox name: 'txt_R44_smpl_anl
Range("AC46") 'In my form this is the textbox name: txt_R45_smpl_des
Range("S62") 'In my form this is the textbox name: txt_U44_NewInf

And in the Sheets("Sheet2")
Range("B11") 'In my form this is the textbox name is: txt_b11_fem
Range("B20") 'In my form this is the textbox name is: txt_b20_gu_inf

I think that if I learn how to program a Textbox for each Sheet, I can program the other Textboxes.

Many thanks