3
我是VBA的新手。Excel VBA根據單元格值選擇範圍
For each cell in columns("c:c")
If cell.value = "TRUE" Then
'vba is required for selecting corresponding cells in columns A and B
Next cell
Else:
exit sub
End if
end sub
請適當修正
什麼ahve你試過這麼遠嗎? –
hi simico,請看看上面編輯過的代碼。只是我寫了大概bcoz我不知道多少編碼。 – ganesh
你是否只選擇第一行,其中C列是FASLE,還是C列中的所有行都是false? –