HI,
I have the code below and it was working fine (Open excel file from outlook) but suddenly getting this error:
Compile Error:
Method or data member not found (on the line below)
Set xWb = xExcelApp.Workbooks.Open(xExcelFile)
Complete code:
Public Sub OpenVendorChartofAcounts() Dim...