This document provides code to directly link checkboxes on a worksheet to cells. It uses a For Each loop to iterate through all checkboxes on the active sheet, setting each checkbox's LinkedCell property to the address of the cell immediately to the left of its top left corner. It also shows a conditional formatting formula that will format cells the same if the value in column D is "Contract" and cell N11 is true.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views1 page
Vba Code Mannual
This document provides code to directly link checkboxes on a worksheet to cells. It uses a For Each loop to iterate through all checkboxes on the active sheet, setting each checkbox's LinkedCell property to the address of the cell immediately to the left of its top left corner. It also shows a conditional formatting formula that will format cells the same if the value in column D is "Contract" and cell N11 is true.