Ive run into a bit of a roadblock
What im trying to do, is when you click a button in the workbook, it saves a read-only version to a network folder, overwriting if necessary (it will be) the idea here is end users can only open the workbook in read-only so the file is not locked and can be updated as necessary by the person with the master-file open, though they wont see the updates until it reopens
is there a way of setting file attributes to a not-open file so it can be set not-read-only as part of the macro before the copy, or is there a way to overwrite a read only file?