Error:
“No Export File Selections Made Yet”. This was found in OpenLAB CDS Chemstation C.01.06:
Also, a box came up asking if you want to clear spreadsheet yes/no
Cause:
- Found that the dde macro was causing the issue.
- Error occurs only in a sequence and would not go to the next injection.
- Also got a clear spreadsheet box….
Fix:
Remove it from the user.mac. To do this:
- Go to chem32\core
- Open the user.mac with notepad
- Remove the following lines:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Section Added By EXCELDDE.MAC !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Macro "EXCELDDE.MAC"
SETHOOK "PreViewMenu","EXCELDDE_HOOK"
SETHOOK "PostQuant","Export_Data"
SETHOOK "PreSeq","Clear_Spreadsheet"
Load_Selects
EXCELDDE_CLEAR=0
EXCELDDE_Export=1
EXCELDDE_FLAG=1
EXCELDDE_FLAG=1
Save_Sheet = 1
EXCEL_PATH$="C:\PROGRAM FILES (X86)\MICROSOFT OFFICE\OFFICE14\EXCEL.EXE"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
You can now export a sequence summary report to Excel within OpenLAB CDS Chemstation
42215
2015-1102