Results 1 to 5 of 5

Remove/Edit text from checkbox

Threaded View

  1. #1
    Registered User
    Join Date
    07-16-2018
    Location
    USA
    MS-Off Ver
    windows 10
    Posts
    5

    Remove/Edit text from checkbox

    How does one remove the text from check box. I just want the checkbox with black outline.
    I have this.

    Sub Test()
        Dim Rng As Range
        Dim c As Range
        Dim Ctrl As Object
        Set Rng = Range("A1:A10")
        For Each c In Rng
            Set Ctrl = ActiveSheet.CheckBoxes.Add(c.Left, c.Top, c.Width, c.Height)
            With Ctrl
                .LinkedCell = c.Offset(0, 1).Address
            End With
        Next c
    End Sub
    Last edited by softedges; 07-18-2018 at 01:52 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 13
    Last Post: 07-28-2017, 07:58 AM
  2. remove line or lines from a text file using vba if checkbox is true
    By cmccabe in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-12-2016, 02:12 PM
  3. Edit/Remove Partial Text in each Row, HOW??
    By excelboxnovice in forum Excel General
    Replies: 1
    Last Post: 03-07-2016, 02:06 AM
  4. macro remove if mark in checkbox
    By MetteGaga in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-03-2016, 05:19 AM
  5. [SOLVED] Add/ Remove a specifc text string to a cell based on a checkbox
    By Grilleman in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-18-2014, 03:24 PM
  6. [SOLVED] Remove data when checkbox is unchecked
    By matrixpom in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 01-23-2013, 10:13 PM
  7. Trying to edit colored text using VBA without losing my different colors upon edit
    By pglufkin in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-27-2012, 02:50 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1