Trying to divide a decimal by a decimal for currency exchange.
E.g Total decimal value 254.66 / 1.19 (to find euro conversion) I get the error - Option Strict On disallows implicit conversions from ‘Double’ to ‘Decimal’.
How would I write this code to divide a decimal by another decimal?
Thanks