H
hmmm...
For example, Cells(1,8) contains #N/A. The following VBA statement:
If Worksheets("Sheet1").Cells(1, 8).Value = "" Then
gives a type mismatch error.
Thanks for any suggestions.
If Worksheets("Sheet1").Cells(1, 8).Value = "" Then
gives a type mismatch error.
Thanks for any suggestions.