Hi,
I am using a simple one line macro to copy value from one range to another. Problem is that the macro seems to be rounding the numbers to 2 decimal places, while I want no rounding.
The code i am using is:
Sub Sens1()
Worksheets("Dashboard").Range("I26:I38").Value = Worksheets("Dashboard").Range("I6:I18").Value
End Sub
Is there something I am doing wrong? This may have a terribly simple solution, but I am truly lost!
Many thanks for responses
Yerram
I am using a simple one line macro to copy value from one range to another. Problem is that the macro seems to be rounding the numbers to 2 decimal places, while I want no rounding.
The code i am using is:
Sub Sens1()
Worksheets("Dashboard").Range("I26:I38").Value = Worksheets("Dashboard").Range("I6:I18").Value
End Sub
Is there something I am doing wrong? This may have a terribly simple solution, but I am truly lost!
Many thanks for responses
Yerram