in reply to find and replace text in header and footers of MS Office doc and excel

Do any of these help?

They'd have to be translated to Perl/Win32::OLE, but the objects you'll need to access are in those answers...

  • Comment on Re: find and replace text in header and footers of MS Office doc and excel

Replies are listed 'Best First'.
Re^2: find and replace text in header and footers of MS Office doc and excel
by jjap28 (Initiate) on Oct 11, 2016 at 14:30 UTC
    I'll give it a shot - thank you

      So these are all Visual basic solutions. I was hoping to see Perl code. I am not familiar with Visual Basic. - Thanks

        Did you know that you can easily convert Visual Basic to Perl by basically replacing every Foo.Bar in the VB code with $Foo->Bar in the Perl code?