LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default hiding the headers

Hi,

I'm having a problem with the headings in excel. I've done
calculation program and I'd like to give non-excel looking look to it
Everething is ok until I print a sheet from it, after that the heading
are visible again... I've tried to hide those after printing on macr
like this:

For s = 23 To ActiveWorkbook.Sheets.Count
Sheets(s).Activate
ActiveWindow.DisplayGridlines = False
ActiveWindow.DisplayHeadings = False
ActiveWindow.DisplayHorizontalScrollBar = False
ActiveWindow.DisplayVerticalScrollBar = False
ActiveWindow.DisplayWorkbookTabs = False
Next s
Sheets(1).Activate

The same marco is in the workbook open sub and there is also simila
proble, the macro don't hide headings if the workbook is saved heading
unhidden.

I hope that someone can help me...

Regards Wilb

--
Message posted from http://www.ExcelForum.com

 
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
lookup using column headers and row headers Memphus01 Excel Discussion (Misc queries) 1 April 13th 09 04:57 PM
HEADERS pekorose Excel Discussion (Misc queries) 1 September 24th 08 12:04 AM
Hiding matrix headers Cliff McD Setting up and Configuration of Excel 1 June 7th 07 10:56 AM
Hiding a button when hiding rows fergusor Excel Discussion (Misc queries) 2 August 10th 06 02:31 PM
headers Julie[_7_] Excel Programming 4 December 2nd 03 07:28 PM


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