ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   how can i create a consecutively numbered form in excel (https://www.excelbanter.com/excel-programming/360350-how-can-i-create-consecutively-numbered-form-excel.html)

dan

how can i create a consecutively numbered form in excel
 
how can i create a consecutively numbered form in excel

Tom Ogilvy

how can i create a consecutively numbered form in excel
 
Possibly this page at JE McGimpsey's site:

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

--
Regards,
Tom Ogilvy


"Dan" wrote:

how can i create a consecutively numbered form in excel


dan

how can i create a consecutively numbered form in excel
 
This helped but I am mainly trying to have a single sheet print consecutive
numbers each time it prints out. I don't want it tied to each time I open the
file but each time I print the file. so if I print 300 copies I would like
each to be numbered diff.

"Tom Ogilvy" wrote:

Possibly this page at JE McGimpsey's site:

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

--
Regards,
Tom Ogilvy


"Dan" wrote:

how can i create a consecutively numbered form in excel


Tom Ogilvy

how can i create a consecutively numbered form in excel
 
There is a beforeprint event, but it doesn't differentiate between print
preview and print.

--
Regards,
Tom Ogilvy

"Dan" wrote in message
...
This helped but I am mainly trying to have a single sheet print

consecutive
numbers each time it prints out. I don't want it tied to each time I open

the
file but each time I print the file. so if I print 300 copies I would like
each to be numbered diff.

"Tom Ogilvy" wrote:

Possibly this page at JE McGimpsey's site:

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

--
Regards,
Tom Ogilvy


"Dan" wrote:

how can i create a consecutively numbered form in excel




NickHK

how can i create a consecutively numbered form in excel
 
Dan,
As far as I understand it, using the normal print dialog and setting number
of copies=300 will not permit to do what you want; Excel sends the print job
to the printer and tells it to print this 300 times. So you only have one
chance to change something in the _BeforePrint event; you do not get 300
_BeforePrint events. Maybe the printer has some sort of auto increment
feature, but then that is not within the control of Excel.

The alternative would be to set up you own print button/userform and call
the print routine the required number of times, incrementing the value in
the desired cell/range each time. This would of course be slower as you have
to create a new print job each time.

NickHK

"Dan" wrote in message
...
This helped but I am mainly trying to have a single sheet print

consecutive
numbers each time it prints out. I don't want it tied to each time I open

the
file but each time I print the file. so if I print 300 copies I would like
each to be numbered diff.

"Tom Ogilvy" wrote:

Possibly this page at JE McGimpsey's site:

http://www.mcgimpsey.com/excel/udfs/sequentialnums.html

--
Regards,
Tom Ogilvy


"Dan" wrote:

how can i create a consecutively numbered form in excel





All times are GMT +1. The time now is 07:26 PM.

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