donny1shot
New Member
- Joined
- Mar 8, 2018
- Messages
- 18
Hi All,
I am trying to create a vba code that shows a userform if C14 + C15 > C13. I have tried the below but it does not work.
I am trying to create a vba code that shows a userform if C14 + C15 > C13. I have tried the below but it does not work.
Code:
If Range ("C14:C15").value > Range ("C13") then userform1.show