Do we have access to the printer object in Excel 2010 VBA? I've got a text variable I put together in code and want to send it to the printer.

something like:

s="This is a test"

printer.print s
Enddoc

Seems like it shouldn't be as difficult as I'm finding it. Scoured MSDN and the net without luck in 10 days....

Thanks,

dj