View Single Post
 
Old 10-27-2022, 02:31 AM
data808 data808 is offline Windows 10 Office 2019
Novice
 
Join Date: Oct 2022
Posts: 16
data808 is on a distinguished road
Default

Ok so I tested this code and I got it to do something. Right now it's saving multiple files. First time I ran it, it saved 3 files. The second time I ran it, it nows saves 5 files. 4 our of 5 files have the person's last name then a comma and then first name, then a bunch of numbers. Now that I'm looking at the pattern it looks like the date is our of sequence with this format dd-mm-yy and then the rest of the numbers represents the time which looks to be in the correct format. Let me try and tweak your code a bit and see if I can figure out the date format. Also the last file that does not contain a name is just the date and time. The date and time is in the same format pattern as the rest.

Would you know why this code is saving multiple files?
Reply With Quote