Hi! Nice video, very usefull! I have a question about how to round the measurement of the mass obtained and be able to have only 3 decimal places, for example. All the best!
@petestrycharske7773 Жыл бұрын
Hey Arturo! You can get a rounded value by using the following line of code: iProperties.Value("Custom", "Vault_Mass") = Round(iProperties.Mass, 3) & " lbs" You can use Round(do, 4) if you wanted 4 decimal places, for example. Hope this helps and have a most blessed day!