Hi all,
Sorry if this is confusing at all but I could do with some help.
Drawing Type Type Drawing Number
- E - Exist -E301 'Electrical proposed drawing
- M - Prop -M101...
Hello all!
I have a form with various combo boxes that users can select. Currently I'm populating each combo box with every column header in my data set (not my data set is variable). Here's the code I'm using:
For i = 1 To Application.WorksheetFunction.CountA(sh.Range("1:1"))...
Hi,
I've been struggling with this problem for awhile.
I've made a form out of ActiveX controls, vba codes etc.
I am almost zero knowledge about vba.
I've made a combo box, named cmbDate.
ListFillRange of the combo box is Q11:Q13, where there are formulas in this cells:
Q11...
Hi,
I have a combo box in cell B2 with a list of names.
Is there a Vba code to loop through the list, update the sheet from the combo box and print the worksheet.
I have over 100 names in the list and would like to run though the list updating the sheets and printing all.
Thanks
I am constructing a macro to perform sorting on different selected named ranges provided by a user form which has a combo box and I do not know what best practice is:
Call the user form from within the macro or call the macro from the user form.
I would appreciate any advice and...
Need some assistance please. I have created an Excel Form that has a combo box field - cboCallType. One of the options in the combo box field is 'Other (Please enter details in the Notes Field). What I would like to do is to make the Notes field - txtNotes - mandatory only if the user selects...
Hello,
I'm relatively new to access so thank you for providing any insight you can.
I have a Combo box in a Form that lists a bunch of names. I have the source of this dropdown pulling from a table called 'names'. When a user clicks the dropdown in the Form and then begins typing - it...
I have Customer Manager worksheet that I am am trying apply a drop down box to filter my sheet by. I had it previous set up with buttons and just recorded macros for each filter, but that was far too many buttons. I'm hoping there is a way to apply the same filters with a drop box. I have...
Hi everyone,
I've been looking all over the internet to get my form displayed all records when a selection is made from a Combo Box, however, I haven't found the solution.
Below is the table "tblCap_NDT" which I used to create form "frmCap_NDT":
<tbody>
Company Name
NDT
A
Radiographic
B...
I have a ActiveX ComboBox and the box is showing one of the items the list of items. When i try select from the box it flash another box and does nothing.
In design mode i can see and select items in the ComboBox object which then changes the ComboBox. Why can't I just select from the...
Afternoon all,
As a VBA beginner, I'm currently having an issue with my user form where the combo box isn't populating with the options "I Shares" and "S Shares".
I suspect that it may be an issue due to the start of the code in terms of the userform_initialize? If I'm being honest I'm not...
Hi All,
I have a searchable combobox that works perfectly.
However i have been having some issues where the search box remains open.
If ComboBox1.Value = "" Then Exit Sub
ComboBox1.ListFillRange = "nameSearch2"
Me.ComboBox1.DropDown
end sub
The above is the code that i have.
When i...
Hi All you Guru's!
I am having a little trouble with my use form. The form has 5 combo boxes and 12 check boxes. All my links work and everything seems fine with the exception of when I open the user form all the boxes are blank.
So If I select 5 check boxes and then close it and then reopen...
Hi there,
I currently have a Combo Box that when a name is selected from the dropdown option, a password is requested. If the correct password is entered (12345) the date will be entered in the corresponding cell.
However, it is not quite working right. Currently it is one password for all. If...
Not sure if I use a list box or combo box but I want a macro to call a userform which has a list of the categories in this table.
It places the major category in a cell, then another message comes up asking for the item which is dependent on the category.
Say for example, if the user selects...
I am hoping someone can help me. I am creating a form in excel using the active x combo drop down option. I am trying to hide rows based on the option they pick.
I added the active combo box in cell B3 with options A, B, and C.
Based on what they pick I need the following to happen...
If...
I have an Active X combo box in a spreadsheet. When you click the drop down arrow on the right, the whole combo box moves a few millimetres to the right and down. You then have to re-select the drop down arrow to select one of the data items.
Any idea why the Combo Box moves when selected...
Hello
I made on combo box and gave name - ComFruit
Under that i added items via UserForm_Initialize()
comComfruit.AddItem "Apple1"
comComfruit.AddItem "Apple2"
comComfruit.AddItem "Apple3"
comComfruit.AddItem "Apple4"
Have one button and button name is ComGeneFruit
I want if from combox if...
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.