http://qs321.pair.com?node_id=615568


in reply to Using Win32::OLE and Excel - Tips and Tricks

Thanks for this tutorial, I found how to finding the last Column and Row. But I don't know how to delete one row, one column, or how to sort a sheet ?
  • Comment on Re: Using Win32::OLE and Excel - Tips and Tricks

Replies are listed 'Best First'.
Re^2: Using Win32::OLE and Excel - Tips and Tricks
by the_hawk_1 (Scribe) on Jun 05, 2007 at 17:33 UTC
    Hi!

    The best advice I've receive was to record a macro in excel, then translate the VBA into your Perl.

    Hope this will help you...