Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Make the first row to be fixed and to be printed in each page

To fix the first row from scrolling:

Rows("2:2").Select
ActiveWindow.FreezePanes = True

To print row 1 of the current sheet on each printed page, use the following
code:

activeSheet.PageSetup.PrintTitleRows = "$1:$1"

Good Luck !


"ken" wrote in message
...
Dear all, I want to fixe the first rows and will be showed
whatever i scrolled and the row to be printed in each page

e.g.
Name Surname
aa xx
bb zz
cc kk
.
.

I want the first row will be show in all printed



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 to make a page fit the whole printed page itsmehb Excel Discussion (Misc queries) 1 December 29th 09 02:46 PM
Row 1 HEADERS on EVERY printed page Tom Excel Discussion (Misc queries) 2 September 23rd 08 01:49 AM
Different info per printed page Zathrath Excel Discussion (Misc queries) 3 September 19th 07 01:53 AM
How to print row one on each printed page Pleiades Excel Discussion (Misc queries) 1 March 5th 07 02:27 AM
logo to top right of printed page b1ll Excel Programming 2 November 24th 03 12:50 AM


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