+ Reply to Thread
Results 1 to 3 of 3

How do you remove a check box (Control) in an Excel spreadsheet?

  1. #1
    zjan
    Guest

    How do you remove a check box (Control) in an Excel spreadsheet?

    I have a spreadsheet that is not "locked" and I want to remove an active -x
    control feature ( a check box) I cannot cut or remove this "feature" form my
    worksheet. Help does not provide any relief!

    JJ

  2. #2
    Chip Pearson
    Guest

    Re: How do you remove a check box (Control) in an Excel spreadsheet?

    Be SURE the sheet is not protected. Then, open the Control
    toolbar and click the "Design Mode" button (upper left). Then
    click on the check box. You should be able to delete it then. If
    not, you might try using VBA to delete the control.

    In the Immediate window (CTRL+G to display), enter the following
    and press Enter

    ActiveSheet.OLEObjects("Checkbox1").Delete

    Of course, change "Checkbox1" to the name of your control.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com




    "zjan" <zjan@discussions.microsoft.com> wrote in message
    news:99DE4727-92F3-4CDE-8A4B-ECBF75DE0718@microsoft.com...
    >I have a spreadsheet that is not "locked" and I want to remove
    >an active -x
    > control feature ( a check box) I cannot cut or remove this
    > "feature" form my
    > worksheet. Help does not provide any relief!
    >
    > JJ




  3. #3
    Biff
    Guest

    Re: How do you remove a check box (Control) in an Excel spreadsheet?

    Hi!

    Open the Control Toolbox toolbar.

    Click on the Design Mode icon

    Click on the offending checkbox

    Goto Edit>Clear>All

    Exit Design mode

    Close the toolbar

    Biff

    "zjan" <zjan@discussions.microsoft.com> wrote in message
    news:99DE4727-92F3-4CDE-8A4B-ECBF75DE0718@microsoft.com...
    >I have a spreadsheet that is not "locked" and I want to remove an active -x
    > control feature ( a check box) I cannot cut or remove this "feature" form
    > my
    > worksheet. Help does not provide any relief!
    >
    > JJ




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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