hi guys!
how do i write this in VB
=MID(A1,SEARCH(" ",A1,1)+1,SEARCH(" ",A1,SEARCH(" ",A1,1)+1)-SEARCH(" ",A1,1))
i want to have this formula inside my already created function SKU in VB, I really dont know any VB.
Function SKU(myEntry As String) As String
SKU = Left(myEntry, 3) &...