WatfordKev
Board Regular
- Joined
- Mar 30, 2011
- Messages
- 78
I am copying values from one sheet to another using a Macro. The values come across OK, but I also want to copy the formatting of the cell. I.e. the sheet2 cell value may be a percentage, integer etc., which I also need to be copied to the sheet1 cell.
Example
sheet1.Range("B73") = sheet2.Range("K" & value)
In this scenario, the sheet2 value may be 20% but the sheet1 value ends up as 0.2
Example
sheet1.Range("B73") = sheet2.Range("K" & value)
In this scenario, the sheet2 value may be 20% but the sheet1 value ends up as 0.2