Hello,

How does the following code have to be modified to paste only the values?

WS.Range("A5:A35").Copy .Range("A" & lRow)
WS.Range("F5:AC35").Copy .Range("B" & lRow)
Kind regards
AmicusA