+ Reply to Thread
Results 1 to 4 of 4

Create VBA Active-x ComboBox And then delete it when finished

  1. #1
    Registered User
    Join Date
    03-11-2011
    Location
    Stockholm, Sweden
    MS-Off Ver
    Ms Office 2010
    Posts
    9

    Question Create VBA Active-x ComboBox And then delete it when finished

    I'm almost an newbie. I can't get it to work..

    This is my Objective:
    Create VBA Active-x ComboBox with attributes and named ListFillRange
    are selected within an defined cell range. Then delete the
    Active-x ComboBox when another cell are selected.

    Info:
    The lists are from different worksheets in the workbook.

    This code is my project:
    Please Login or Register  to view this content.

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,653

    Re: Create VBA Active-x ComboBox And then delete it when finished

    This may be a little easier.

    Manually create an ActiveX combobox anywhere on your sheet. Set its font and visual appearance the way you want it. Name it MyCBO.

    The code below will position, size, and populate MyCBO based on where the user clicks or just hide it when not needed.

    Please Login or Register  to view this content.
    Last edited by AlphaFrog; 02-22-2013 at 06:34 AM.

  3. #3
    Registered User
    Join Date
    03-11-2011
    Location
    Stockholm, Sweden
    MS-Off Ver
    Ms Office 2010
    Posts
    9

    Re: Create VBA Active-x ComboBox And then delete it when finished

    Thanks AlphaFrog, that did the task.

    I've a range with 14 separate merged cells from HJ4 to IK4, no error and still not working.

    With this code i tried:

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    03-11-2011
    Location
    Stockholm, Sweden
    MS-Off Ver
    Ms Office 2010
    Posts
    9

    Re: Create VBA Active-x ComboBox And then delete it when finished

    Have another code that I've made before and that don't work together with your "AlphaFrog" code..

    http://www.excelforum.com/excel-prog...77#post3133877


    By it self "AlphaFrog" code.. works perfect..

+ Reply to Thread

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