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
I went through the entire code base and changed any input parameter that was not typed as Object or Variant (such as strongly-typed Double, Long, Boolean, or String) to an explicit ByVal. Sorry I should have mentioned this before because some of my proposed modifications will throw an error if not.
The text was updated successfully, but these errors were encountered:
I went through the entire code base and changed any input parameter that was not typed as Object or Variant (such as strongly-typed Double, Long, Boolean, or String) to an explicit ByVal. Sorry I should have mentioned this before because some of my proposed modifications will throw an error if not.
The text was updated successfully, but these errors were encountered: