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
Importing a file with the '-Text' parameter causes the value to be passed to [datetime]::FromOADate to be a string. This causes the catch block to get executed each time. I would think bracketing this with a check for the Text parameter could easily skip this step that will always fail.
The text was updated successfully, but these errors were encountered:
Importing a file with the '-Text' parameter causes the value to be passed to [datetime]::FromOADate to be a string. This causes the catch block to get executed each time. I would think bracketing this with a check for the Text parameter could easily skip this step that will always fail.
The text was updated successfully, but these errors were encountered: