Hello,
I have the following line of code, but am not sure how to change it so that it works in VB NET. (It doesn’t like the UCase(Right(strKey, 8) section. Appreciate any help. jay
If UCase(strKey) = “.DEFAULT” Or UCase(Right(strKey, 8)) = “_CLASSES” Then