What do I need to add in the line below to paste special the value copied?
Selection.Copy Destination:=Sheets("combined").Range("A65536").End(xlUp)(2)
I tried this one but it doesn't work
Selection.Copy Destination:=Sheets("combined").Range("A65536").End(xlUp)(2).PasteSpecial Paste:=xlPasteValues
Selection.Copy Destination:=Sheets("combined").Range("A65536").End(xlUp)(2)
I tried this one but it doesn't work
Selection.Copy Destination:=Sheets("combined").Range("A65536").End(xlUp)(2).PasteSpecial Paste:=xlPasteValues