Questions about items that can be described as empty or having no data value
Questions tagged [is-empty]
776 questions
-1
votes
1 answer
Fill first group of blank cells with "A"+incremented number, fill second group with "X"+incremented number
I am looking for direction on VBA code for Excel.
I have information exported from a schematic and parts list. There are usually 3-5 items at the beginning of the parts list that do not have reference designators (ref des), and several items at the…

patRc
- 3
- 2
-1
votes
1 answer
Color Grid in Excel by vb.NET
I need some help.
What I need is a code for colorid the Grid in Excel in this way:
find the first cell with value ( 1 )
find the last cell with value ( 2 )
range (1:2)
Color the grid black
My code by now:
'Color the columns A to K and ALL the rows…

Gest1979
- 1
- 1
-1
votes
3 answers
How to return value 0 if div is empty in javascript
I have a div which has a dynamic value. When #div1 is empty, I would like to show a simple value "0".
This is what I have so far: