Initializing textboxes in a userform
Posted by kim on October 30, 2001 10:27 PM
i have a userform consisting of four textboxes T1 T2 T3 T4. the data for the textboxes is in a worksheet in Columns A, B, C, D. the worksheet contains more than one row of data.
when the userform is shown i want the values from the first row (or whatever row is selected) to be shown in the textboxes.
can anyone help?