View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Alex Martins[_2_] Alex Martins[_2_] is offline
external usenet poster
 
Posts: 29
Default Paste values in VB

Hi I need some help with the pastevalues for this, which isn't pasting
values...:
Sub UpdateBD1()
Sheets("NEW").Range("K12:O12").Copy Destination:= _
Sheets("BD1").Range("C5").End(xlDown) _
.Offset(1, 0)
End Sub

I thank you in advance for your help.

Alex