Hi guys I need some help.
I have a VBA code that opens a Word document saved in one of my drives and deletes some data from some tables.
My problem is that I have some other code that creates the Word document with a different name if the document already exists, it's some kind of version control code. What I need the above code to do, is open the document with the latest version in its name.
This is what my drive would look like with different versions of the same document:
Testing.jpg
So my goal is to have the code open the "Sandy_Denver 2017_Proposal_v3", which would be the latest version of the document in that folder.
Thanks in advance for any help provided.
Bookmarks