Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 0408d897e1399fc4…

MALICIOUS

Office (OLE)

144.5 KB Created: 2020-06-01 21:18:31 Authoring application: Microsoft Excel First seen: 2020-07-24
MD5: 48a96378bd25688cc625c8a1938fa958 SHA-1: 870decb1a1a9a469e9043ba4957697ec038f2dd6 SHA-256: 0408d897e1399fc4a7c9cdfb49f0847fe4adaaa9b72677e5237396f5799546db
342 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1203 Exploitation for Client Execution T1105 Ingress Tool Transfer

The file contains Excel 4.0 macros that leverage the URLDownloadToFile API to download a payload from 'https://tlanddissipate.at/3/rbs.dll'. The macros also reference ShellExecuteA and potentially use regsvr32.exe or rundll32.exe to execute the downloaded content, indicating a downloader or dropper functionality.

Heuristics 8

  • Reference to URLDownloadToFile API critical SC_STR_URLDOWNLOAD
    Reference to URLDownloadToFile API
  • Excel 4.0 Auto_Open defined name critical OLE_XLM_AUTOOPEN_DEFINEDNAME
    oletools recovered an Auto_Open / Auto_Close entry from an Excel 4.0 macro sheet. The raw BIFF name can be tokenized or partially opaque to byte-string checks, but the recovered macro listing confirms the workbook has an XLM auto-execution entry.
  • XLM Auto_Open with dangerous formula APIs critical OLE_XLM_DANGEROUS_FN
    Excel 4.0 macro sheet contains an Auto_Open / Auto_Close entry and dangerous XLM formula APIs that can invoke programs, write files, or transfer control without VBA.
  • URL reconstructed from XLM cell array (1 URL) critical OLE_XLM_CELL_ARRAY_URL
    Excel 4.0 macro sheet stages its payload URL across the BIFF8 Shared String Table (one quoted-char SST entry concatenated with & at runtime), across individual numeric cells (one ASCII charcode per cell), or split across multi-char fragment cells a download formula concatenates by reference (=A1&A2&… / CONCATENATE(...)). The reconstructed URL is invisible to literal-bytes URL extraction because it is never contiguous in the workbook stream. URLs were recovered by walking the BIFF8 record stream and decoding SST entries, LABELSST/RK/NUMBER cells, and FORMULA cell-reference concatenation in token order.
  • Reference to ShellExecute API high SC_STR_SHELLEXEC
    Reference to ShellExecute API
  • LOLBin token sequence in document text high SE_LOLBIN_RUN_COMMAND
    Extracted document text contains a Windows script/execution tool name (PowerShell, mshta, cmd, rundll32, regsvr32, …) within 220 characters of a dangerous flag, command verb, or URL. This is a visible 'run this' instruction in HTML/PDF/RTF lure bodies, or — in macro-laden Office files — the macro's own string-pool entries appearing adjacent in extracted text.
  • Excel 4.0 (XLM) macro sheet present medium OLE_XLM_AUTOOPEN
    Workbook contains an Excel 4.0 macro sheet sub-stream — XLM is rarely seen in modern legitimate workbooks and was a major Office malware vector during 2020-2022.
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL https://tlanddissipate.at/3/rbs.dll Referenced by macro

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
xlm_macros.txt xlm-macro oletools.olevba.extract_all_macros (XLM macro listing) 60023 bytes
SHA-256: 95fd472a4ad6adf86965ec77ad298862625e1fa6a7066fb54b62960c189f3e67
Preview script
First 1,000 lines of the extracted script
' 0085     24 BOUNDSHEET : Sheet Information - Excel 4.0 macro sheet, hidden -  rncwndrCkkXKlIU
' 0085     25 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  XNsCDBGdjqVihxBE
' 0085     14 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet
' 0085     14 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet
' 0085     14 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet
' 0085     14 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet
' 0085     14 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet
' 0085     14 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet
' 0085     14 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet1
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet2
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet2
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet2
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet2
' 0085     15 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, hidden -  Sheet2
' 0085     14 BOUNDSHEET : Sheet Information - worksheet or dialog sheet, visible -  Sheet
' 0018     23 LABEL : Cell Value, String Constant - built-in-name 1 Auto_Open len=7 ptgRef3d  rncwndrCkkXKlIU!C1255 
' 0018     23 LABEL : Cell Value, String Constant - DzWsRWTe len=0 
' 0018     32 LABEL : Cell Value, String Constant - hzUnhXDM len=9 ptgNum FLOAT 124715009.000000 
' 0018     32 LABEL : Cell Value, String Constant - UlXbCpnh len=9 ptgNum FLOAT -676986880.000000 
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 00fd     10 LABELSST : Cell Value, String Constant/ SST
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' 002a      2 PRINTHEADERS : Print Row/Column Labels
' Sheet,Reference,Formula,Value
'  rncwndrCkkXKlIU,HE1,RUN(JH157),""
'  rncwndrCkkXKlIU,HW10,RUN(D1580),""
'  rncwndrCkkXKlIU,BA25,RUN(EW1335),""
'  rncwndrCkkXKlIU,DZ26,RUN(CX1572),""
'  rncwndrCkkXKlIU,BA27,RUN(D1454),""
'  rncwndrCkkXKlIU,N29,RUN(HO332),""
'  rncwndrCkkXKlIU,BO31,"FORMULA(EN1161&EJ747&DV1625&IY1678&BY1296&JB339&FG463&M1796,HJ1674)",""
'  rncwndrCkkXKlIU,FB31,RUN(EH1759),""
'  rncwndrCkkXKlIU,BO32,RUN(CT451),""
'  rncwndrCkkXKlIU,JD37,"",99.00000000000000000000
'  rncwndrCkkXKlIU,CV49,RUN(FU1031),""
'  rncwndrCkkXKlIU,Q51,RUN(HS481),""
'  rncwndrCkkXKlIU,GU52,RUN(CX1450),""
'  rncwndrCkkXKlIU,IP56,RUN(FQ335),""
'  rncwndrCkkXKlIU,E60,RUN(GD525),""
'  rncwndrCkkXKlIU,HT61,RUN(HR450),""
'  rncwndrCkkXKlIU,CM65,"",431.00000000000000000000
'  rncwndrCkkXKlIU,JK65,RUN(IR1793),""
'  rncwndrCkkXKlIU,CM66,"",58.00000000000000000000
'  rncwndrCkkXKlIU,GN68,RUN(HA1617),""
'  rncwndrCkkXKlIU,EZ82,RUN(IJ237),""
'  rncwndrCkkXKlIU,IE84,RUN(IX734),""
'  rncwndrCkkXKlIU,J87,"",39.00000000000000000000
'  rncwndrCkkXKlIU,ES98,RUN(V162),""
'  rncwndrCkkXKlIU,BS101,RUN(CL880),""
'  rncwndrCkkXKlIU,FI102,"",2.00000000000000000000
'  rncwndrCkkXKlIU,FI103,RUN(FJ243),""
'  rncwndrCkkXKlIU,GM109,RUN(IX1656),""
'  rncwndrCkkXKlIU,EG111,RUN(BZ528),""
'  rncwndrCkkXKlIU,FV113,"FORMULA(HW211&DZ610&IT1033&BX775&BY208&FA275&DQ1704&X493&EJ1170&E132&HY1622&FB30&BA26&Z694&R1146&HV1855&HD1510&V722&CY1742&DC530&BI1982&EQ798&JN787&FH1205&JC386&GD1490&IS462&F1613&V1655,IE694)",""
'  rncwndrCkkXKlIU,JI113,"",3.00000000000000000000
'  rncwndrCkkXKlIU,FV114,RUN(DJ400),""
'  rncwndrCkkXKlIU,JI114,RUN(DV108),""
'  rncwndrCkkXKlIU,JO117,RUN(V1267),""
'  rncwndrCkkXKlIU,BT126,RUN(IB138),""
'  rncwndrCkkXKlIU,EL128,RUN(EY383),""
'  rncwndrCkkXKlIU,E133,RUN(EY525),""
'  rncwndrCkkXKlIU,IB138,"FORMULA(GB1336&IV1508&EI1839&CE833&EW365&FL232&IE83&V1709&JO669&HG1859&IX1654&EP1204&BT125,Q1353)",""
'  rncwndrCkkXKlIU,IB139,RUN(CA1739),""
'  rncwndrCkkXKlIU,EN145,RUN(CY1618),""
'  rncwndrCkkXKlIU,IR147,RUN(JF1697),""
'  rncwndrCkkXKlIU,EN151,RUN(II1079),""
'  rncwndrCkkXKlIU,JH157,RUN(HH426),""
'  rncwndrCkkXKlIU,HA158,RUN(EC680),""
'  rncwndrCkkXKlIU,V162,RUN(GD624),""
'  rncwndrCkkXKlIU,FS162,RUN(CR1289),""
'  rncwndrCkkXKlIU,FL171,RUN(I553),""
'  rncwndrCkkXKlIU,ES172,"FORMULA(GX1733&EN1905&IZ212&JK1705&FI1671&HN1305&JH611&IP1934&EJ702&HO1102&HZ1768&CX572,R1823)",""
'  rncwndrCkkXKlIU,HF172,"FORMULA(IO1981&GQ1439&BU276&JE1058&CE682&S183&HJ930&DY1880,EN1526)",""
'  rncwndrCkkXKlIU,ES173,RUN(EH525),""
'  rncwndrCkkXKlIU,HF173,RUN(DL1562),""
'  rncwndrCkkXKlIU,BR174,RUN(G869),""
'  rncwndrCkkXKlIU,DP175,RUN(GC1602),""
'  rncwndrCkkXKlIU,IT179,RUN(CM1206),""
'  rncwndrCkkXKlIU,DN180,RUN(IR147),""
'  rncwndrCkkXKlIU,BV183,RUN(GG334),""
'  rncwndrCkkXKlIU,S184,RUN(FM1324),""
'  rncwndrCkkXKlIU,HT187,"FORMULA(BE1386&FU831&JO1413&FH260&GY790&DD505&GF376&EY329&DG1843&DQ1588&DJ400,IJ1785)",""
'  rncwndrCkkXKlIU,HT188,RUN(FU1004),""
'  rncwndrCkkXKlIU,EI193,RUN(DK1820),""
'  rncwndrCkkXKlIU,BV197,"",49.00000000000000000000
'  rncwndrCkkXKlIU,HU200,"",80.00000000000000000000
'  rncwndrCkkXKlIU,BY209,RUN(GN1770),""
'  rncwndrCkkXKlIU,HW212,RUN(BX702),""
'  rncwndrCkkXKlIU,IZ213,RUN(FK1270),""
'  rncwndrCkkXKlIU,EX215,RUN(FJ1003),""
'  rncwndrCkkXKlIU,GK215,"",8.00000000000000000000
'  rncwndrCkkXKlIU,FB219,RUN(CM1008),""
'  rncwndrCkkXKlIU,ET223,RUN(GE1819),""
'  rncwndrCkkXKlIU,FT231,RUN(DR1842),""
'  rncwndrCkkXKlIU,FL233,RUN(GH1704),""
'  rncwndrCkkXKlIU,BW237,RUN(HQ341),""
'  rncwndrCkkXKlIU,IJ237,RUN(JD734),""
'  rncwndrCkkXKlIU,GR244,RUN(JE1318),""
'  rncwndrCkkXKlIU,CO251,RUN(GL1737),""
'  rncwndrCkkXKlIU,EV252,"",74.00000000000000000000
'  rncwndrCkkXKlIU,BE256,"",15.00000000000000000000
'  rncwndrCkkXKlIU,G258,RUN(DU1716),""
'  rncwndrCkkXKlIU,FH261,RUN(HN928),""
'  rncwndrCkkXKlIU,C263,"",20.00000000000000000000
'  rncwndrCkkXKlIU,DB263,RUN(T1060),""
'  rncwndrCkkXKlIU,CA269,RUN(FP862),""
'  rncwndrCkkXKlIU,IZ271,RUN(V493),""
'  rncwndrCkkXKlIU,EZ272,RUN(GB554),""
'  rncwndrCkkXKlIU,FA276,RUN(CR494),""
'  rncwndrCkkXKlIU,HX276,RUN(GS1063),""
'  rncwndrCkkXKlIU,BU277,RUN(DT1),""
'  rncwndrCkkXKlIU,EK279,"",88.00000000000000000000
'  rncwndrCkkXKlIU,FB280,RUN(DN1285),""
'  rncwndrCkkXKlIU,HD288,RUN(CF483),""
'  rncwndrCkkXKlIU,FJ290,"",45.00000000000000000000
'  rncwndrCkkXKlIU,CD295,RUN(GG1281),""
'  rncwndrCkkXKlIU,DB297,RUN(FL314),""
'  rncwndrCkkXKlIU,EU299,RUN(DZ1832),""
'  rncwndrCkkXKlIU,JL300,RUN(Y99),""
'  rncwndrCkkXKlIU,BL301,"",23.00000000000000000000
'  rncwndrCkkXKlIU,IZ302,RUN(IC697),""
'  rncwndrCkkXKlIU,FL314,RUN(IP1621),""
'  rncwndrCkkXKlIU,ER320,RUN(BV1626),""
'  rncwndrCkkXKlIU,F322,"",99.00000000000000000000
'  rncwndrCkkXKlIU,DL324,RUN(IW399),""
'  rncwndrCkkXKlIU,BE328,RUN(EU664),""
'  rncwndrCkkXKlIU,CE329,RUN(IT1290),""
'  rncwndrCkkXKlIU,EP330,RUN(CQ1140),""
'  rncwndrCkkXKlIU,EY330,RUN(IN988),""
'  rncwndrCkkXKlIU,FS331,"",13.00000000000000000000
'  rncwndrCkkXKlIU,HO332,RUN(GR244),""
'  rncwndrCkkXKlIU,HJ333,RUN(DV1623),""
'  rncwndrCkkXKlIU,GG334,RUN(E1727),""
'  rncwndrCkkXKlIU,FQ335,RUN(GO1239),""
'  rncwndrCkkXKlIU,JB340,RUN(IX1539),""
'  rncwndrCkkXKlIU,HQ341,RUN(IS1260),""
'  rncwndrCkkXKlIU,EX347,RUN(CN1238),""
'  rncwndrCkkXKlIU,HO352,RUN(IS918),""
'  rncwndrCkkXKlIU,EW366,RUN(DM1578),""
'  rncwndrCkkXKlIU,BO370,RUN(ED683),""
'  rncwndrCkkXKlIU,DT371,"FORMULA(CC1535&JK1944&HT859&GF1436&EE1030&I1734&EF1537,CC1685)",""
'  rncwndrCkkXKlIU,U372,RUN(ET908),""
'  rncwndrCkkXKlIU,DT372,RUN(BT125),""
'  rncwndrCkkXKlIU,H376,RUN(GT1676),""
'  rncwndrCkkXKlIU,GF377,RUN(GT1823),""
'  rncwndrCkkXKlIU,HP381,RUN(CM1070),""
'  rncwndrCkkXKlIU,FN386,RUN(JK65),""
'  rncwndrCkkXKlIU,DH387,RUN(CC726),""
'  rncwndrCkkXKlIU,FB387,RUN(DB297),""
'  rncwndrCkkXKlIU,JC387,RUN(BZ1153),""
'  rncwndrCkkXKlIU,II388,RUN(GB1494),""
'  rncwndrCkkXKlIU,W401,"",81.00000000000000000000
'  rncwndrCkkXKlIU,CI401,"",42.00000000000000000000
'  rncwndrCkkXKlIU,DJ401,RUN(HT187),""
'  rncwndrCkkXKlIU,EJ401,RUN(BE1551),""
'  rncwndrCkkXKlIU,GY405,RUN(IP1159),""
'  rncwndrCkkXKlIU,HZ408,RUN(IS822),""
'  rncwndrCkkXKlIU,BQ410,RUN(FW732),""
'  rncwndrCkkXKlIU,JC410,RUN(HD1517),""
'  rncwndrCkkXKlIU,EG411,RUN(BO1517),""
'  rncwndrCkkXKlIU,HH426,RUN(H376),""
'  rncwndrCkkXKlIU,FL430,RUN(GB1863),""
'  rncwndrCkkXKlIU,CF431,"FORMULA(JF777&IH773&GC513&FW774&FP521&EG1915&CP1006&BT1547&HM1326&FF1797&DX1498&HH993&DU1166&FK589&HH1735&BH813&G717&F1102&EO1039&EI1861&CQ934&JL299&BD1586&JD1001&EF502&FJ1263&HV1541&DZ25&BG1294&DO1849&ED1625&FL429&ER600&CO902&HY1066,CB54)",""
'  rncwndrCkkXKlIU,CF432,RUN(V1655),""
'  rncwndrCkkXKlIU,IL438,RUN(JN1931),""
'  rncwndrCkkXKlIU,IQ441,"FORMULA(K845&IW1074&FT824&BV1429&C589&FU1004,GM250)",""
'  rncwndrCkkXKlIU,IQ442,RUN(K658),""
'  rncwndrCkkXKlIU,EZ443,RUN(G1984),""
'  rncwndrCkkXKlIU,HR450,RUN(HH913),""
'  rncwndrCkkXKlIU,A451,RUN(CA722),""
'  rncwndrCkkXKlIU,DU451,"",66.00000000000000000000
'  rncwndrCkkXKlIU,CT452,RUN(EM1793),""
'  rncwndrCkkXKlIU,FU452,"",77.00000000000000000000
'  rncwndrCkkXKlIU,HU453,"FORMULA(FL170&IG748&HO351&J1013&GG1902&GQ1193&CA1739,BL1991)",""
'  rncwndrCkkXKlIU,HU454,RUN(HX275),""
'  rncwndrCkkXKlIU,IS463,RUN(FP67),""
'  rncwndrCkkXKlIU,FG464,RUN(FT605),""
'  rncwndrCkkXKlIU,DH468,RUN(DN180),""
'  rncwndrCkkXKlIU,CF483,RUN(GO1759),""
'  rncwndrCkkXKlIU,T490,RUN(DW105),""
'  rncwndrCkkXKlIU,V493,RUN(JB1298),""
'  rncwndrCkkXKlIU,X494,RUN(HD314),""
'  rncwndrCkkXKlIU,EF503,RUN(EM569),""
'  rncwndrCkkXKlIU,DD506,RUN(HT1424),""
'  rncwndrCkkXKlIU,GC514,RUN(BH742),""
'  rncwndrCkkXKlIU,JK518,RUN(GT1055),""
'  rncwndrCkkXKlIU,FP522,RUN(JN859),""
'  rncwndrCkkXKlIU,IV524,"",38.00000000000000000000
'  rncwndrCkkXKlIU,GD525,RUN(W989),""
'  rncwndrCkkXKlIU,EH526,RUN(HB665),""
'  rncwndrCkkXKlIU,BS528,RUN(IC1915),""
'  rncwndrCkkXKlIU,BZ528,RUN(EC779),""
'  rncwndrCkkXKlIU,DC531,RUN(K1000),""
'  rncwndrCkkXKlIU,IV532,RUN(IW1911),""
'  rncwndrCkkXKlIU,DM537,RUN(II388),""
'  rncwndrCkkXKlIU,GE542,RUN(BS1979),""
'  rncwndrCkkXKlIU,FH558,"",83.00000000000000000000
'  rncwndrCkkXKlIU,FP562,RUN(CX16),""
'  rncwndrCkkXKlIU,CV567,"",3.00000000000000000000
'  rncwndrCkkXKlIU,CV568,RUN(EY1833),""
'  rncwndrCkkXKlIU,EY568,RUN(EO1429),""
'  rncwndrCkkXKlIU,CX573,RUN(ES172),""
'  rncwndrCkkXKlIU,FU577,"",36.00000000000000000000
'  rncwndrCkkXKlIU,ET580,RUN(FN386),""
'  rncwndrCkkXKlIU,IM582,"",89.00000000000000000000
'  rncwndrCkkXKlIU,IU588,"FORMULA(JL978&DA718&BB1707&EH1282&CG1822&EG410&EM1189&EJ1018,FF407)",""
'  rncwndrCkkXKlIU,IU589,RUN(GF1819),""
'  rncwndrCkkXKlIU,C590,RUN(E1979),""
'  rncwndrCkkXKlIU,FK590,RUN(JA1976),""
'  rncwndrCkkXKlIU,EU594,RUN(DV1863),""
'  rncwndrCkkXKlIU,BD597,RUN(FT1291),""
'  rncwndrCkkXKlIU,GC599,RUN(IX195),""
'  rncwndrCkkXKlIU,ER601,RUN(EW337),""
'  rncwndrCkkXKlIU,CI603,"FORMULA(DJ612&CK968&GO1646&HU1909&JF705&EJ1508&IN1027&BC763&DY1292&GK690&DH386&HK1087&FN630&DX1595&BS527&GF1819,BJ173)",""
'  rncwndrCkkXKlIU,BO604,RUN(HP381),""
'  rncwndrCkkXKlIU,CI604,RUN(BO369),""
'  rncwndrCkkXKlIU,FU605,RUN(IZ1302),""
'  rncwndrCkkXKlIU,R608,RUN(EQ1598),""
'  rncwndrCkkXKlIU,DZ611,RUN(EN1646),""
'  rncwndrCkkXKlIU,JH612,RUN(IA41),""
'  rncwndrCkkXKlIU,DJ613,RUN(S162),""
'  rncwndrCkkXKlIU,GD624,RUN(ET580),""
'  rncwndrCkkXKlIU,GE627,RUN(DN1622),""
'  rncwndrCkkXKlIU,FN631,RUN(E340),""
'  rncwndrCkkXKlIU,JL637,"",2.00000000000000000000
'  rncwndrCkkXKlIU,DR644,"",2.00000000000000000000
'  rncwndrCkkXKlIU,EK650,RUN(BW237),""
'  rncwndrCkkXKlIU,K659,RUN(BV1300),""
'  rncwndrCkkXKlIU,EU664,RUN(GF1331),""
'  rncwndrCkkXKlIU,HB665,"FORMULA(EA1607&DJ1441&IZ730&EH525,IG1186)",""
'  rncwndrCkkXKlIU,JL665,RUN(EO9),""
'  rncwndrCkkXKlIU,HB666,RUN(M1796),""
'  rncwndrCkkXKlIU,JO670,RUN(HA1035),""
'  rncwndrCkkXKlIU,EB673,RUN(J578),""
'  rncwndrCkkXKlIU,CO679,RUN(DW147),""
'  rncwndrCkkXKlIU,CE683,RUN(R783),""
'  rncwndrCkkXKlIU,ED683,"FORMULA(O1955&EN786&BO369,DV14)",""
'  rncwndrCkkXKlIU,ED684,RUN(FA1674),""
'  rncwndrCkkXKlIU,CF689,RUN(BG149),""
'  rncwndrCkkXKlIU,GK691,RUN(J1703),""
'  rncwndrCkkXKlIU,Z695,RUN(FP438),""
'  rncwndrCkkXKlIU,CM696,"",75.00000000000000000000
'  rncwndrCkkXKlIU,IC697,RUN(GU52),""
'  rncwndrCkkXKlIU,JM700,RUN(BE328),""
'  rncwndrCkkXKlIU,EJ703,RUN(DN1602),""
'  rncwndrCkkXKlIU,JC703,RUN(IH868),""
'  rncwndrCkkXKlIU,JF706,RUN(GU1063),""
'  rncwndrCkkXKlIU,EP708,RUN(HM1939),""
'  rncwndrCkkXKlIU,DL712,"",16.00000000000000000000
'  rncwndrCkkXKlIU,G718,RUN(FU939),""
'  rncwndrCkkXKlIU,DA719,RUN(G137),""
'  rncwndrCkkXKlIU,O722,RUN(EG819),""
'  rncwndrCkkXKlIU,V723,RUN(DN1881),""
'  rncwndrCkkXKlIU,ID725,"",82.00000000000000000000
'  rncwndrCkkXKlIU,IZ731,RUN(CF1331),""
'  rncwndrCkkXKlIU,JD734,RUN(EG1109),""
'  rncwndrCkkXKlIU,EJ748,RUN(GJ1103),""
'  rncwndrCkkXKlIU,IG749,RUN(BE1759),""
'  rncwndrCkkXKlIU,BC764,RUN(DG108),""
'  rncwndrCkkXKlIU,CV764,RUN(FA1951),""
'  rncwndrCkkXKlIU,HW765,"",39.00000000000000000000
'  rncwndrCkkXKlIU,IH774,RUN(IX131),""
'  rncwndrCkkXKlIU,FW775,RUN(EI252),""
'  rncwndrCkkXKlIU,BX776,RUN(EC1546),""
'  rncwndrCkkXKlIU,JF778,RUN(FG469),""
'  rncwndrCkkXKlIU,EC779,RUN(GG1089),""
'  rncwndrCkkXKlIU,EN787,RUN(DR1393),""
'  rncwndrCkkXKlIU,JN788,RUN(DF1343),""
'  rncwndrCkkXKlIU,GY791,RUN(EA147),""
'  rncwndrCkkXKlIU,EQ799,RUN(HD476),""
'  rncwndrCkkXKlIU,GL800,RUN(CI1405),""
'  rncwndrCkkXKlIU,CC805,RUN(ES98),""
'  rncwndrCkkXKlIU,GL811,RUN(GV865),""
'  rncwndrCkkXKlIU,BH814,RUN(S312),""
'  rncwndrCkkXKlIU,FT825,RUN(HI358),""
'  rncwndrCkkXKlIU,GM829,"",86.00000000000000000000
'  rncwndrCkkXKlIU,IK829,"",20.00000000000000000000
'  rncwndrCkkXKlIU,FU832,RUN(IK1557),""
'  rncwndrCkkXKlIU,CE834,RUN(IB1894),""
'  rncwndrCkkXKlIU,EG843,RUN(FB280),""
'  rncwndrCkkXKlIU,K846,RUN(DE1382),""
'  rncwndrCkkXKlIU,BL855,"",96.00000000000000000000
'  rncwndrCkkXKlIU,HT860,RUN(FA1198),""
'  rncwndrCkkXKlIU,FL861,RUN(BC473),""
'  rncwndrCkkXKlIU,EF876,RUN(V1411),""
'  rncwndrCkkXKlIU,BG877,RUN(GI1176),""
'  rncwndrCkkXKlIU,GQ883,RUN(FD921),""
'  rncwndrCkkXKlIU,F894,RUN(HE1),""
'  rncwndrCkkXKlIU,IL895,"",88.00000000000000000000
'  rncwndrCkkXKlIU,JN896,"FORMULA(Y1485&EW1527&BY1374&GC598&R607&HJ332&FJ1547&HJ1951,S638)",""
'  rncwndrCkkXKlIU,JN897,RUN(DY1880),""
'  rncwndrCkkXKlIU,BG898,RUN(BA25),""
'  rncwndrCkkXKlIU,JM901,RUN(A1933),""
'  rncwndrCkkXKlIU,CO903,RUN(HN1288),""
'  rncwndrCkkXKlIU,IG904,RUN(DH468),""
'  rncwndrCkkXKlIU,IS910,"",60.00000000000000000000
'  rncwndrCkkXKlIU,U913,RUN(T1106),""
'  rncwndrCkkXKlIU,HH913,RUN(EY1454),""
'  rncwndrCkkXKlIU,II913,RUN(BL134),""
'  rncwndrCkkXKlIU,FD921,RUN(EF1648),""
'  rncwndrCkkXKlIU,GW921,RUN(GV1124),""
'  rncwndrCkkXKlIU,IS929,"",40.00000000000000000000
'  rncwndrCkkXKlIU,HJ931,RUN(F471),""
'  rncwndrCkkXKlIU,EC932,RUN(JC410),""
'  rncwndrCkkXKlIU,HZ934,RUN(J260),""
'  rncwndrCkkXKlIU,CQ935,RUN(DP692),""
'  rncwndrCkkXKlIU,DT941,RUN(IU480),""
'  rncwndrCkkXKlIU,M949,RUN(IP1864),""
'  rncwndrCkkXKlIU,GB949,RUN(EY603),""
'  rncwndrCkkXKlIU,BY955,"",71.00000000000000000000
'  rncwndrCkkXKlIU,FP959,RUN(BH99),""
'  rncwndrCkkXKlIU,K963,RUN(FT1492),""
'  rncwndrCkkXKlIU,CK969,RUN(CL221),""
'  rncwndrCkkXKlIU,EA976,"FORMULA(BS100&HN1716&BG876&DL323&HW9&GJ1502,GU1197)",""
'  rncwndrCkkXKlIU,EA977,RUN(EF1537),""
'  rncwndrCkkXKlIU,HT978,RUN(HR1047),""
'  rncwndrCkkXKlIU,JL979,RUN(DH801),""
'  rncwndrCkkXKlIU,IA983,RUN(CK1134),""
'  rncwndrCkkXKlIU,BQ987,"",42.00000000000000000000
'  rncwndrCkkXKlIU,W989,RUN(N29),""
'  rncwndrCkkXKlIU,HH994,RUN(BT1611),""
'  rncwndrCkkXKlIU,CD995,RUN(EH1191),""
'  rncwndrCkkXKlIU,HU1001,RUN(FU39),""
'  rncwndrCkkXKlIU,JD1002,RUN(FW1091),""
'  rncwndrCkkXKlIU,FJ1003,RUN(EG111),""
'  rncwndrCkkXKlIU,FU1005,RUN(IQ441),""
'  rncwndrCkkXKlIU,CP1007,RUN(IX917),""
'  rncwndrCkkXKlIU,CM1008,RUN(E60),""
'  rncwndrCkkXKlIU,EY1011,RUN(HT978),""
'  rncwndrCkkXKlIU,EB1013,RUN(CZ773),""
'  rncwndrCkkXKlIU,J1014,RUN(DL1226),""
'  rncwndrCkkXKlIU,EJ1018,"",2.00000000000000000000
'  rncwndrCkkXKlIU,EJ1019,RUN(IU588),""
'  rncwndrCkkXKlIU,IN1028,RUN(FG1454),""
'  rncwndrCkkXKlIU,GQ1029,"",0.00000000000000000000
'  rncwndrCkkXKlIU,EE1031,RUN(EC372),""
'  rncwndrCkkXKlIU,FU1031,RUN(JF1796),""
'  rncwndrCkkXKlIU,IT1034,RUN(IV983),""
'  rncwndrCkkXKlIU,EO1040,RUN(FH494),""
'  rncwndrCkkXKlIU,HR1041,RUN(CG1973),""
'  rncwndrCkkXKlIU,HR1047,RUN(EH1735),""
'  rncwndrCkkXKlIU,IP1050,RUN(IA983),""
'  rncwndrCkkXKlIU,GT1055,RUN(IV532),""
'  rncwndrCkkXKlIU,JE1059,RUN(CS1588),""
'  rncwndrCkkXKlIU,GS1063,"FORMULA(P1862&FP958&HU1000&HX275,FK28)",""
'  rncwndrCkkXKlIU,GS1064,RUN(GY404),""
'  rncwndrCkkXKlIU,HY1067,RUN(CF431),""
'  rncwndrCkkXKlIU,CM1070,RUN(IP56),""
'  rncwndrCkkXKlIU,IW1075,RUN(DM1202),""
'  rncwndrCkkXKlIU,BI1085,"",86.00000000000000000000
'  rncwndrCkkXKlIU,BU1086,RUN(FU605),""
'  rncwndrCkkXKlIU,HK1088,RUN(GH998),""
'  rncwndrCkkXKlIU,GG1089,RUN(GE542),""
'  rncwndrCkkXKlIU,EQ1091,"FORMULA(HZ1561&CF688&DB262&GW920&JM900&M948&JI113&EZ1962&BQ409&FP561&EU298&EB1244,IH323)",""
'  rncwndrCkkXKlIU,EQ1092,RUN(ER319),""
'  rncwndrCkkXKlIU,F1103,RUN(GV1107),""
'  rncwndrCkkXKlIU,HO1103,RUN(FD1462),""
'  rncwndrCkkXKlIU,T1106,RUN(BU1086),""
'  rncwndrCkkXKlIU,EG1109,RUN(FS162),""
'  rncwndrCkkXKlIU,Y1111,"",73.00000000000000000000
'  rncwndrCkkXKlIU,ET1119,RUN(EZ443),""
'  rncwndrCkkXKlIU,GI1130,"",40.00000000000000000000
'  rncwndrCkkXKlIU,CK1134,RUN(IZ302),""
'  rncwndrCkkXKlIU,BZ1142,"",48.00000000000000000000
'  rncwndrCkkXKlIU,IL1143,"",37.00000000000000000000
'  rncwndrCkkXKlIU,R1147,RUN(IW691),""
'  rncwndrCkkXKlIU,IP1159,"FORMULA(DT940&G257&N1575&DN1763&EL127&CO678&CV567&FI102&JL664&FZ1908&IH1640&GY404,CF181)",""
'  rncwndrCkkXKlIU,IP1160,RUN(EB1244),""
'  rncwndrCkkXKlIU,EN1162,RUN(EC257),""
'  rncwndrCkkXKlIU,CR1166,RUN(GB1787),""
'  rncwndrCkkXKlIU,DU1167,RUN(CU67),""
'  rncwndrCkkXKlIU,EJ1171,RUN(JG657),""
'  rncwndrCkkXKlIU,GC1173,RUN(IG904),""
'  rncwndrCkkXKlIU,JO1173,"",17.00000000000000000000
'  rncwndrCkkXKlIU,DC1186,RUN(DI534),""
'  rncwndrCkkXKlIU,GI1187,RUN(JM700),""
'  rncwndrCkkXKlIU,EM1189,"",3.00000000000000000000
'  rncwndrCkkXKlIU,EM1190,RUN(GO1829),""
'  rncwndrCkkXKlIU,GA1192,"",62.00000000000000000000
'  rncwndrCkkXKlIU,Z1194,RUN(W1548),""
'  rncwndrCkkXKlIU,GQ1194,RUN(DL658),""
'  rncwndrCkkXKlIU,ED1202,RUN(CU1748),""
'  rncwndrCkkXKlIU,EP1205,RUN(BK1720),""
'  rncwndrCkkXKlIU,CM1206,RUN(CC805),""
'  rncwndrCkkXKlIU,FH1206,RUN(CO1003),""
'  rncwndrCkkXKlIU,IQ1206,RUN(FB387),""
'  rncwndrCkkXKlIU,BG1213,"",36.00000000000000000000
'  rncwndrCkkXKlIU,DV1219,RUN(GU1039),""
'  rncwndrCkkXKlIU,DK1226,"",72.00000000000000000000
'  rncwndrCkkXKlIU,IG1230,RUN(F894),""
'  rncwndrCkkXKlIU,CN1238,RUN(HW1496),""
'  rncwndrCkkXKlIU,GO1239,RUN(BD1537),""
'  rncwndrCkkXKlIU,EB1245,RUN(EQ1091),""
'  rncwndrCkkXKlIU,C1255,RUN(HY1974),""
'  rncwndrCkkXKlIU,IS1260,RUN(BD597),""
'  rncwndrCkkXKlIU,FJ1264,RUN(DB1687),""
'  rncwndrCkkXKlIU,V1267,RUN(BV1476),""
'  rncwndrCkkXKlIU,D1275,RUN(ET1061),""
'  rncwndrCkkXKlIU,JI1277,RUN(HM1475),""
'  rncwndrCkkXKlIU,EH1283,RUN(CN792),""
'  rncwndrCkkXKlIU,DN1285,RUN(GN68),""
'  rncwndrCkkXKlIU,JH1286,RUN(EX215),""
'  rncwndrCkkXKlIU,CR1289,RUN(JD1830),""
'  rncwndrCkkXKlIU,IT1290,RUN(BO1591),""
'  rncwndrCkkXKlIU,P1291,RUN(JH1286),""
'  rncwndrCkkXKlIU,FT1291,RUN(K1362),""
'  rncwndrCkkXKlIU,DY1293,RUN(GR1463),""
'  rncwndrCkkXKlIU,BG1295,RUN(HM1580),""
'  rncwndrCkkXKlIU,BY1297,RUN(FE1619),""
'  rncwndrCkkXKlIU,JB1298,RUN(BO604),""
'  rncwndrCkkXKlIU,BV1300,"FORMULA(DP1436&BO1651&IN1476&EJ400&D1274&Z1473&GM108&GS1413&HR1767&FR1591&T489&HQ1942&X1660&CD294&II912&EB672&CY1303&K658,GH501)",""
'  rncwndrCkkXKlIU,BV1301,RUN(GJ1502),""
'  rncwndrCkkXKlIU,JF1301,"",94.00000000000000000000
'  rncwndrCkkXKlIU,IZ1302,RUN(HM1602),""
'  rncwndrCkkXKlIU,CY1304,RUN(DV618),""
'  rncwndrCkkXKlIU,HN1306,RUN(EL355),""
'  rncwndrCkkXKlIU,FN1316,"",4.00000000000000000000
'  rncwndrCkkXKlIU,JE1318,RUN(IE1970),""
'  rncwndrCkkXKlIU,HM1327,RUN(Z121),""
'  rncwndrCkkXKlIU,GF1331,RUN(EU594),""
'  rncwndrCkkXKlIU,II1333,RUN(GW480),""
'  rncwndrCkkXKlIU,EW1335,RUN(GF1866),""
'  rncwndrCkkXKlIU,GB1337,RUN(BS1376),""
'  rncwndrCkkXKlIU,EH1338,"",50.00000000000000000000
'  rncwndrCkkXKlIU,CT1352,RUN(IQ1206),""
'  rncwndrCkkXKlIU,HV1360,"",85.00000000000000000000
'  rncwndrCkkXKlIU,K1362,RUN(EY1011),""
'  rncwndrCkkXKlIU,ER1370,RUN(CF713),""
'  rncwndrCkkXKlIU,BY1375,RUN(IH934),""
'  rncwndrCkkXKlIU,BB1380,RUN(HR1041),""
'  rncwndrCkkXKlIU,BP1381,"",14.00000000000000000000
'  rncwndrCkkXKlIU,BE1387,RUN(DN825),""
'  rncwndrCkkXKlIU,EG1400,"",70.00000000000000000000
'  rncwndrCkkXKlIU,CI1405,RUN(JD1902),""
'  rncwndrCkkXKlIU,GS1414,RUN(HA480),""
'  rncwndrCkkXKlIU,JO1414,RUN(JN979),""
'  rncwndrCkkXKlIU,EO1429,RUN(EP708),""
'  rncwndrCkkXKlIU,BV1430,RUN(HO149),""
'  rncwndrCkkXKlIU,IW1433,RUN(DL1993),""
'  rncwndrCkkXKlIU,DP1437,RUN(BD561),""
'  rncwndrCkkXKlIU,GF1437,RUN(W473),""
'  rncwndrCkkXKlIU,GQ1440,RUN(CM1974),""
'  rncwndrCkkXKlIU,DJ1442,RUN(BW1959),""
'  rncwndrCkkXKlIU,CX1450,RUN(EX347),""
'  rncwndrCkkXKlIU,EY1454,RUN(DU1582),""
'  rncwndrCkkXKlIU,DF1459,"",88.00000000000000000000
'  rncwndrCkkXKlIU,EX1471,"",82.00000000000000000000
'  rncwndrCkkXKlIU,Z1474,RUN(DY1161),""
'  rncwndrCkkXKlIU,BB1474,RUN(IL438),""
'  rncwndrCkkXKlIU,HM1475,RUN(ET223),""
'  rncwndrCkkXKlIU,BV1476,RUN(C1255),""
'  rncwndrCkkXKlIU,IN1477,RUN(BV82),""
'  rncwndrCkkXKlIU,Y1486,RUN(FR56),""
'  rncwndrCkkXKlIU,BJ1491,RUN(CR1166),""
'  rncwndrCkkXKlIU,EY1491,"",93.00000000000000000000
'  rncwndrCkkXKlIU,GD1491,RUN(JJ143),""
'  rncwndrCkkXKlIU,GB1494,RUN(DY1586),""
'  rncwndrCkkXKlIU,HW1496,RUN(EG843),""
'  rncwndrCkkXKlIU,HI1497,"",59.00000000000000000000
'  rncwndrCkkXKlIU,DX1499,RUN(GE1030),""
'  rncwndrCkkXKlIU,GJ1503,RUN(EA976),""
'  rncwndrCkkXKlIU,IX1505,RUN(JO117),""
'  rncwndrCkkXKlIU,EJ1509,RUN(CJ1879),""
…