Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Alternative CInt


top10

Recommended Posts

[HIDE-THANKS][LENGUAJE=VB]Declare Function vbaI2Str Lib "msvbvm60" Alias "__vbaI2Str" (ByVal sStr As String) As Long

 

Public Function Alternative_CInt(ByVal expression As Variant) As Long

Dim Exp As String

Exp = expression

Alternative_CInt = vbaI2Str(StrConv(Exp, vbUnicode))

End Function

[/LENGUAJE][/HIDE-THANKS]

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.