I have the code below in a userform, with 5 combo boxes. I need Combo Box 2 to display a time, but I can't get it to work. I've had a look around and tried a few suggestions, but can't seem to get it. Any suggestions would be hugely appreciated.
' Open UserForm1 when the workbook is opened...
Good afternoon,
I have written the following code:
Sub NewPO()
'Cleardown unused PO numbers
Range("e" & Rows.Count).End(xlUp).Offset(1, 0).Select
Selection.EntireRow.ClearContents
'Generate new PO number based on last number in coloumn "i"
Range("P4").Value = "GG" & Range("I" &...
Hi All,
I am using the following code to populate two ComboBoxs in my Userform (called WSSearch).
Private Sub UserForm_Initialize()
Me.ComboBox1.List = Sheets("Wholesale Members").Range("A2", Range("A" & Rows.Count).End(xlUp)).Value
Me.ComboBox2.List = Sheets("Wholesale...
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.