Originally Posted by
DiscoStew
Actually it was quite easy once I thought about it to extract a variable length numeric as the sheet number and an optional single character as the version letter.
You can also skip sheet numbers now eg 1,2,4,7,10,11.
BTW the drawing number can be any length but don't use leading zeroes anywhere. eg 08133-1a.dwg would be very bad as would 8133-01a.dwg
Version 2 attached. I am heading off to the cape next week so better off sending feedback or requests early in the weekend so I can fit in during breaks from working on the car/trailer.
Of course the big problem with automating this type of thing is that I have followed your requirements, which means you will be locked into those requirements :) I have put some english in with the code so you can probably work out minor changes yourself eg changing the location of the folder, changing the file extension, size of the results area. Alt_F11 will bring up the editor, the code is in module1. I may have accidentally left in some test code. You only need the first SUB routine and the subsequent FUNCTION. Will make sense when you see it. Ignore anything else.