Good Day I'm encountering a error while i'm uploading a data from a Excel file. here's the error:
The remote procedure call failed. (Exception from HRESULT: 0x800706BE) and here's where the error points.

Sub OpenExlWbk(ByVal FileName As String) ExcelAp.Visible = False ExcelWB = ExcelAp.Workbooks.Open(FileName) <-- This where the error points End Sub the error only occur on live or online but when i do this locally, it works fine. I hope someone can help me on this.
Thanks and Regards

Go to the complete details ...