Green error triangles in formulas

Money Theory

New member
Hi Team. I observed that end users are having green error triangles in all their formulae. Please take a look at the attached screenshot.

When building the exe, I already turned on "Perform a recalculation at startup" under advanced options and checked "use Excel automation for formula protection", "ignore errors when processing the workbook under formulas and passwords under the security option

Waiting for your response on the resolution.
 

Attachments

  • Green error triangles.webp
    Green error triangles.webp
    40.8 KB · Views: 10
Then, it is more complicated to guess what could be wrong without further information about formulas used, Excel version, etc.
 
The Excel version is 2019. It is not about a single formula. Every single formula in the entire workbook shows this triangle.

While it has been completely fine on my own laptop. I am thinking, when the XLS padlock is converted it into .exe, guess something is happening to those. Hence, I shared it with you. Has anyone faced this?

Would share any info you want to resolve this.

Also, unrelated to this query, can we distribute another Excel workbook when one workbook is already live using online activation? Because I have seen that we can use only one master and security key in the config.
 
1. Green Error Triangles in All Formulas (No Formula Protection Enabled)

Based on your description:
  • You are not using XLS Padlock’s formula protection.
  • You have enabled “Perform a recalculation at startup,” “Use Excel automation for formula protection,” and “Ignore errors when processing the workbook.”
  • This problem does not occur on your own computer, but does on end users’ computers after building the EXE.
The green triangle is Excel’s way of alerting to a perceived issue (e.g., numbers stored as text, inconsistent formula, etc.), but since you’re not using formula protection, it is likely not caused by formula obfuscation.

It could be due to differences between your Excel setup and the end users’ systems (Excel 2019 but different builds, regional settings for decimal separators, etc.) could trigger warnings on their machines.

Please ask end users to click the Green Triangle: if they click the triangle, Excel will show the warning message. Please have them report exactly what it says. This helps identify the underlying issue.

Then, also instruct users to go to File > Options > Formulas > Error Checking. See what rules are enabled. “Enable background error checking” may be causing aggressive warnings.

Make sure that nothing in your workbook (like a macro or add-in) could be altering cell types or values at startup.

If possible, share with us a stripped-down sample workbook (removing confidential data) that still shows the issue when compiled, so it can be tested by us.

2. Online Activation for Multiple Workbooks

XLS Padlock’s online activation system is designed so that each compiled EXE (each workbook project) uses a unique set of Master Key and Security Private Key. But you can define different workbooks in the same workbooks.json file, so yes, you can manage activations for different workbooks using the same kit.
 
Thanks for the reply.

1. I think "enable background error checking" might have caused it. But the options menu is unavailable in the final compiled file.

DMed you the sample workbook. Please take a look and resolve as soon as possible. Thanks.

2. Ok. Can you please tell me in more detail? I am only using config.in where I am able to update only 1 workbook's data at a time.
 
1. I think "enable background error checking" might have caused it. But the options menu is unavailable in the final compiled file.
You can try to change the option in a normal Excel session. Then close it. This way, XLS Padlock will use the options newly defined.

2. Ok. Can you please tell me in more detail? I am only using config.in where I am able to update only 1 workbook's data at a time.
Are you using the activation kit or the woocommerce integration kit?
 
The activation kit itself does not handle different workbooks. You must install it to a subfolder of your webroot and one subfolder per workbook.
 
Back
Top