Hello,
I have several Text Boxes (ActiveX Control) on my worksheet. On a separate worksheet (same workbook) I have a single column of cells that have number values that change. I don't think it's relevant to explain how or why they change, but it's because of a VBA macro where a user selects one option each from a few list boxes and the relevant values are populated into the column. That problem has already been worked out. Now I'm trying to populate the text boxes with all the values in the column.
Note: I've used .ListFillRange to populate List and Combo Boxes, but I don't see that option in the Properties box of the text boxes. I see "Value" and "Text" and "LinkedCell".
Thank you.
I have several Text Boxes (ActiveX Control) on my worksheet. On a separate worksheet (same workbook) I have a single column of cells that have number values that change. I don't think it's relevant to explain how or why they change, but it's because of a VBA macro where a user selects one option each from a few list boxes and the relevant values are populated into the column. That problem has already been worked out. Now I'm trying to populate the text boxes with all the values in the column.
Note: I've used .ListFillRange to populate List and Combo Boxes, but I don't see that option in the Properties box of the text boxes. I see "Value" and "Text" and "LinkedCell".
Thank you.