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
It appears that the following format of regex doesn't work (example): ^[a-zA-Z0-9._-\.]{1,63}$, at least not in Excel 2016 (Click to run / Proplus version).
Changing this to ^[a-zA-Z0-9._-]{1,63}$ resolves the issue.