Hi vba experts,
I have following macro enclosed file.
Macro above is okey for me but I want to improve it.![]()
Sub Macro1() Sheets("Sheet1").Range("A2:J2").FormulaR1C1 = "=ROUND(R[-1]C,1)" Sheets("Sheet1").Range("A2:J2").Copy Sheets("Sheet1").Range("A1:J1").PasteSpecial Paste:=xlPasteValues End Sub
I want same thing but new macro will not be use A2:J2 range.
In other words every process will be only in the A1:J1 range.
Best wishes.
Bookmarks