Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Format as a MACRO | Excel Worksheet Functions | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
move column headings from row to column | Excel Worksheet Functions |