It sounds like the printer name is not right, try this, in the VBA editor,
where you put the code in, do a Ctrl+G, this will open the Immediate
window, in it type, or copy and paste, Debug.Print Application.ActivePrinter
then hit enter, this will give you the name of your printer, in my case I
get this
HP DeskJet 720C Series on LPT1: then use the line like this, put the
printer name in quotes.
Application.ActivePrinter = "HP DeskJet 720C Series on LPT1:"
--
Paul B
Always backup your data before trying something new
Using Excel 2000 & 97
Please post any response to the newsgroups so others can benefit from it
** remove news from my email address to reply by email **