How to get address of adjacent cell?

前端 未结 2 2166
不思量自难忘°
不思量自难忘° 2020-12-16 17:00

I have the following vba code to find occurrences of \"0\" in a following column:

For Each c In Range(\"B:B\")

        If c.Value = \"0\" Then
            M         


        
2条回答
提交回复
热议问题