Ian has attended:
Access Introduction course
Printing
What the macro commands for printing a named range?
RE: printing
Hi Ian
Thanks for your question
You simply need to use the printout method of the range object
Range("MyRange").PrintOut
The method has number of optional arguments allowing you to specify printer names etc. I suggest using VBA's help facility for the details of these
I Hope this is useful
Regards
Stephen