Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Carolina Lopez   on Jan 01 In MS Office Category.

  
Question Answered By: Milton Robinson   on Jan 01

Assuming there are NO blank rows  in the data this should deal with
most of your problem:

Sheets("Sheet1").Range("A16").CurrentRegion.Copy Sheets("Sheet4"). _
Range("A65536").End(xlUp).Offset(1, 0)
Sheets("Sheet2").Range("A16").CurrentRegion.Copy Sheets("Sheet4"). _
Range("A65536").End(xlUp).Offset(1, 0)
Sheets("Sheet3").Range("A16").CurrentRegion.Copy Sheets("Sheet4"). _
Range("A65536").End(xlUp).Offset(1, 0)

Share: 

 

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

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


Tagged: