ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I set a macro to print variable number of pages in excel? (https://www.excelbanter.com/excel-discussion-misc-queries/37798-how-do-i-set-macro-print-variable-number-pages-excel.html)

Livio

How do I set a macro to print variable number of pages in excel?
 
I have a worksheet that calculates total nuber of packages of a consignment;
I am now trying to run a macro that would print as many labels as the total
number of packages, which could be as little as one or as much as 50. I
tried to copy and paste into the pages box of the print screen, but it didn't
work.
Does anybody have a solution? The excel version is Office 2000.
Thanks

Henry

Livio,

Put the print instruction in a for-next loop.
If the number of packages is in, say Cell T6 then:

For PrintRun = 1 To Range("T6").Value
Print a label
Next PrintRun

Henry


"Livio" wrote in message
...
I have a worksheet that calculates total nuber of packages of a
consignment;
I am now trying to run a macro that would print as many labels as the
total
number of packages, which could be as little as one or as much as 50. I
tried to copy and paste into the pages box of the print screen, but it
didn't
work.
Does anybody have a solution? The excel version is Office 2000.
Thanks





All times are GMT +1. The time now is 04:37 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com