Copy range excluding cell format
Morning bro and sis,
I want to copy range excluding cell format I need only cell value, anybody ? I tried with code below but the result pasted with cells format.
Sheets("WK01").Select
Range("B36:B36").Select
Selection.Copy
Sheets("WK02").Select
Range("B5:B5").Select
ActiveSheet.Paste
Regards...
|