You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addNumfmt function verifies whether xNumFmt.NumFmtId is less than or equal to builtinNumFmtsCount. If this condition is met, the function will not add it.
However, since my numFmtId is 8, this function prevents me from retrieving the correct NumFmt for my cell.
I believe it would be more effective to check if xNumFmt.NumFmtId is included in builtInNumFmt
The addNumfmt function verifies whether xNumFmt.NumFmtId is less than or equal to builtinNumFmtsCount. If this condition is met, the function will not add it.
However, since my numFmtId is 8, this function prevents me from retrieving the correct NumFmt for my cell.
I believe it would be more effective to check if xNumFmt.NumFmtId is included in builtInNumFmt
Could Anyone help me fix it?
Number_Currency.xlsx
The text was updated successfully, but these errors were encountered: