Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try:
Sub stew() For Each r In ActiveSheet.UsedRange If IsEmpty(r) Then r.Value = "xx" End If Next End Sub -- Gary''s Student - gsnu200722 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Fill blank cells with cells above data | Excel Worksheet Functions | |||
shifting of data to fill into blank cells | Excel Discussion (Misc queries) | |||
FILL IN BLANK CELLS | Excel Discussion (Misc queries) | |||
Fill blank cells | Excel Discussion (Misc queries) | |||
How would I fill blank cells with the data from a previous cell? | Excel Discussion (Misc queries) |