Results 1 to 7 of 7

Hide ActiveX Checkbox on worksheet

Threaded View

  1. #1
    Forum Contributor
    Join Date
    06-16-2010
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2010
    Posts
    278

    Hide ActiveX Checkbox on worksheet

    I have a radio button that when true will hide a column. Column has checkbox I also want to hide - but it's not getting hidden with the code below. Any ideas?

    Private Sub obtPreissueReview_Click()
    If obtPreissueReview.Value = True Then
        Sheet2.Range("QualityRevCol").EntireColumn.Hidden = True
        Sheet2.cbxQualRev.Visible = False  'this is checkbox
        Sheet2.Range("e1").Select
    End If
    End Sub
    The properties indicate the visible value is changing to false, but I can still see it (Design Mode is off).

    Thanks for any help.
    Last edited by ker9; 04-13-2011 at 04:45 PM.

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