View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Print macros don't work on all printers

Try keeping only the code that you need in your macro.

If you're not changing a setting, then don't include it in your code.

If you used the macro recorder to generate your code, you may have lots of extra
lines in that procedure.

dford wrote:

I use macros to print some portions of my worksheets. Included in the macro
is print setup commands. When I try to print on some different printes, the
macro doesn't work. It seems to have something in the setup being different
on other printers. How can I change macro to work on all printers?


--

Dave Peterson