Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
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...