How to print specific number of receipts that are numbered using vba

Ivn68

Board Regular
Joined
Aug 21, 2015
Messages
75
I want to be able to print a specified number or receipts and then be able to do it again and continue from where I left off

Say I print 10 receipts the next time I want to start at 11 and print another 5 then the next time I want to start at 16
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
You will need to store the last number printed somewhere on your file so that it know where it left off, and where to start next.
Just use some unused or hidden cell somewhere.

If you create a VBA script to do the the printing, you can have it record where it left off automatically.
 
Upvote 0

Forum statistics

Threads
1,215,487
Messages
6,125,075
Members
449,205
Latest member
Healthydogs

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top