Thread
:
IF adjacent cell empty Copy from Other Column
View Single Post
03-08-2018, 05:31 AM
jeffreybrown
Windows Vista
Office 2007
Expert
Join Date: Apr 2016
Posts: 673
Sorry Chris, should have given you a little more.
Code:
If Cells(i, 9).Value
<> ""
There is no need for the equal sign as
<>
is the operator
jeffreybrown
View Public Profile
Find all posts by jeffreybrown