update range in For loop

Z

Zack Barresse

Select a cell, press Ctrl + 1, select the Number tab, it will be highlighted
in the left listbox.
 
G

Guest

what is highlighted is general not text.
so, I guess the format of the cells is not set to Text.

Thanks
 
Z

Zack Barresse

You might then try ..

If Clng(Cells(row, col).Value) <> 0 Then
Cells(row, col).Value = 1

... making use of the coerce/long function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top