Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Printing Consecutive Number (One spreadsheet) on Each Sheet

I am looking for help in configuring a printed form. I have a basic form in
excel that has a number in the upper right hand corner that needs to change
when I print multiple copies. Say the number is LR-01-000025. I want to go
to Print, copies, 100.

I want the number to change from LR-01-000025 to LR-01-000026, LR-01-000027
.... to LR-02-000125.

Your help would be greatly appreciated.

Scott Senffner
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Printing Consecutive Number (One spreadsheet) on Each Sheet

hi Scott

See this page for a example
http://www.rondebruin.nl/print.htm#same

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Scott Senffner" wrote in message
...
I am looking for help in configuring a printed form. I have a basic form in
excel that has a number in the upper right hand corner that needs to change
when I print multiple copies. Say the number is LR-01-000025. I want to go
to Print, copies, 100.

I want the number to change from LR-01-000025 to LR-01-000026, LR-01-000027
... to LR-02-000125.

Your help would be greatly appreciated.

Scott Senffner


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Printing Consecutive Number (One spreadsheet) on Each Sheet

hello Ron,

This is a stupid question, how do I setup the input box?

Scott...

"Ron de Bruin" wrote:

hi Scott

See this page for a example
http://www.rondebruin.nl/print.htm#same

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Scott Senffner" wrote in message
...
I am looking for help in configuring a printed form. I have a basic form in
excel that has a number in the upper right hand corner that needs to change
when I print multiple copies. Say the number is LR-01-000025. I want to go
to Print, copies, 100.

I want the number to change from LR-01-000025 to LR-01-000026, LR-01-000027
... to LR-02-000125.

Your help would be greatly appreciated.

Scott Senffner



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Printing Consecutive Number (One spreadsheet) on Each Sheet

Ron,

I got it to work. How do I get it to add 1 to the current format?

..Range("I2").Value = CopieNumber & " workbook.add "1"

Scott Senffner

"Ron de Bruin" wrote:

hi Scott

See this page for a example
http://www.rondebruin.nl/print.htm#same

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Scott Senffner" wrote in message
...
I am looking for help in configuring a printed form. I have a basic form in
excel that has a number in the upper right hand corner that needs to change
when I print multiple copies. Say the number is LR-01-000025. I want to go
to Print, copies, 100.

I want the number to change from LR-01-000025 to LR-01-000026, LR-01-000027
... to LR-02-000125.

Your help would be greatly appreciated.

Scott Senffner



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Printing Consecutive Number (One spreadsheet) on Each Sheet

Ron,

I am using this one. I am now trying to format the cell with LR-01-000000

Thanks for all of your help.

Scott Senffner

"Ron de Bruin" wrote:

hi Scott

See this page for a example
http://www.rondebruin.nl/print.htm#same

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Scott Senffner" wrote in message
...
I am looking for help in configuring a printed form. I have a basic form in
excel that has a number in the upper right hand corner that needs to change
when I print multiple copies. Say the number is LR-01-000025. I want to go
to Print, copies, 100.

I want the number to change from LR-01-000025 to LR-01-000026, LR-01-000027
... to LR-02-000125.

Your help would be greatly appreciated.

Scott Senffner





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Printing Consecutive Number (One spreadsheet) on Each Sheet

Hi Scott

Use the Format function

.Range("A1").Value = "LR-01-" & Format(CopieNumber, "000000")



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Scott Senffner" wrote in message
...
Ron,

I am using this one. I am now trying to format the cell with LR-01-000000

Thanks for all of your help.

Scott Senffner

"Ron de Bruin" wrote:

hi Scott

See this page for a example
http://www.rondebruin.nl/print.htm#same

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Scott Senffner" wrote in message
...
I am looking for help in configuring a printed form. I have a basic form in
excel that has a number in the upper right hand corner that needs to change
when I print multiple copies. Say the number is LR-01-000025. I want to go
to Print, copies, 100.

I want the number to change from LR-01-000025 to LR-01-000026, LR-01-000027
... to LR-02-000125.

Your help would be greatly appreciated.

Scott Senffner




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 do I give consecutive numbers to a form when I'm printing it? Kathy Excel Discussion (Misc queries) 2 May 23rd 08 02:01 AM
Printing consecutive dates Bradford88 Excel Discussion (Misc queries) 1 January 22nd 07 07:33 PM
Can I auto number, serialize a spreadsheet for printing purposes. Caryb Excel Discussion (Misc queries) 0 May 23rd 05 02:59 PM
printing consecutive date on excel workbook isi Excel Worksheet Functions 0 February 17th 05 06:03 PM
Printing Consecutive Numbers RoJ Excel Programming 2 October 1st 03 11:43 AM


All times are GMT +1. The time now is 06:49 PM.

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

About Us

"It's about Microsoft Excel"