I'm sure this is easy but I'm real new to VBA.

I have a subroutine that looks for values in a column and the colors them. The routine works great. But now I want to run a similar but different subroutine for the next column. They both work individually (I cut and paste them from a word doc to test individually).

Now I want both in the same spreadsheet. I tried putting them in back to back in the VBA editor but the second one does not run. Probably becase the first one ends with an END SUB and it does not go to the next subroutine.

So I do not know if I need to write 1 huge subroutine or is there a way I can create multiple ones.