![]() |
|
|
Thread Tools | Display Modes |
#4
|
||||
|
||||
![]()
If you want the empty cells listing then
Code:
For i = 1 To .Cells.Count If Len(.Cells(i).Range) = 2 Then ComboBox1.AddItem .Cells(i).RowIndex & ", " & .Cells(i).ColumnIndex End If Next i
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Learner7 | Excel | 3 | 11-10-2020 02:47 AM |
auto progress number evenly between two values across empty cells ? | DBenz | Excel | 4 | 03-28-2018 04:46 AM |
If a2 is not empty, color empty cells in b2:af2 | turkanet | Excel | 2 | 08-20-2017 11:00 PM |
![]() |
chamdan | Project | 2 | 04-21-2014 06:30 AM |
Apparently empty (blank) cells aren't empty | daymaker | Excel | 3 | 03-08-2012 03:41 PM |