M
Michael Kintner
I have a list if items and wish to find and item by partical name. How can
I do this using VB code?
Item345 1 6
*Item124 2 7
Item346 3 9
I wish to do a VB search for "*Item" and return the values 2 and 7.
Note that in Column A I only wish to look at left$ 5 characters on the find.
Thank you for your help in advance!!! (smile)
Mike
I do this using VB code?
Item345 1 6
*Item124 2 7
Item346 3 9
I wish to do a VB search for "*Item" and return the values 2 and 7.
Note that in Column A I only wish to look at left$ 5 characters on the find.
Thank you for your help in advance!!! (smile)
Mike