dpaton05
Well-known Member
- Joined
- Aug 14, 2018
- Messages
- 2,362
- Office Version
- 365
- 2016
- Platform
- Windows
I have the following code and I want it to copy and paste values and format like cell size etc.
What do I need to add to it as it only copies the values at the moment?
Code:
Sheets("home").Range("A1:E42").copy Destination:=Sheets(MonthYear).Range("A1")
What do I need to add to it as it only copies the values at the moment?