A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Setting up and Configuration
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

repeat rows at top and bottom of worksheet simoltaneously



 
 
Thread Tools Display Modes
  #1  
Old January 12th, 2007, 08:12 AM posted to microsoft.public.excel.setup
M. Danesh
external usenet poster
 
Posts: 1
Default repeat rows at top and bottom of worksheet simoltaneously

When printing a worksheet, is it possible to repeat some rows at the top and
some other rows at the bottom of the worksheet at the same time?
  #2  
Old January 12th, 2007, 08:49 AM posted to microsoft.public.excel.setup
Roger Govier
external usenet poster
 
Posts: 2,602
Default repeat rows at top and bottom of worksheet simoltaneously

Hi

Not without writing some code.
The Page Setup only allows you to specify number of rows to repeat at
the top of each sheet.

--
Regards

Roger Govier


"M. Danesh" M. wrote in message
...
When printing a worksheet, is it possible to repeat some rows at the
top and
some other rows at the bottom of the worksheet at the same time?



  #3  
Old January 12th, 2007, 09:22 AM posted to microsoft.public.excel.setup
M. Danesh
external usenet poster
 
Posts: 2
Default repeat rows at top and bottom of worksheet simoltaneously

Hi Roger,

Could you provide me with some more information about writing the relevant
codes?

"Roger Govier" wrote:

Hi

Not without writing some code.
The Page Setup only allows you to specify number of rows to repeat at
the top of each sheet.

--
Regards

Roger Govier


"M. Danesh" M. wrote in message
...
When printing a worksheet, is it possible to repeat some rows at the
top and
some other rows at the bottom of the worksheet at the same time?




  #4  
Old January 12th, 2007, 09:50 AM posted to microsoft.public.excel.setup
Roger Govier
external usenet poster
 
Posts: 2,602
Default repeat rows at top and bottom of worksheet simoltaneously

Hi

I'm sorry, I don't have time right now to write the necessary VBA code
for you, but try using the macro recorder to set something up.

If you switch on the macro Recorder, ToolsMacrosRecord new macro
as you carry out the steps manually, it will record them for you.

Basically,
Set up either on another sheet, or somewhere outside your normal print
range, the footer info you want.
Insert a few lines on your Sheet.
Copy in to those inserted lines the footer information you want to
print.
Select the area (including these new lines)
Print
Delete the inserted lines
Move to the bottom of the next page you want to print
Insert lines etc.
When finished, press the square Stop button on the Macro toolbar

Next time choose ToolsMacroRun

--
Regards

Roger Govier


"M. Danesh" wrote in message
...
Hi Roger,

Could you provide me with some more information about writing the
relevant
codes?

"Roger Govier" wrote:

Hi

Not without writing some code.
The Page Setup only allows you to specify number of rows to repeat at
the top of each sheet.

--
Regards

Roger Govier


"M. Danesh" M. wrote in message
...
When printing a worksheet, is it possible to repeat some rows at
the
top and
some other rows at the bottom of the worksheet at the same time?






  #5  
Old January 12th, 2007, 10:12 AM posted to microsoft.public.excel.setup
Roger Govier
external usenet poster
 
Posts: 2,602
Default repeat rows at top and bottom of worksheet simoltaneously

Hi

I should have said

Set up either on another sheet, or somewhere outside your normal print
range, the footer info you want.

Then switch on the macro Recorder, ToolsMacrosRecord new macro
as you carry out the following steps manually

Basically,
Insert a few lines on your Sheet.
Copy in to those inserted lines the footer information you want to
print.
Select the area (including these new lines)
Print
Delete the inserted lines
Move to the bottom of the next page you want to print
Insert lines etc.
When finished, press the square Stop button on the Macro toolbar

Next time choose ToolsMacroRun

--
Regards

Roger Govier


"Roger Govier" wrote in message
...
Hi

I'm sorry, I don't have time right now to write the necessary VBA code
for you, but try using the macro recorder to set something up.

If you switch on the macro Recorder, ToolsMacrosRecord new macro
as you carry out the steps manually, it will record them for you.

Basically,
Set up either on another sheet, or somewhere outside your normal print
range, the footer info you want.
Insert a few lines on your Sheet.
Copy in to those inserted lines the footer information you want to
print.
Select the area (including these new lines)
Print
Delete the inserted lines
Move to the bottom of the next page you want to print
Insert lines etc.
When finished, press the square Stop button on the Macro toolbar

Next time choose ToolsMacroRun

--
Regards

Roger Govier


"M. Danesh" wrote in message
...
Hi Roger,

Could you provide me with some more information about writing the
relevant
codes?

"Roger Govier" wrote:

Hi

Not without writing some code.
The Page Setup only allows you to specify number of rows to repeat
at
the top of each sheet.

--
Regards

Roger Govier


"M. Danesh" M. wrote in message
...
When printing a worksheet, is it possible to repeat some rows at
the
top and
some other rows at the bottom of the worksheet at the same time?







  #6  
Old January 12th, 2007, 12:07 PM posted to microsoft.public.excel.setup
M. Danesh
external usenet poster
 
Posts: 2
Default repeat rows at top and bottom of worksheet simoltaneously

Thank you very much.

"Roger Govier" wrote:

Hi

I should have said

Set up either on another sheet, or somewhere outside your normal print
range, the footer info you want.

Then switch on the macro Recorder, ToolsMacrosRecord new macro
as you carry out the following steps manually

Basically,
Insert a few lines on your Sheet.
Copy in to those inserted lines the footer information you want to
print.
Select the area (including these new lines)
Print
Delete the inserted lines
Move to the bottom of the next page you want to print
Insert lines etc.
When finished, press the square Stop button on the Macro toolbar

Next time choose ToolsMacroRun

--
Regards

Roger Govier


"Roger Govier" wrote in message
...
Hi

I'm sorry, I don't have time right now to write the necessary VBA code
for you, but try using the macro recorder to set something up.

If you switch on the macro Recorder, ToolsMacrosRecord new macro
as you carry out the steps manually, it will record them for you.

Basically,
Set up either on another sheet, or somewhere outside your normal print
range, the footer info you want.
Insert a few lines on your Sheet.
Copy in to those inserted lines the footer information you want to
print.
Select the area (including these new lines)
Print
Delete the inserted lines
Move to the bottom of the next page you want to print
Insert lines etc.
When finished, press the square Stop button on the Macro toolbar

Next time choose ToolsMacroRun

--
Regards

Roger Govier


"M. Danesh" wrote in message
...
Hi Roger,

Could you provide me with some more information about writing the
relevant
codes?

"Roger Govier" wrote:

Hi

Not without writing some code.
The Page Setup only allows you to specify number of rows to repeat
at
the top of each sheet.

--
Regards

Roger Govier


"M. Danesh" M. wrote in message
...
When printing a worksheet, is it possible to repeat some rows at
the
top and
some other rows at the bottom of the worksheet at the same time?








 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:34 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.