pinkpanther6666
Board Regular
- Joined
- Feb 13, 2008
- Messages
- 194
- Office Version
- 365
- Platform
- Windows
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
Else End
All macro1 is a formatting macro with thick borders
Can anyone help
Many Thanks
Steve
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
Else End
All macro1 is a formatting macro with thick borders
Can anyone help
Many Thanks
Steve