Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Freezing column headings

I'm trying to create a workbook in which the column headings and row headings
appear on all worksheets...how do I do that?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 176
Default Freezing column headings

Select the cell beneath the row you want to freeze, and to the right of the
column you want to freeze and:

<Window
<Freeze Panes

--
Regards,
Dave


"csamms" wrote:

I'm trying to create a workbook in which the column headings and row headings
appear on all worksheets...how do I do that?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Freezing column headings

Without doing each sheet manually..................

Private Sub Workbook_SheetActivate(ByVal Sh As Object)
Range("B2").Select
ActiveWindow.FreezePanes = True
End Sub


Gord Dibben MS Excel MVP

On Tue, 12 Sep 2006 12:10:02 -0700, csamms
wrote:

I'm trying to create a workbook in which the column headings and row headings
appear on all worksheets...how do I do that?


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
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
move column headings from row to column EducatingMom Excel Worksheet Functions 1 June 3rd 05 05:06 PM


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