in reply to OLE::WIN32 Excel Range Selection

Hello there,
What you might want to do is:
$Sheet->Range( $Sheet->Cells(1,1), $Sheet->Cells(5,3) );

-sheep

Replies are listed 'Best First'.
Re: Re: OLE::WIN32 Excel Range Selection
by mitchems (Initiate) on Dec 31, 2003 at 17:41 UTC
    Sheep! You rock! Thanks, that worked fine.

    I am still trying to get used to the OLE syntax.

    Thanks again - go perlmonks!

    M.