Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Create a Button that will print sheets

Hello,

I have a workbook that contains many worksheets. I would like to add a
button to my first sheet that prints a selected few of the sheets. I've
already added my button but is unsure what the code should be.

Thanks!!

Helen


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Create a Button that will print sheets

One way...

Sheets(Array("Sheet1", "Sheet2")).printout Copies:=1
--
HTH...

Jim Thomlinson


"Helen" wrote:

Hello,

I have a workbook that contains many worksheets. I would like to add a
button to my first sheet that prints a selected few of the sheets. I've
already added my button but is unsure what the code should be.

Thanks!!

Helen



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Create a Button that will print sheets

Works great.

Thanks!

Helen


"Jim Thomlinson" wrote in message
...
One way...

Sheets(Array("Sheet1", "Sheet2")).printout Copies:=1
--
HTH...

Jim Thomlinson


"Helen" wrote:

Hello,

I have a workbook that contains many worksheets. I would like to add a
button to my first sheet that prints a selected few of the sheets. I've
already added my button but is unsure what the code should be.

Thanks!!

Helen





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
create a button to print certain tabs in excel 2003 larry504 Excel Worksheet Functions 1 March 11th 10 09:34 PM
Create Print Button on spreadsheet Las Excel Worksheet Functions 2 November 22nd 06 12:14 AM
A button on one sheet to print other sheets Ewout Excel Worksheet Functions 2 September 22nd 06 10:24 PM
How do I create a button to print several worksheets in Excel? David Excel Worksheet Functions 1 July 26th 06 07:18 PM
How do I create a print button? Dan Excel Worksheet Functions 3 April 28th 05 03:56 PM


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