Hi

Is there a simple way to extract data put in a textbox to be shown in a listbox using VBA?

I have a used the following code:

ListBox2.Value=txtCostCentre.Value
This only works the first time I put data in the textbox. In the second time, it throws up an invalid property error.

Cheers