Code:
With oTradeDesk1(LeadAcct)
ReportUrl = .GetReportURL("2099045858", .ServerTime, .ServerTime, "HTML", "enu", 0)
End With
Gives an error -2147024809 (80070057) "Account identifier is invalid?"
This is a managed account for which I automatically want to generate reports, but I get the above error everytime.
I changed the accountnumber for privacy reasons, but length and format are identical to the real account number.
oTradeDesk1(LeadAcct) is the TradeDeskAut object that is logged in to the account with the same identifier!
Any suggestions?