Hi guys, im trying to fill all the blank cells in a selected range with the text "no data". however, im doing a monthly report, and its not necessary for each month to have blank cells. so how can I make an if loop where it checks if blank cells exist in the range, if they do, fill with "no data" otherwise, dont do anything. i have this for filling in blank cells
ActiveSheet.UsedRange.SpecialCells(xlCellTypeBlanks).Value = "Null"
ActiveSheet.UsedRange.SpecialCells(xlCellTypeBlanks).Value = "Null"