tazz
Member
Hello!
I have one sheet(say SH1)with data in A1:C2.
I want to create a form in VB with 2 Labels(L1 & L2) and 4 Text Boxes(TB1 to TB4).
What I would like to accomplish is to have L1 showing data from cell A1 and L2 from A2.
Also I want TB1 to show data from B1, TB2 from B2, TB3 from C1, TB4 from C2 and also to be able to update cells B1:c2 writing in one or more TB.
I was able to create simple forms in VB to insert data but this one is above my actual level of VBA.
Thank you for your help.
I have one sheet(say SH1)with data in A1:C2.
I want to create a form in VB with 2 Labels(L1 & L2) and 4 Text Boxes(TB1 to TB4).
What I would like to accomplish is to have L1 showing data from cell A1 and L2 from A2.
Also I want TB1 to show data from B1, TB2 from B2, TB3 from C1, TB4 from C2 and also to be able to update cells B1:c2 writing in one or more TB.
I was able to create simple forms in VB to insert data but this one is above my actual level of VBA.
Thank you for your help.