Hey, I got the following code, but the problem is that it replaces the formatting of the cells:
Could somebody tell me how I can only copy+paste the value of cell L27 into the others?
Many thanks!
Code:
Sub CopyIndustry1Weights()
Sheets("Tool").Range("L27").Copy Sheets("Tool").Range("I49, P49, I68, P68, I87, P87, I106, P106, I125, P125")
End Sub
Could somebody tell me how I can only copy+paste the value of cell L27 into the others?
Many thanks!