Changing Listbox cell values

I want to select a Listbox.cell and then be able to replace its content with a date variable. Exiting the cell will end the edit mode and thereby replace its content.

What is the best way to do this?

My thanks for any help

Andrew Morrell

you can replace the cell contents without having to resort to the “edit mode”

myListbox.cell(theRow,theColumn)=theValue