Showing posts with label translate. Show all posts
Showing posts with label translate. Show all posts

Saturday, February 25, 2012

Overload resolution failed because no accessible 'Round' can be called without a narrowing con

Can someone translate my error to English please:

Overload resolution failed because no accessible 'Round' can be called without a narrowing conversion:

You may need to explicitly convert the expression result into a numeric data type. For instance, CDbl() would convert into a double.
E.g.: =Round( CDbl( .....) )

-- Robert