Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Robert Richardson   on Nov 19 In MS Office Category.

  
Question Answered By: Abbad Akhtar   on Nov 19

As a starter are you looking for something like this?

Sub copynext()
Dim lastrow As Integer
lastrow = Range("D21").End(xlDown).Offset(, 1).Row
Range("E21:E" & lastrow).Copy
Range("k2").Select
'One of the lines below, not both
ActiveSheet.Paste
'Selection.PasteSpecial (xlPasteAll)

End Sub

Share: 

 

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

 
Didn't find what you were looking for? Find more on Select 1 column over Or get search suggestion and latest updates.


Tagged: