The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum
 Origin Forum
 inserting lines

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
huecker Posted - 01/30/2004 : 2:35:59 PM
Does anybody know how to insert several new lines at once in a worksheet? (I know how to insert a single new line and how to insert a single or several new columns. However, it seems to be impossible to insert several new lines.) Thank's
Markus

1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 01/30/2004 : 5:05:35 PM
If you want to insert rows between existing rows you can call the Insert menu command with menu -e menuID. menuID may depend on your Origin version number, so here's how to find out what it is for your version...

1. Open script window.
2. Select a row in a worksheet.
3. Press Control+Shift and select Edit->Insert.
4. Menu id=36441 appears in script window in Origin 7.5.

Therefore, to insert 3 new lines at row 5 in Origin 7.5 you can do this...

wo -s 0 5 0 5; // select row 5
repeat 3 {menu -e 36441};

Mike Buess
Origin WebRing Member

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000