I want to use a select case statement but not sure how to evaluate part of the case:
Select case Me.CBIndProduct.Column(2)
Case ... Here the word commission is to be identified which is left 10 of Me.CBIndProduct.Column(2)
case else
end select
the string for commission is longer than 10 characters as the string Me.CBIndProduct.Column(2) will return Commission for product...
kind regards in advance
Select case Me.CBIndProduct.Column(2)
Case ... Here the word commission is to be identified which is left 10 of Me.CBIndProduct.Column(2)
case else
end select
the string for commission is longer than 10 characters as the string Me.CBIndProduct.Column(2) will return Commission for product...
kind regards in advance