Create a copy of the specified worksheet
1. wcopy <active> [abc]efg!; // to a new book or existing book sheet with given names
2. wcopy 2! 3!; // copy by sheet index, 3rd sheet if not exsted will be created
3. wcopy o:=junk! rowselected:=1; // copy the selected data rows to another sheet in same book
4. wcopy o:=junk! c:=0; // copy structure and labels only, do not copy data
Please refer to the page for additional option switches when accessing the x-function from script
Input
Worksheet
Output
See the syntax here.
int
Option list
double
Copy the data or only structure of one worksheet to another worksheet