This is an example of why I wanted to see all the code, and where proper code formatting for readability makes it obvious when there is a problem. Your code doesn't take full advantage of indentation. When it's indented, it's easy to see that there is an If missing in the last section. Here is all of the code from that module properly indented. I have highlighted in red where it looks like you meant to have additional code.
Also, you have several If statements with mutually exclusive conditions. It is better to merge them into an If..Elseif..ElseIf structure as shown.
P.S. Spelling error on worksheet and in code: should be "Cholesterol"
Bookmarks