in reply to Re: Win32::OLE, Excel, textboxes
in thread Win32::OLE, Excel, textboxes

Diggity-damn. That did it. I think I was getting errors before I had done
use Win32::OLE::Const 'Microsoft Office 10.0 Object Library';
, and had added the quotes, and then added that 'use' statement without also removing the quotes.

The next thing for me to do is find out how to position that text box at a cell.