I have an Excel macro that's been working for years:
macroResult = Application.Run("PIPutVal", sTagname, valueCell, sTime, sServer, resultCell)
Recently I started to get an error from "macroResult" that says "A call to SSPI failed, see inner exception."
Does anyone know what that menas?
Thanks.
SBH