Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Printing select pages

I have written a few programs. The problem is I want to be able to control
what page in the workbook gets printed.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10,124
Default Printing select pages


You give no detail but have you tried holding down the contol keyusing the
mouse to select the deired sheet tabsprinting
--
Don Guillett
SalesAid Software

"zchuckz" wrote in message
...
I have written a few programs. The problem is I want to be able to control
what page in the workbook gets printed.



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Printing select pages

What do you consider as a "page"?

A range on a worksheet that fits on one printed page?

You could give that range a name then assign it to a print macro or just select
the range and FilePrintSelection.

Or a particular worksheet to print?


Gord Dibben MS Excel MVP


On Tue, 12 Dec 2006 10:00:00 -0800, zchuckz
wrote:

I have written a few programs. The problem is I want to be able to control
what page in the workbook gets printed.


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Printing select pages

Sorry, guess my info was lacking. on sheet 1 I have 3 printable pages. The
first page is a fill in form, the 2nd page takes those inputs and adds my
mark ups to them, the third page prints a change order to the customer with
totals from pages 1 and 2.
On the third page I would like the option of just that page printing with
out page 1 and 2 printing. Is there a code or formula to do this , also is
there way to to print a page and not show certain information?
I hope this was a little clearer.

Thanks, for your help. This site is great and I am learning quite a bit just
reading the posts.

"Don Guillett" wrote:


You give no detail but have you tried holding down the contol keyusing the
mouse to select the deired sheet tabsprinting
--
Don Guillett
SalesAid Software

"zchuckz" wrote in message
...
I have written a few programs. The problem is I want to be able to control
what page in the workbook gets printed.




  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 268
Default Printing select pages

Have you tried <File<Print Area<Set Print Area?

Regards.

Bill Ridgeway
Computer Solutions

"zchuckz" wrote in message
...
Sorry, guess my info was lacking. on sheet 1 I have 3 printable pages. The
first page is a fill in form, the 2nd page takes those inputs and adds my
mark ups to them, the third page prints a change order to the customer
with
totals from pages 1 and 2.
On the third page I would like the option of just that page printing with
out page 1 and 2 printing. Is there a code or formula to do this , also is
there way to to print a page and not show certain information?
I hope this was a little clearer.

Thanks, for your help. This site is great and I am learning quite a bit
just
reading the posts.

"Don Guillett" wrote:


You give no detail but have you tried holding down the contol keyusing
the
mouse to select the deired sheet tabsprinting
--
Don Guillett
SalesAid Software

"zchuckz" wrote in message
...
I have written a few programs. The problem is I want to be able to
control
what page in the workbook gets printed.








  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Printing select pages

Well, without sounding totally stupid...NO....but then I have no idea how or
where to use it?

"Bill Ridgeway" wrote:

Have you tried <File<Print Area<Set Print Area?

Regards.

Bill Ridgeway
Computer Solutions

"zchuckz" wrote in message
...
Sorry, guess my info was lacking. on sheet 1 I have 3 printable pages. The
first page is a fill in form, the 2nd page takes those inputs and adds my
mark ups to them, the third page prints a change order to the customer
with
totals from pages 1 and 2.
On the third page I would like the option of just that page printing with
out page 1 and 2 printing. Is there a code or formula to do this , also is
there way to to print a page and not show certain information?
I hope this was a little clearer.

Thanks, for your help. This site is great and I am learning quite a bit
just
reading the posts.

"Don Guillett" wrote:


You give no detail but have you tried holding down the contol keyusing
the
mouse to select the deired sheet tabsprinting
--
Don Guillett
SalesAid Software

"zchuckz" wrote in message
...
I have written a few programs. The problem is I want to be able to
control
what page in the workbook gets printed.






  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 268
Default Printing select pages

Open the spreadsheet
Highlight the area to be printed (hold down left mouse button)
Click on <File<Print Area<Set Print Area

Regards.

Bill Ridgeway
Computer Solutions

"zchuckz" wrote in message
...
Well, without sounding totally stupid...NO....but then I have no idea how
or
where to use it?

"Bill Ridgeway" wrote:

Have you tried <File<Print Area<Set Print Area?

Regards.

Bill Ridgeway
Computer Solutions

"zchuckz" wrote in message
...
Sorry, guess my info was lacking. on sheet 1 I have 3 printable pages.
The
first page is a fill in form, the 2nd page takes those inputs and adds
my
mark ups to them, the third page prints a change order to the customer
with
totals from pages 1 and 2.
On the third page I would like the option of just that page printing
with
out page 1 and 2 printing. Is there a code or formula to do this , also
is
there way to to print a page and not show certain information?
I hope this was a little clearer.

Thanks, for your help. This site is great and I am learning quite a bit
just
reading the posts.

"Don Guillett" wrote:


You give no detail but have you tried holding down the contol
keyusing
the
mouse to select the deired sheet tabsprinting
--
Don Guillett
SalesAid Software

"zchuckz" wrote in message
...
I have written a few programs. The problem is I want to be able to
control
what page in the workbook gets printed.








  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Printing select pages

Bill,
I just tried your suggestion and it worked great. Will that also work if i
choose "send to email reciepient as an attachment" as well?

Thanks again for your help!

"Bill Ridgeway" wrote:

Have you tried <File<Print Area<Set Print Area?

Regards.

Bill Ridgeway
Computer Solutions

"zchuckz" wrote in message
...
Sorry, guess my info was lacking. on sheet 1 I have 3 printable pages. The
first page is a fill in form, the 2nd page takes those inputs and adds my
mark ups to them, the third page prints a change order to the customer
with
totals from pages 1 and 2.
On the third page I would like the option of just that page printing with
out page 1 and 2 printing. Is there a code or formula to do this , also is
there way to to print a page and not show certain information?
I hope this was a little clearer.

Thanks, for your help. This site is great and I am learning quite a bit
just
reading the posts.

"Don Guillett" wrote:


You give no detail but have you tried holding down the contol keyusing
the
mouse to select the deired sheet tabsprinting
--
Don Guillett
SalesAid Software

"zchuckz" wrote in message
...
I have written a few programs. The problem is I want to be able to
control
what page in the workbook gets printed.






  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default Printing select pages

Gord, Thanks for responding. On the work sheet "sheet 1" I have 3 sections
that when I print, prints out in 3 pages. I tried the setb printb area as
suggested an it worked great. will this also work when I select "send to
email reciepient as an attachment" as well

"Gord Dibben" wrote:

What do you consider as a "page"?

A range on a worksheet that fits on one printed page?

You could give that range a name then assign it to a print macro or just select
the range and FilePrintSelection.

Or a particular worksheet to print?


Gord Dibben MS Excel MVP


On Tue, 12 Dec 2006 10:00:00 -0800, zchuckz
wrote:

I have written a few programs. The problem is I want to be able to control
what page in the workbook gets printed.



  #10   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default Printing select pages

The "send to as attachment" will send the entire workbook.

"Send to Recipient" will give you the option of attaching entire workbook or
just current sheet as body of email.

To send just the selected range you would need VBA code which is provided by Ron
de Bruin.

http://www.rondebruin.nl/sendmail.htm

If you download his SENDMAIL add-in you will have all the options at your
fingertips.


Gord Dibben MS Excel MVP

On Fri, 15 Dec 2006 10:07:01 -0800, zchuckz
wrote:

Gord, Thanks for responding. On the work sheet "sheet 1" I have 3 sections
that when I print, prints out in 3 pages. I tried the setb printb area as
suggested an it worked great. will this also work when I select "send to
email reciepient as an attachment" as well

"Gord Dibben" wrote:

What do you consider as a "page"?

A range on a worksheet that fits on one printed page?

You could give that range a name then assign it to a print macro or just select
the range and FilePrintSelection.

Or a particular worksheet to print?


Gord Dibben MS Excel MVP


On Tue, 12 Dec 2006 10:00:00 -0800, zchuckz
wrote:

I have written a few programs. The problem is I want to be able to control
what page in the workbook gets printed.




Gord Dibben MS Excel MVP
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
Printing opposing pages paulgallanter Excel Discussion (Misc queries) 2 December 4th 14 04:50 PM
Printing Hiden Pages Slave2Six Excel Discussion (Misc queries) 0 August 1st 06 11:16 PM
Printing a sheet onto 4 pages: page 2 is empty. WhytheQ Excel Discussion (Misc queries) 1 July 6th 06 04:38 PM
Printing subset of pages dynamically using excel macros nsgargya Excel Discussion (Misc queries) 1 September 28th 05 08:18 PM
Dynamic Formulas with Dynamic Ranges Ralph Howarth Excel Worksheet Functions 5 January 21st 05 08:44 AM


All times are GMT +1. The time now is 03:41 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"