_FilterDatabase?
@MathNya Thanks for the latest version. It is MUCH better!
I'll continue to test, but it seems so far most of the issues have been resolved.
I discover a strange artifact:
Can you tell me where that _FilterDatabase come from? There doesn't seem to be a way to remove it...
I understand that it is a named range, but I do not have that named range in my source file.
Source file:
Output file:
@schungx, can you please share minimal code and test excel for duplication.
@schungx This is a strange phenomenon. There was no string "_FilterDatabase" in the program either. I wonder where it came from.
can you please share minimal code and test excel for duplication.
We would very much appreciate your response here.
can you please share minimal code and test excel for duplication.
We would very much appreciate your response here.
No prob. Sorry I'm travelling. Will do that tonight when I get to hotel.
output is simply a read-write of xxx.
If you load output in Excel, it'll complain about errors in cells (probably due to the formula).
You can also see the _FilterDatabase range.
@schungx, there is a _FilterDatabase in original file (xxx.xlsx)
the same is written to output file (
output.xlsx) as
Ah, the original file has hidden="1". That's why it isn't showing up.
The output file does not have this attribute.
@schungx, the mystery of _FilterDatabase is now solved, now it needs to be investigated why the definedName element name is placed in the background in that range?
@schungx, the mystery of
_FilterDatabaseis now solved, now it needs to be investigated why thedefined nameelement name is placed in the background in that range?
This is resolved. It turns out that Excel automatically displays the range's name (in bold large text to add injury) as a watermark over the range if the zoom level is below 40%. Seems to be standard Excel behavior.
@schungx @agentjill Thank you for your confirmation. We will address the issue of the disappearance of the hidden attribute in the next update.
The latest version has been released. Please check to see if any problems have been resolved.