biocentrism
Board Regular
- Joined
- Jul 28, 2014
- Messages
- 187
I have the formula below. But instead of inserting a Blank, it inserts the value of 1. Why is this and how can I insert a blank? I know I can use "", but I read somewhere that it is better to use vbNull instead of "". Am I doing something wrong?
Furthermore, when used in other places vbNull can also return a value of -1 and 65535.
Anyone know what is going on here?
Thank you.
Code:
cel.Value = vbNull
Furthermore, when used in other places vbNull can also return a value of -1 and 65535.
Anyone know what is going on here?
Thank you.