Excel Checkbox in Cell

Diskutiere und helfe bei Excel Checkbox in Cell im Bereich Microsoft Office im Windows Info bei einer Lösung; Hey,iam trying to add a checkbox in Excel, i found the developer tools and the active x elements but it only gives a checkbox above the sheet that i... Dieses Thema im Forum "Microsoft Office" wurde erstellt von DannyBerg, 27. Januar 2023.

  1. DannyBerg
    DannyBerg Gast

    Excel Checkbox in Cell


    Hey,iam trying to add a checkbox in Excel, i found the developer tools and the active x elements but it only gives a checkbox above the sheet that i have to manually make smaller and adjust to the cells.Is there an option to insert the checkbox into the cell itself and just drag down?Also If ihave to do it manually how do i adress it in a function?Best Danny
     
  2. Shakiru Soenu Win User

    Excel Checkbox in Cell

    Hi DannyBerg!

    There is an option to insert it in the cell itself but it is done manually (like you have to draw it like a rectangular shape).

    To add a check box, click the Developer tab, click Insert, and under Form Controls, or active X control> click the check box.
    >Click in the cell where you want to add the check box, draw a rectangular shape in the cell and the check box will appear.

    To edit the size,
    Right-click on the check box and click on the format control> click on the sidebar, then edit the size to what you want.

    Tips: You can edit the height and width of the cells to make the Check box fit in more perfectly.

    References: https://support.microsoft.com/office/9f201e46-8f6b-4a9d-a320-f44b28088cb0

    Kind Regards,
    Shakiru
  3. JürgenBrändle Win User

    Setzen von RegEdit per VBA in Userform

    Irgendwie funktioniert das nicht. Der Code sieht derzeit so aus:
    Set myForm = ThisWorkbook.VBProject.VBComponents.Add(3)
    Do
    object_type = Cells(row_is, col_Type)
    Select Case object_type
    Case "CheckBox"
    Set object_is = myForm.Designer.Controls.Add("Forms.CheckBox.1")
    object_is.Left = Cells(row_is, col_Left)
    .....
    Case "CommandButton"
    Set object_is = myForm.Designer.Controls.Add("Forms.CommandButton.1")
    object_is.Left = Cells(row_is, col_Left)
    .....
    Case "RefEdit"
    Set object_is =myForm.Controls.Add("Forms.RefEdit.1")
    object_is.Left = Cells(row_is, col_Left)
    .....
    Bei Set object_is =myForm.Controls.Add("Forms.RefEdit.1") kommt die Meldung
    "Objekt unterstützt diese eigenschaft oder Methode nicht"
    wo klemmt es?
  4. Tobi_r Win User

    Sicherungskopie-Option nicht da

    Hallo Lisa,

    bei Mac ist es ähnlich. Auch hier bietet Word die "globale" Option und unter Excel eine arbeitsmappen-bezogene Lösung an.

    Der Weg bei Excel ist ebenfalls über Speichern unter -> Optionen, allerdings fehlt schlicht die Checkbox.
  5. Andreas Killer Win User

    Tabellenzeile bei aktiviertem ActiveX Kontrollkästchen einfärben

    ich habe ein Problem mit Microsoft Word 2007.
    Tja, da hast Du ein Problem, damit geht das (bei mir) leider nicht.

    In 2007 gibt es zwar schon die Automation Property, aber diese funktioniert leider nicht. Ab 2010 gibt diese das Range-Objekt zurück in dem sich die Checkbox befindet, da würde der Code unten gehen...

    Kannst ja trotzdem mal probieren, vielleicht hast Du Glück und es geht mittlerweile.

    Das letzte Update das ich bei 2007 installiert habe ist schon ewig her.

    Andreas.

    Option Explicit

    Private Sub CheckBox_Click(ByVal CB As MSForms.CheckBox)

    'Universell für jede CheckBox

    Dim ThisCell As Cell

    'In jeder Zelle in dieser Zeile

    For Each ThisCell In CB.Automation.Range.Rows(1).Cells

    With ThisCell

    'Texture setzen

    .Shading.Texture = wdTextureNone

    'Farbe setzen wenn Haken gesetzt

    .Shading.BackgroundPatternColor = IIf(CB.Value, -603930625, wdColorAutomatic)

    End With

    Next

    End Sub

    Private Sub CheckBox1_Click()

    CheckBox_Click Me.CheckBox1

    End Sub

    Private Sub CheckBox2_Click()

    CheckBox_Click Me.CheckBox2

    End Sub
  6. Z.Sch. Win User

    Zelleninhalte verschwinden nach Aktivierung der Checkbox

    Danke für die Antwort. Also ich finde keine Hardwaregrafikbeschleunigung in den erweiterten Excel Optionen.

    Hochladen kann ich es leider nicht weil viele Inhalte drinnen sind die ich nicht öffentlich zeigen darf.

    Gruppieren von den Zellen? und kann ich das dann auch über die Checkboxen ein-/ausblenden?
  7. User Advert


    Hi,

    willkommen im Windows Forum!
Thema:

Excel Checkbox in Cell - Microsoft Office

Die Seite wird geladen...

Excel Checkbox in Cell - Similar Threads - Excel Checkbox Cell

Forum Datum

Checkboxen in Excel löschen

Checkboxen in Excel löschen: Hallo, ich habe in Excel oft Spalten mit Checkboxen in jeder Zelle. Wenn ich die Checkboxen löschen möchte, ist das sehr beschwerlich. Wie kann man eine ganze Spalte mit Checkboxen oder zumindest...
Microsoft Office 10. Januar 2025

Excel: Celle value einfügen anhand vom datum

Excel: Celle value einfügen anhand vom datum: Ich habe eine Excelliste mit Namen und Eintrittsdatum und wie viele Urlaubstage noch über sind.Die Liste funktioniert super und wenn ich Urlaubstage hinzufügen möchte oder streichen passiert das...
Microsoft Office 6. Dezember 2024

EXCEL 2021 - Checkboxen - Löschen des Feldinhaltes

EXCEL 2021 - Checkboxen - Löschen des Feldinhaltes: Hallo zusammen,wie kann ich Checkboxen per Befehl löschen?
Microsoft Office 3. September 2024

Dynamische Checkbox

Dynamische Checkbox: Hallo ZusammenIch habe eine spezielle Frage.In der Arbeit habe ich einen Formular im Word erstellt und habe verschiedene Steuer-Elemente gebraucht.Mein Ziel / Wunsch ist es einen Checkbox zu...
Microsoft Office 29. Dezember 2021

Excel Call userdefine Funktion in Cells

Excel Call userdefine Funktion in Cells: I have a Wokbook with various tables that contains courses in angle I want to show in a separate cell the name of the cours i.e. "SSW" the Workbook contains a 2 column table angle, name. My...
Microsoft Office 8. September 2021

Forms - Checkbox

Forms - Checkbox: Hallo liebe Community, ich habe schon die Suche benutzt aber leider nichts passendes zu meinem Problem gefunden, vermutlich bin ich einfach nur zu doof. Mein Problem: in Forms habe ich mir ein...
Microsoft Office 16. Februar 2021

Disabling Context Menus Cell Dots in Excel Android

Disabling Context Menus Cell Dots in Excel Android: Is there anyway to disable the two dots which open a menu while having a cell selected in the android version of excel?
Microsoft Office 21. August 2020
Excel Checkbox in Cell solved
  1. Diese Seite verwendet Cookies, um Inhalte zu personalisieren, diese deiner Erfahrung anzupassen und dich nach der Registrierung angemeldet zu halten.
    Auf dieser Website werden Cookies für die Zugriffsanalyse und Anzeigenmessung verwendet.
    Wenn du dich weiterhin auf dieser Seite aufhältst, akzeptierst du unseren Einsatz von Cookies.