Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Tópicos relacionados a códigos VBA, gravação de macros, etc.
#15177
Estou com problemas em fazer uma function retornar um Integer, o que será que esta errado

Function que quero que de um return em um numero inteiro
Código: Selecionar todos
Function RetornaValor ( ByVal valor As Integer, ByVal valorAnterior As Integer ) As Integer
    
        Dim somatorio As Integer
        Dim formula As Integer
        
        formula = (2* valor) + valorAnterior

        If formula >= 600 And formula <= 660 Then
               somatorio = formula
        Else
               somatorio = 0
        End If

         return somatório

End Function
Código de chamada
Código: Selecionar todos
Dim calculado As Integer
Set calculado = RetornaValor ( valor, valorAnterior )
Fico no aguardo obrigado
#15181
É só colocar o nome da função recebendo o valor desejado, nossa que facil kkkkkkkkk
Código: Selecionar todos

Function RetornaValor ( ByVal valor As Integer, ByVal valorAnterior As Integer ) As Integer
    
        Dim somatorio As Integer
        Dim formula As Integer
        
        formula = (2* valor) + valorAnterior

        If formula >= 600 And formula <= 660 Then
               somatorio = formula
        Else
               somatorio = 0
        End If

         RetornaValor = somatório 'NOME DA FUNÇÃO RECEBENDO O VALOR DESEJADO

End Function

long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord