Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Properly converted...
Function TruncateString$(ByVal sText$, ByVal sFind$, Optional lStart& = 1) If InStr(sText, sFind) 0 Then TruncateString = Mid$(sText, lStart, InStr(sText, sFind) - lStart) Else TruncateString = sText End If End Function -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Compile Error: ByRef argument type mismatch" when calling my function from another module | Excel Programming | |||
ByRef Argument Type Mismatch | Excel Programming | |||
ByRef Argument Type mismatch | Excel Programming | |||
ByRef argument type mismatch when passing dictionary object | Excel Programming | |||
ByRef argument type mismatch error? | Excel Programming |