Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On 15 May, 22:32, "Spicelon" wrote:
Try something like this: Dim rng as Range, c as Range Set rng = Range("A1:A10") * * 'adjust as needed for your own needs For Each c in rng.Cells * * if c.Value = "" then c.Offset(0, 1).Value = 1 Next c HTH Thanks, that is great! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Auto-update Fill Series in column that has randomly spaced blank c | Excel Discussion (Misc queries) | |||
fill blank cells in a column | Excel Worksheet Functions | |||
Fill column blanks from last non-blank cell | Excel Discussion (Misc queries) | |||
Help: How do I fill a column with values if it is blank? | Excel Programming | |||
how can i fill blank cells in column with abc while the right col. | Excel Discussion (Misc queries) |