Hello, it will be a stupid question most probably...
Why in VBA we are using the following:
"If Not Selection.Value > ""
If I'm correct that this basically means "if selection value is not bigger than nothing", which mean if value is 0..
There is no "If Selection.Value = "" for this or why the more complicated one is the used?
I'm a beginner and has no programming background, so this may be some obvious thing, but I'm just confused about it.
But how I see this code in a lot of places I assume that this it the VBA logic and I just need to get used to it
Why in VBA we are using the following:
"If Not Selection.Value > ""
If I'm correct that this basically means "if selection value is not bigger than nothing", which mean if value is 0..
There is no "If Selection.Value = "" for this or why the more complicated one is the used?
I'm a beginner and has no programming background, so this may be some obvious thing, but I'm just confused about it.
But how I see this code in a lot of places I assume that this it the VBA logic and I just need to get used to it