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 for Programming
 LabTalk Forum
 How to delete a given worksheet?

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
Loksley Posted - 03/16/2009 : 09:35:19 AM
Origin Ver. : OriginPro8 Sr4
Operating System: Xp Sp2

Hi everybody!
I have few Books in which many worksheets are stored.

For example in “Book1” I might have:
wks1:RawData
wks2:Background
wks3:CleanSignal
....
And then I need to perform few calculations on the CleanSignal wks.
And to do so I need sometimes to use a "Temp" Worksheet.


When I finish the processing I'd like to delete this "Temp" worksheet without deleting the other worksheets.
I tried:

del –sd Temp;
or del –s Temp ;
win –cd Temp;  //It works for a windows but not with WorkSheet


But none of those commands seem to work.

I would be very pleased to get any tips.
Thank you for your help.
2   L A T E S T    R E P L I E S    (Newest First)
Loksley Posted - 03/16/2009 : 12:03:14 PM
Great!
Works perfect.
Thanks.
cpyang Posted - 03/16/2009 : 10:21:26 AM
layer -d [bookName]sheetName


CP

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