Use the TransferSpreadsheet method instead.
See VBA Help for details.

Signature
Dave Hargis, Microsoft Access MVP
> I thought a simple sub, such as the following, which I found on this DG,
> would allow me to copy/paste the results of a Query to an Excel SS:
[quoted text clipped - 11 lines]
> Regards,
> Ryan---
ryguy7272 - 28 May 2008 22:01 GMT
You are totally right! I forgot about this little trick. I created the
Macro, saved it to a Module, and called that Function with a Command1_Click
button. Thanks for the reminder about this technique. The old code is gone
and the new code is running smoothly...
Regards,
Ryan---

Signature
RyGuy
> Use the TransferSpreadsheet method instead.
> See VBA Help for details.
[quoted text clipped - 14 lines]
> > Regards,
> > Ryan---