Hi,
Is it possible to create a ComboBox (Form Controls) on my active sheet in VBA code? Specifically, adding a ComboBox and then setting the ComboBox to point to a sheet and the list in the sheet to display the dropdown in the ComboBox.
Example:
Sheet1 is where I would add a ComboBox (width, height and position on sheet1).
Sheet2 is my list of Values in column A, Rows 1 through x
Point to Sheet2's list in the ComboBox that I added in Sheet1
In advance, thanks for your help.
Is it possible to create a ComboBox (Form Controls) on my active sheet in VBA code? Specifically, adding a ComboBox and then setting the ComboBox to point to a sheet and the list in the sheet to display the dropdown in the ComboBox.
Example:
Sheet1 is where I would add a ComboBox (width, height and position on sheet1).
Sheet2 is my list of Values in column A, Rows 1 through x
Point to Sheet2's list in the ComboBox that I added in Sheet1
In advance, thanks for your help.