I have this module which used to run fine till now.
I did a small change to the module and that was added a DTS call step in between
call runDTS1()
the DTS call function is as follows:
Sub runDTS1(strServer As String, strUser As String, strPassword As String, strDTS As String)
Const...