This is the current save function based on your example from the open function.
This is the form that I have to choose the file to save to.
What I meant by me making things overly complicated was I now have two dropdown boxes, one for opening and one for saving. I would like to simplify it to one dropdown box that opens the file and remembers what file is open so when I click save it simply saves to the file that I opened from the dropdown box.
Here is the complete code.
I thought using a zip file would be easy for you that's why I did it that way.
Thanks