Chaps - you are both indeed gentlemen and scholars.

You've saved me (after many many hours of my fruitless research).

For anyone else banging their heads, the code that worked for me was ..

        myexcel~sheets("Report")~copy(myexcel~sheets("Dummy"))

To copy the Report sheet before the Dummy sheet.

For completeness, to copy AFTER the DUMMY sheet ...

        myexcel~sheets("Report")~copy(,myexcel~sheets("Dummy"))

I now understand that these parameters are positional, and thanks to the link, 
should be able to manage any other positional parameters.

You've not just got me over a big hurdle, but enabled me to conquer many other 
future hurdles too.

Cheers,
Dave Dawson
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to