Search : in
By :

Excel Adding Rows across pages

Last answer on Jun 17, 2009 12:44:02 pm BST erin_ASM, on Jun 15, 2009 6:21:24 pm BST 
 Report this message to moderators

Hello,
I was wondering how I could add a row in one page that would automatically add a row on the next page. I'm guessing this is done using a macro. Any insight you could provide would be of great help. Thanks!

Erin

Configuration: Windows XP Internet Explorer 7.0

Best answers for « Excel Adding Rows across pages » in :
[Excel] Adding a fixed date in a cell Show [Excel] Adding a fixed date in a cell If you want to insert the current date in a cell in following format DD /MM/YYYY, and that it remains unchanged, without being updated each time the file is opened. Simply type "ctrl" + ";" in the...
[Excel] Sorting rows only Show [Excel] Sorting rows only Microsoft Excel by default perform a sort on the columns (Data/Sort). To sort the data horizontally, just select the data to be sorted, then Data tab /Sort/ Options/ check the Sort Left to right box in the...
Excel tips : How to insert date in a cell ShowExcel tips : How to insert date in a cell Below are some tips on how to insert date and time in an excel cell for a specific purpose:- To insert current date, press CTRL + ; in the chosen cell. To insert current time, press CTRL+...
Connect a database (MDB) to excel Show[VBA] Connecting a database (MDB) to excel Below is a tips of how to connect an Access database (MDB) in an application excel Add reference Microsoft DAO object librairy X.X In a general module (eg Module1) paste the code below...
Import contacts from Excel to Outlook ShowImport contacts from Excel to Outlook Issue Solution Issue How to import a contact list from Excel to Outlook and having them in a single list of contact , and not as splited items? Solution By using the software Excel 2000 and...
Download Unit Converter for Excel ShowIt is not always necessary to use an expensive or sophisticated program or to convert measurement units. It is sometimes enough to use Excel worksheet by only adding a plug-in. Unit Converter for Excel is one of Microsoft Excel plug-in which can...
Worksheet - Cells ShowThe Concept of a Cell A "cell" is the intersection between a line (horizontal) and a column (vertical) on a worksheet. Thus, the name of the line combined with the name of the column gives the cell's coordinates (the term address is sometimes also...

1

venkat1926, on Jun 16, 2009 1:54:20 am BST

There is no need for macro
for e.g.m all the sheet there are numbers in A1, B1 and C1

pressing shift key click tabs of al the sheets one by one
and in any sheet in front of you type in D1
=sum(a1:C1) and hit enter
CLICK TAB OF ANY SHEET.

Now see all the sheet whether you get what you want.

Reply to venkat1926

2

Erin, on Jun 16, 2009 3:21:51 am BST

I actually meant adding a row like inserting a row. Not adding values. Sorry if I was unclear. I need to insert a row on one page and have that automatically insert a row of another page. Thanks!

Reply to Erin

3

venkat1926, on Jun 16, 2009 11:01:33 am BST

Use the same tactics. shift+tabs one by one and insert row.

Reply to venkat1926

4

Excelguru, on Jun 16, 2009 11:07:14 am BST

Hi erin_ASM
select all the sheets first and then insert a row in any of the sheets
This will insert a row in all the worksheets at the same location Winners are losers who got up and gave it one more try. -Den­nis DeYoung
My Interests are financial Modelling and custom excel develo­pment.

Reply to Excelguru

5

 erin, on Jun 17, 2009 12:44:02 pm BST

Thanks!

Reply to erin