ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,737
- Office Version
- 2007
- Platform
- Windows
Morning,
When i click the drop down arrow on a Combobox i see the only one option to select of which in this case is N/A
But below that option there is a empty space/gap.
Please advise how this can be remove.
Here is some info to assist you.
Code for the Combobox.
The table on the worksheet is,
Column W
Header in cell W1
N/A is then in cell W2
If you need more info please advise.
Thanks
When i click the drop down arrow on a Combobox i see the only one option to select of which in this case is N/A
But below that option there is a empty space/gap.
Please advise how this can be remove.
Here is some info to assist you.
Code for the Combobox.
Code:
'INVOICE NUMBERDim lastroww As Long
lastroww = Sheets("INFO").Cells(Rows.Count, "W").End(xlUp).Row
ComboBox13.List = Sheets("INFO").Cells(2, "W").Resize(lastroww).Value
The table on the worksheet is,
Column W
Header in cell W1
N/A is then in cell W2
If you need more info please advise.
Thanks