inserting rows on multiple worksheets

  • Thread starter Thread starter katie
  • Start date Start date
K

katie

Hi
This piece of code inserts a new row on the current
worksheet, above the active cell.
Anyone know how this can be expanded to insert a new row
in exactly the same position on worksheet 2?
Many Thanks
katie
 
Katie,

Worksheets("Sheet2").Rows(ActiveCell.Row).EntireRow.Insert

HTH,
Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top