Basically, people in my team list things daily. I want to count the number of lists (the rows) for each day and copy it into a separate file. So it looks like this:
Date count
01.01.2022 40
02.01.2022 89
etc
I know how to count rows using VBA but no idea how to print the number in another file.