Frequent Questions and Answers for Troubleshooting
What is system error #5 and what do I do if I get it?
What is system error #6e and what do I do if I get it?
What is error #53 and what do I do if I get it?
How do I fix the VBA syntax error?
What is system error #5 and what do I do if I get it?
Windows system error #5 is “Access is denied.”
You may find all list of windows system errors here.
The most common reasons you may get Windows system error #5 are:
1. Security software blocks access to compiled EXE. Try to temporarily disable your antivirus to ensure that it has no effect on EXE behavior.
2. The permissions you may have may be too low to access some folders on your computer. Please choose “My Documents” folder as a target path of the EXE in the XCell Compiler compilation form.
3. Third party Excel add-ins may block standard procedures of the XCell Compiler. Try to disable all third party add-ins.
What is system error #6e and what do I do if I get it?
Windows system error #6e is “The system cannot open the device or file specified.”
You may find all list of the Windows system errors here.
The most common reasons you may get Windows system error #6e are:
1. Security software blocks access to compiled EXE. Try to temporarily disable your antivirus to ensure that it has no effect on EXE behavior.
2. The permissions you may have may be too low to access some folders on your computer. Please choose “My Documents” folder as a target path of the EXE in the XCell Compiler compilation form.
3. Third party Excel add-ins may block standard procedures of the XCell Compiler. Try to disable all third party add-ins.
What is error #53 and what do I do if I get it?
Error #53 occurs when our run-time xcellstub.dll cannot be accessed.
The most common reasons you may get error #53 are:
1. You are running an old version of the DoneEx XCell Compiler. You need to download and install the latest version of the product.
(start the exe compiled with the latest version of the product)
2. Security software blocks access to compiled EXE. Try to temporarily disable your antivirus to ensure that it has no effect on EXE behavior.
3. Third party Excel add-ins may block standard procedures of the XCell Compiler. Try to disable all third party add-ins.
4. Excel macro security settings are set to “Enable all macros”. You need to change your macro settings to “Disable all macros with notification”.
How do I fix the VBA syntax error?
The DoneEx XCell Compiler makes a compilation of the VBA code by using our VBA compiler. The way how our VBA compiler works is absolutely different from the VBA interpreter which is embedded in Excel. If the VBA code contains syntax errors our VBA compiler interrupts compilation and protected VBA code is not generated. This means that all of the VBA syntax errors have to be fixed in the original VBA code before compilation. This is required for the product to work correctly.
To check for VBA syntax errors, start your XLS workbook in Excel and follow the path:
VBA Project main menu >> Debug >> Compile VBA Project