Hi there. So I've come upon an issue I'm hoping someone here can help me with. I have three columns of checkboxes in ranges: A2:A48, B2:B48, and C2:C48. I also have three columns of TRUE/FALSE data in ranges F2:F48, G2:G48, and H2:H48. I want to write VBA code that allows me to set the values of the checkboxes in A2:A48 depending on the TRUE/FALSE values in F2:F48, B2:B48 based on values in G2:G48, and C2:C48 based on H2:H48, respectively; A2 should be checked if F2 = TRUE, and so on. So far, nothing I've tried gives me the full effect of looking at one value and setting the box in another.
Also, I have created and linked the boxes to their respective cells using VBA already, so no need to refer to them by checkbox name.
As always, thanks in advance!
~lp
Bookmarks