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.