Good day all.
I have a Active X ListBox that is linked to a cell. The list range is a list of serial numbers that is used to add additional information on the spreadsheet with a vlookup function.
The listbox is working almost as expected. The number that I select in the listbox, is transferred to the cell that I want it to be. My only issue now is that the number is entered in the cell as text and not as a number.
How can I ensure that the number is always inserted in the cell in the number format and not as text. As text, my vlookup formulas is not working because it is searching for a number.
Thanks in advance.
I have a Active X ListBox that is linked to a cell. The list range is a list of serial numbers that is used to add additional information on the spreadsheet with a vlookup function.
The listbox is working almost as expected. The number that I select in the listbox, is transferred to the cell that I want it to be. My only issue now is that the number is entered in the cell as text and not as a number.
How can I ensure that the number is always inserted in the cell in the number format and not as text. As text, my vlookup formulas is not working because it is searching for a number.
Thanks in advance.