Hi,
I have a database system which submits XML to external source. However It debugging on a line within the VBA code, however I don't understand what the line does. the line is
Code:
Dim ws As clsws_TiRequestsService
Set ws = New clsws_TiRequestsService
Can anyone tell me what these lines are doing as I dont understand what clws_TIRequestsService is in VBA? Also is there any reason why it would debug on this line?
If it helps before this line is code to put the data needed into a variable and also define the username and password for the login which is used after this code.
Thank you,
Kind regards
Jeskit
