Im trying to run some VBA and getting a Compile error stating Else without If
My code is listed below
Cant seem for the life of me what is wrong ... probably staring me in the face
Range("C4").Select
If Range("C4").Value > 0 Then Range("B4:G4").Select
Call Macro1...