Hi

I have some code where I'd like to skip a section depending on a cell value, in regular English this is what I mean....



CODE
CODE
CODE
CODE
If Sheet1 Cell A5 = 5 then JUMP TO "HERE"
CODE
CODE
CODE
CODE
HERE
CODE
CODE
CODE
CODE
CODE


So basically if cell A5 is 5, then miss the code between "HERE and "HERE". If A5 does not equal 5 then run all the code.

Any ideas?
Thanks :D