Here is a three-step procedure for copying numbers permanently from one PerfectCalc spreadsheet file to another when the numbers depend upon formulas and you do not want to link the two spreadsheets. Step 1. On the original spreadsheet copy the numbers to a column which is 19 characters wide and displays the numbers in scientific notation. Step 2. Using the PRINT REGION command (CTRL--X, p) write this column of numbers to a separate document file. Step 3. Using the MBASIC program PCGOTO.BAS, convert the document file into a new PerfectCalc spreadsheet data file. PCGOTO.BAS allows you to designate up to six columns where the numbers will appear on the new spreadsheet. In Step 1 all the numbers to be copied should be listed in one column without any intervening spaces. For example, if the original spreadsheet had totals on line 11 of columns b, c, d and e that you wanted to copy to a new spreadsheet, you could use simple formulas like f11=b11, f12=c11, f13=d11 and f14=e11 to list them in column f preparatory to writing them to a document file in Step 2. If several numbers are to appear in the same column on the new spreadsheet, they should be grouped together in Step 1.