muhammad susanto
Well-known Member
- Joined
- Jan 8, 2013
- Messages
- 2,102
- Office Version
- 365
- 2021
- Platform
- Windows
hi all..
how to make code copy to another sheet with criteria:
- paste special value,
- keep formatting
- keep format number decimal
- remove formula
i have trying this code but not working
thanks in advance
m.susanto
how to make code copy to another sheet with criteria:
- paste special value,
- keep formatting
- keep format number decimal
- remove formula
i have trying this code but not working
VBA Code:
Sub coy()
Sheets("master").Copy.PasteSpecial Paste:=xlPasteValues
End Sub
thanks in advance
m.susanto