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
{{ message }}
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
The reference sets which are empty is causing the run time error '94' , Invalid use of Null.
The issue is happening for both update and retrieve options.
Tried to debug but unable to find the cause and the debug options hits the below block of code.
If Response.StatusCode <> Ok Then
If IsEmpty(Response) Then
MsgBox Response.StatusDescription
Else
MsgBox Response.Data("message")
End If
Exit Sub
End If
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The reference sets which are empty is causing the run time error '94' , Invalid use of Null.
The issue is happening for both update and retrieve options.
Tried to debug but unable to find the cause and the debug options hits the below block of code.
The text was updated successfully, but these errors were encountered: