WorksheetFunction.NumberValue (Excel)

Converte texto em número de maneira independente de localidade.

NumberValue (Arg1, Arg2, Arg3)


Dim strArg1 As String: strArg1 = 
Dim strArg2 As String: strArg2 = 
Dim strArg3 As String: strArg3 = 
Dim dblNumberValue As Double
dblNumberValue = WorksheetFunction.NumberValue(Arg1:=strArg1, Arg2:=strArg2, Arg3:=strArg3)

Arguments

Arg1, Arg2, Arg3

Arg1 (String) - Cadeia de caracteres que representa o número que você deseja converter.

Arg2 (String) - Caractere usado como separador decimal na cadeia de caracteres.

Arg3 (String) - Caractere usado como o separador de grupo na cadeia de caracteres.