Ok. So you simply want to transpose your form into a single record. It might be as simple as:
This would append your form data to a csv file or create the csv file if it does not exist. This is the simplest example that only takes into account a file being locked by another application. As is, it allows for duplicate entries. Is this a problem? You can arrange the print operation as you wish. The example above, using your attached example, is saving the location, date, and time.
Is the path you are saving to a local or network folder? Will multiple users be updating this file at the same time from different workbooks?
Bookmarks