activex controls

  1. A

    How to add TextChanging Event to ActiveX Combobox?

    I have add Combobox to page. Dim Combo As ComboBox Set Combo = ActiveSheet.OLEObjects.Add(ClassType:="Forms.ComboBox.1", Link:=False, DisplayAsIcon:=False, Left:=50, Top:=80, Width:=100, Height:=15).Object And I need to add TextChanging events to this Combobox, but how to do this?
  2. D

    Insert Command Button to reset multiple Data Validation Dropdowns using VBA

    Hi all, I have a single worksheet with 20+ data validation dropdowns. I want to insert a Command Button that will reset all the dropdown cells to the first option on the dropdown list when I click it. Having never used Macro/VBA before, I’ve tried researching the appropriate code to make this...
  3. T

    Programatically Deleting OLEObject ComboBox Click Event Handler Subs

    Hello everyone! I am dynamically creating a bunch of ActiveX/OLEObject comboboxes. Each combobox needs to have a dynamically created Click event handler. I am able to do this, no prob. The problem is that, occasionally during a session I want to delete all of the comboboxes and their...
  4. S

    Running a macro from a UserFrom

    Hello, I am creating a UserForm for the first time and am having a bit of trouble getting a macro to run when an option button is clicked. To avoid writing multiple lines of code to hide various ActiveX controls depending on which option button is clicked, I've written macros to hide various...
  5. S

    Worksheet Form Controls Stop Working After VBA Export to PDF

    As the title states, I have some VBA code setup to export sheets to a PDF report. There are check boxes on the worksheet to show and hide certain columns. After I run the code and successfully export to PDF, the form controls no longer work - I clicked them an nothing happens. Even if I save and...
  6. C

    ActiveX Controls & Hidden Cells Issue in XL2010 - Resolved in XL 2013?

    Hey folks, Working on a project where I have multiple ActiveX combo boxes throughout a sheet, and through other actions, they are moved & sized with cells, therefore sometimes hidden. They cannot remain static, and I've noticed that when they are hidden & the workbook is saved & closed, the...
  7. A

    Form catalog X activex catalog

    Hi all I have been using activex catalog buttons in one of my excel tools, but suddenly it stop working for several users (including me) - weird is that it is still working for others. I have compared versions of Activex, Excel etc... but everything seems to be ok. Because of that we decided...
  8. P

    Excel 2013 ActiveX combobox not working with Excel 2007

    I developed a macro with Excel 2013 which includes ActiveX comboboxes that execute some code. When I open that file with Excel 2007 and click on the ActiveX controls the code is not executed, nothing happens. This has nothing to do with the December 2014 upgrade which I have not installed. I...
  9. J

    Move worksheets selected in listbox to another book

    Hello All, I have a form that contains a list box populated with all of the worksheets in the current workbook. I need to be able to move the selected worksheets form the current workbook to another while keeping in mind the following: The list box may have one or multiple sheets selected...
  10. R

    Can ActiveX hold the data automatically?

    Hi There, I am not new to Excel programming, but very new to using ActiveX Listboxes. My big question is, can those hold the data at all? When I close the program and open it again, all the data in the listbox control us gone.:confused: Thank you very much for your support. Ralf
  11. S

    Assigning a dynamically created ActiveX Control to a class

    So I'm dynamically adding a series of ActiveX checkboxes to a worksheet. Each checkbox represents a given product and the set of products varies based on the market I select in a combo box drop down. I have a class module that should control what happens on the click event for each newly added...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top