Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do I add new rows with data simultaneously to linked workbooks

How do I link two workbooks/worksheets so a new row is added to each
simultaneously? I want to add a new row with data to one, then have that same
new row appear in the other sheet. Is this possible? Does it involve VBA
programming or is there a simple trick to it? Thank you for your time.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default How do I add new rows with data simultaneously to linked workbooks

If by adding a new row of data, you mean you just type in the information on
the next avaiable row, you can link the cells in the other workbook to the
cells in the workbook where you enter the data.

=[MyBook1.xls]sheet1!A1

in the second workbook in A1 and then drag fill down and across for as many
rows as you will use.

--
Regards,
Tom Ogilvy


"Innersanctum" wrote:

How do I link two workbooks/worksheets so a new row is added to each
simultaneously? I want to add a new row with data to one, then have that same
new row appear in the other sheet. Is this possible? Does it involve VBA
programming or is there a simple trick to it? Thank you for your time.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do I add new rows with data simultaneously to linked workb

Unfortunately it's more complicated than that. I think I may be entering into
territorty where I need to convert my Excel data into a database. I wanted to
have to workbooks linked so that if I inserted a new row of information into
the middle (let's say into row 300) of a spreadsheet with 600 rows, a new row
would also appear with that information on the 300th row of another workbook.
Cowrokers are telling be this involves VBA or may be better suited for a
database. Thoughts?
"Tom Ogilvy" wrote:

If by adding a new row of data, you mean you just type in the information on
the next avaiable row, you can link the cells in the other workbook to the
cells in the workbook where you enter the data.

=[MyBook1.xls]sheet1!A1

in the second workbook in A1 and then drag fill down and across for as many
rows as you will use.

--
Regards,
Tom Ogilvy


"Innersanctum" wrote:

How do I link two workbooks/worksheets so a new row is added to each
simultaneously? I want to add a new row with data to one, then have that same
new row appear in the other sheet. Is this possible? Does it involve VBA
programming or is there a simple trick to it? Thank you for your time.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default How do I add new rows with data simultaneously to linked workb

It would definitely involve code. Of course it is a mystery why you would
want that unless you are trying to do some kind of relational database, then
it might be best to actually use a database for that.

--
Regards,
Tom Ogilvy


"Innersanctum" wrote:

Unfortunately it's more complicated than that. I think I may be entering into
territorty where I need to convert my Excel data into a database. I wanted to
have to workbooks linked so that if I inserted a new row of information into
the middle (let's say into row 300) of a spreadsheet with 600 rows, a new row
would also appear with that information on the 300th row of another workbook.
Cowrokers are telling be this involves VBA or may be better suited for a
database. Thoughts?
"Tom Ogilvy" wrote:

If by adding a new row of data, you mean you just type in the information on
the next avaiable row, you can link the cells in the other workbook to the
cells in the workbook where you enter the data.

=[MyBook1.xls]sheet1!A1

in the second workbook in A1 and then drag fill down and across for as many
rows as you will use.

--
Regards,
Tom Ogilvy


"Innersanctum" wrote:

How do I link two workbooks/worksheets so a new row is added to each
simultaneously? I want to add a new row with data to one, then have that same
new row appear in the other sheet. Is this possible? Does it involve VBA
programming or is there a simple trick to it? Thank you for your time.

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
linked workbooks - how to move color as well as data? Newbie Excel Discussion (Misc queries) 2 July 15th 08 09:21 PM
insert rows and update linked cells in multiple workbooks [email protected] Excel Discussion (Misc queries) 1 April 2nd 07 10:37 PM
Can multiple spreadsheets be linked to change simultaneously? botha822 Excel Discussion (Misc queries) 2 July 25th 06 04:26 PM
Preserving data integrity in linked workbooks KG Excel Discussion (Misc queries) 1 February 18th 05 12:45 AM
Controlling Linked Data to Workbooks Myrna Excel Worksheet Functions 0 November 16th 04 10:47 PM


All times are GMT +1. The time now is 09:05 AM.

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"