I only change the way some properties are taken from the window (say initialize two Dates, set the indice value, and the List Box reference to AddRows…
The Method calling code is in Opening event vs a button. That is all the changes I’ve done.
The example List Box is Cell Editable with the project code.
I give-up.
LBN: INCREDIBLE, the bad behavior does no more exits ! And I changed nothing (only some reboots)…
In fact, I noticed a strange behavior while importing a .csv file another project export, noticing the same “trouble” (space where there are none before), and searched why.
After a while, I discovered that my memory failed when adding quotes to each Cell: I added a space. Prior that I added a !…
In short, I started with Chr(33), see the error, changed the value to Chr(32) (*) instead of Chr(34) !
(*) I knew when I typed [“Chr(32): this is a space ?”] that there is an error, but since Chr(34) does not comes to mind I let it as is…
Then, I moved that code to this project, of course I totally forgot (until now) what I have done and when I used this project I noticed the added spaces.