Results 1 to 8 of 8

Indexing Through ACTIVEX Comboboxes

Threaded View

  1. #4
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,239

    Re: Indexing Through ACTIVEX Comboboxes

    Quote Originally Posted by Hemimud View Post
    I think this would work fine for a userform, just not an ACTIVEX control.
    FortySixAndTwo's code is for ActiveX controls. The controls on a userform are the same as you are using, the code fails since there is no controls collection of the Worksheet Object.

    The other type of controls are forms controls, which are IMO better choices for use on a worksheet as they tend to be more stable than ActiveX controls

    Using tiger's explanation, you can do this:
    For x = 1 to 5
       me.OLEobjects("CheckBox" & x).visible=False
    Next x
    Last edited by Kyle123; 07-13-2012 at 11:48 AM.

Thread Information

Users Browsing this Thread

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

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