RiaMelissaJaravata
Member
Oh, wait, before you go, I have one last question... There are instances that the values are percentage. Your code does not support percentage values It copies them as a whole number. Is there a code that can copy percentage values? I was trying this:
myValue = WorksheetFunction.Round(ivr.Sheets("Dettaglio rilascio ISUP Milano").Range("A6").Offset(myDate - 1, 71).Value, 4)
But does not work.
myValue = WorksheetFunction.Round(ivr.Sheets("Dettaglio rilascio ISUP Milano").Range("A6").Offset(myDate - 1, 71).Value, 4)
But does not work.