View Single Post
  #2   Report Post  
David of XL Plus David of XL Plus is offline
Junior Member
 
Posts: 19
Default

Quote:
Originally Posted by TAP View Post
I use excel 2007. I am trying to figure out a way to insert colomns/rows
into multiple spreadsheets (all named Sheet2) that are in multiple workbooks
(Book1,Book2,Book3). The spreadsheets all share identical names (Sheet2) in
each workbook. Each worksheet (Sheet 2) are set up identically and have
identical formats.

For example, i want to insert a new row in Sheet2, Book1and have a new line,
in the exact same row, inserted in Sheet2,Book2 and Sheet2,Book3. Similarly
if I bold all of column B in Book1, I want it to be reflected in Book2 and
Book3.

Any help would be appreciated.

Hi,

I think the only way this can be done is with a VBA macro.

This will call up each workbook in turn, find the appropriate sheet and row, then insert as required.

Once finished its business will bring you "home".

Happy to provide more specific help off-line if you wish. Code a little difficult unless you are familiar with VBA, and not of relevance to other forum users.

Educo