Hi there,
on all of my machines I get the following error message:
2282: Das Format, in dem Sie das aktuelle Objekt auszugeben versuchen, ist
nicht verwendbar
I try to translate:
the format, you try to output the actual object, is not available.
This is the code which causes the error.
DoCmd.SendObject acReport, stDocName, _
acFormatXLS, _
IIf(RstAdjust!Email, rst!Email, "mail") _
, , , _
strAdressen_Text, _
strDialog, False
It seems to me that acFormatXLS causes the trouble.
Any ideas?
Regards
Helmut