Interactive objects placed directly on a worksheet to simplify data entry and user interaction.
Yapay zekâ ile deneForm controls are legacy interface elements like checkboxes, buttons, and list boxes that allow users to interact with a spreadsheet without using VBA. They are linked to specific cells to update values based on user input, making them ideal for creating interactive dashboards or simple data collection forms.
Using a checkbox control linked to cell A1 to toggle between TRUE and FALSE, which then triggers a conditional formatting rule.
Form controls are simpler, more stable, and easier to use, while ActiveX controls offer more advanced customization and event-driven programming capabilities.