We have a large number of excel files. I want to modify the macros in each of the file. The change is same across all file. A specific use case would be to change initialization of string from ABC
to abc
.
Is there a programmatic way to access and edit a particular function. Java would be preferable but other language would be okay.