Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have code that I have tried in various ways yet I can not get the code to
recognize a blank cell. For z1 = 7 To 1300 If Cells(z1, 9) = "" Then Cells(z1, 10) = "HI" If IsNull(Cells(z1, 9)) = True Then Cells(z1, 10) = "HI" Next z1 I only used the word hi to stick out on the sheet. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Failed to save table attributes of (null) into (null). | Excel Discussion (Misc queries) | |||
EXCEL Spreadsheet CELLS have data but load as NULL | Excel Programming | |||
Generating blank or null cells that the Histogram Data Analysis tool will ignore | Excel Worksheet Functions | |||
NULL Cells | Excel Worksheet Functions | |||
Cells().value is null but I can see data | Excel Programming |