06-28-2023 11:34 PM
Hello everyone,
I have a question, I have a text file with several columns including random names and dates, I want to place in the listbox only the name and date of a specific month, for example February, how can I do this? I was thinking of separating each line of the file and Separate each column and look for the dates that correspond to the desired month, but I don't know how I could do that.
This is what I hope it looks like:
Solved! Go to Solution.
06-29-2023 01:11 AM
I have create a small code, maybe there is another way to do it easier, but it works
06-29-2023 03:58 AM
@Baptiste.G wrote:
I have create a small code, maybe there is another way to do it easier, but it works
Close. I've cleaned it up some and changed according to OPs description.