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
VBA.Val (used in ParseNumber) is not locale-aware so converted from decimals to commas in an effort to guard for locale issues actually caused an issue.
VBA.Val
(used inParseNumber
) is not locale-aware so converted from decimals to commas in an effort to guard for locale issues actually caused an issue.See: VBA-tools/VBA-Web#96
The text was updated successfully, but these errors were encountered: