in reply to Re^2: Another Excel/OLE question.
in thread Another Excel/OLE question.

I had actually tried passing the value as a string and a constant with the same result.

Did you declare/define the constant?

Replies are listed 'Best First'.
Re^4: Another Excel/OLE question.
by Morellio (Initiate) on Jun 03, 2011 at 22:18 UTC

    I looked into OLE constants and found some disparity that ended up fixing my problem. Some guides online had me using the second example below instead of the first. Googling perl ole excel constants led me to this page which had a better example.