ryan_law2000
Well-known Member
- Joined
- Oct 2, 2007
- Messages
- 738
Im having come major problem making this code work 
This is part of what I have
right after this code put something like this...
it almost sounds too easy, but it could work
Basically when i click on a cell within B5:B5000 it will run the rest of the code UNLESS the cell = "CSTS ATTACHED"
Can Anyone Please Help
This is part of what I have
Code:
If Not Intersect(Range("B5:B5000"), Target) Is Nothing Then
right after this code put something like this...
Code:
in range (B5:B5000) if cell = "CSTS Attached" then do not run (or goto end sub)
Basically when i click on a cell within B5:B5000 it will run the rest of the code UNLESS the cell = "CSTS ATTACHED"
Can Anyone Please Help