| T O P I C R E V I E W |
| benderrr |
Posted - 02/02/2005 : 08:44:37 AM Origin Version (Select Help-->About Origin): Operating System: Win XP
Hello, how do I delete x rows from my worksheet? I would just mark it and click 'delete', but marking 3000 rows and doing it 1000 times make me go crazy..
Thanks in advance |
| 2 L A T E S T R E P L I E S (Newest First) |
| benderrr |
Posted - 02/02/2005 : 11:38:50 AM wow, that's easy. Thanks a bunch. Where do I find a good fast tutorial to that scripting thing?
thanks again. You made my day. |
| Mike Buess |
Posted - 02/02/2005 : 08:49:39 AM This command will delete rows r1 through r2 from the active wks...
mark -d col(1) -b r1 -e r2;
Mike Buess Origin WebRing Member |