Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Sixto Valenzuela
 
Posts: n/a
Default How can i print 1 page many times with diferent reference number ?

i want to print a single page where i have a number 0001 and each time i
print i want it to change in secuence like this 0002, 0003 ?

thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernie Deitrick
 
Posts: n/a
Default How can i print 1 page many times with diferent reference number ?

Sixto,

You could use a macro... If your number is in cell A1:

Sub PrintOut100Copies()
For i = 1 To 100
Range("A1").Value = Range("A1").Value +1
ActiveSheet.PrintOut
Next i
End Sub

HTH,
Bernie
MS Excel MVP


"Sixto Valenzuela" <Sixto wrote in message
...
i want to print a single page where i have a number 0001 and each time i
print i want it to change in secuence like this 0002, 0003 ?

thank you



  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin
 
Posts: n/a
Default How can i print 1 page many times with diferent reference number ?

Hi Sixto

Try
http://www.rondebruin.nl/print.htm#number


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Sixto Valenzuela" <Sixto wrote in message
...
i want to print a single page where i have a number 0001 and each time i
print i want it to change in secuence like this 0002, 0003 ?

thank you



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I print noncontiguous rows on the same page? Mary A Walthall Excel Discussion (Misc queries) 1 April 26th 05 10:00 AM
My scaling is set to print 1x1 pages. But it prints 1000's of page Graeme Excel Worksheet Functions 0 March 23rd 05 01:15 AM
Number of times a number is shown David Excel Worksheet Functions 3 March 12th 05 11:30 AM
print selected sections on the same page ripley Excel Discussion (Misc queries) 1 February 22nd 05 04:04 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 02:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"