Hello ladies and gentlemen. I have a rather frustrating issue that dates a few months back, so I hope to solve it today.
The following code tests a value in Column A. If the value is between 1-5 or equal to 11, column B will return the string A. It works.
And I believe the equivalent (replacing If with Select Case) goes:
However, if I run the second code with matching values in Column A (11, 1, 3, etc), nothing happens. Well, maybe something happens, but the values in Column B remain blank.
Could anybody tell me why?
Bookmarks