Also,
Function Increment(base, additive)
if additive mod 10 = 0 and additive > 0 then
increment = base+additive
end if
end function
might work...
[quoted text, click to view] "someone" <someone@somewhere.com> wrote in message
news:OVz08gk7EHA.1524@TK2MSFTNGP09.phx.gbl...
Hi All,
I need a function that only allows Increments by 10, 20, 30.....
How do I achieve this in VB Script?
Any help is appreciated.
TIA,
Santosh