Ron Morris
Active Member
- Joined
- Oct 18, 2004
- Messages
- 430
I have the following formula in VBA but I am not sure how it will start to make it work:
If Cells(58, "l").Value = true then
checkbox8.value = true
else
if Cells(56, "l").value = true then
checkbox4.value = true
else
if cells(56, "l").value = true then
checkbox6.value = true
end if
If Cells(58, "l").Value = true then
checkbox8.value = true
else
if Cells(56, "l").value = true then
checkbox4.value = true
else
if cells(56, "l").value = true then
checkbox6.value = true
end if