View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brandon Klassen Brandon Klassen is offline
external usenet poster
 
Posts: 1
Default How to reference # of copies in print menu?

Let's say I want to increment a value based on the number of copies. So I
select in the print menu 5 copies, and then on copy 1 it increments by 1,
copy 2 by 2, copy 3 by 3, etc.

Is there a variable for # of copies or how can I reference that?