My best shot at removing the unsupported Grammarly tags and using the code posting tool:
-----
Example:
arry1=("micro","Microsoft.32899","inteluninstaller","adobe99664") Prog list
arry2=("microsoft","intel","adobe") Target list
for i = 0 to ubound(arry1)
for i = 0 to ubound(arry2)
How do I take the target list to run through prog list to roughly match the string inside.
Something like "microsoft" in target list run through the prog list and found closely match string without lower or upper case sensitive "Microsoft.32899" and retrieve out the String.
I tried strComp it doesn't work for it, Need help urgently.
Richard Mueller - MVP Enterprise Mobility (Identity and Access)