Shamin has attended:
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Excel VBA
I need to do partial text comparision within VBA Cell, while I am looping through two lists.
Can you help me suggesting a piece code or already an existing Sub-routine.
Kind regards
Shamim Akhtar
RE: Excel VBA
Hi Shamin. I can't suggest particular code for this without seeing your data, but I would point you in the direction of the worksheet function FIND and the link below detailing the Find method in VBA. I suspect using the worksheet function in code is probably the direction you want to go with this.
http://www.ozgrid.com/VBA/find-method.htm
Hope this helps,
Anthony