Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
How can I repeat cells at the bottom of a worksheet when I print it?
|
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Excel has no "rows to repeat at bottom" feature.
You either copy the row or cells to just above pagebreaks or add the cells to the Footer. For adding a cell value to a Footer you will need a macro. Sub CellInFooter() With ActiveSheet .PageSetup.CenterFooter = .Range("A1").Value End With End Sub Gord Dibben MS Excel MVP On Wed, 16 Apr 2008 09:53:01 -0700, LSGBrydon wrote: How can I repeat cells at the bottom of a worksheet when I print it? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
repeating cells | Excel Discussion (Misc queries) | |||
Delete Repeating text in cells | Excel Discussion (Misc queries) | |||
dislike jump bottom of column by double-clicking the bottom of cel | Excel Discussion (Misc queries) | |||
Repeating Characters in Cells with info. | Excel Discussion (Misc queries) | |||
repeating cells in footer in excel | Excel Discussion (Misc queries) |