I’m not sure whether this question belongs in this forum or the server forum.
We have 200+ Excel files in a SharePoint document library. This library is hosted by a third party, not our internal servers.
We need to make some identical modifications to all of the files.
I have the VBA code that can loop through the files, make the changes, and save the file.
The problem is that our files have to be ‘checked out’ before changes can be made.
Is there any way to automate the check out/in with VBA?
I’m using Excel 2007.