D
domleg
I am looking for a way to program the following using VBA and a command button:
If user selected columns 4, 7 and 8 then compare this
if cells(2,4) = cells(2,7) = cells(2,8) then cell(2,12) = "ok"
else cell(2,12) = "check"
Basically, how can I get the column number of what columns are selected to
compare all data for each column selected.
If user selected columns 4, 7 and 8 then compare this
if cells(2,4) = cells(2,7) = cells(2,8) then cell(2,12) = "ok"
else cell(2,12) = "check"
Basically, how can I get the column number of what columns are selected to
compare all data for each column selected.