Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Lydia Hughes   on Oct 10 In MS Office Category.

  
Question Answered By: Alberta Miller   on Oct 10

Your recorded macro seems to be doing the job so far as it goes and it seems to me that all you need to do to it now is leave your two row gap and paste your additional row in.

This code will put you in column 1 of the row 3 below the last data  in the 4 columns:

Range("A1").CurrentRegion.Select
Selection.Offset(Selection.Rows.Count + 2, 0).Resize(1, 1).Select
You can now paste in your row.

Since there's to be no manipulation of the data, and since you don't want to link data, that should be about all you need.

Share: 

 

This Question has 6 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on file copy Or get search suggestion and latest updates.


Tagged: