Good morning or afteernooon to everyone:
I've this little piece of VBA code that it's not working:
Select Case PAc_ALACase Is <> 5, Is <> 10, Is <> 15, Is <> 20, Is <> 25, Is <> 30, Is <> 35, Is <> 40
Do whatever
End Select
Where PAc_ALA is an integer. Anyway, I tried in a different...