Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Printing a hiden excel sheet


Application.ScreenUpdating = False
ActiveWorkbook.Sheets(2).visible = false

ActiveWorkbook.sheets(2).PrintOut

ActiveWorkbook.Sheets(2).visible = True
Application.ScreenUpdating = True


If this post helps click Yes
---------------
Jacob Skaria


"Ravi Kumar" wrote:

I have a template that i do not want user to disturb it. I would like to
allow the user the input the information from a sheet, manipulate it in
hidden sheet and print the already designed output i.e., hidden sheet on to
printer without giving access to the user who may disturb the design and
formulas in the out put sheet. So I want to print a sheet which is hidden
please help

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
Help me in printing a hiden sheet Ravi Kumar Excel Programming 2 March 27th 09 09:19 AM
Printing Hiden Pages Slave2Six Excel Discussion (Misc queries) 0 August 1st 06 11:16 PM
various printing from a hiden sheet Shawn O'Donnell Excel Programming 3 March 7th 05 09:29 PM
various printing from a hiden sheet Shawn Excel Programming 0 March 7th 05 04:55 PM
various printing from a hiden sheet Don Guillett[_4_] Excel Programming 0 March 7th 05 04:36 PM


All times are GMT +1. The time now is 07:16 AM.

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"