Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Run Time Error 94 #17

Open
NandaTC opened this issue Aug 17, 2017 · 0 comments
Open

Run Time Error 94 #17

NandaTC opened this issue Aug 17, 2017 · 0 comments

Comments

@NandaTC
Copy link

NandaTC commented Aug 17, 2017

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 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant