Hi All,
I have a bit of code that should go through every file in the folder specified and insert a bit of text. This is fine, except it doesn't work.
Could anyone advise why this doesn't work?
Sub replacetxt()
Dim fso, fol, f
Dim a As String
Set fso =...