http://www.perlmonks.org?node_id=889005


in reply to WIn32::OLE Excel Bold a Word and Wrap Text

Thanks for the suggestions. Use the macro recorder--why didn't I think of that?

The answer to question 2 is $Sheet->Range("a1")->Characters(5,5)->{'Font'}->{'Bold'} = 'True'; (assuming the word starts at char 5 and is 5 chars long). Bear in mind that the char numbering starts at 1, not 0.