How can I round a value UP to the next multiple of 10 in VB ?
e.g.
19 -> 20
35 -> 40
21 -> 30
I found so things saying use a round function but when i type it in to my IDE (Microsoft Visual Studio Express 2015) it doesn't recognise it.
Thanks in advance