Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you tell me why when I run this userform that it erases the values in the
range A1:A12? The userform initialize procedure runs but it erases the values in the cells A1:A12 and it doens't have the list in the comboBox but other than that it runs. Private Sub UserForm_Initialize() ThisWorkbook.Worksheets("patients").Range("A1:A12" ) = Me.ComboBox2.Value End Sub And I ran it several times and get the same results. What am I missing? tnx, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
trouble loading excel files | Excel Discussion (Misc queries) | |||
Trouble with a ComboBox on a UserForm | Excel Discussion (Misc queries) | |||
Loading Combobox, but avoiding duplicates | Excel Programming | |||
Loading sheet names in Combobox | Excel Programming | |||
Maps.........Having Trouble Loading things | Excel Worksheet Functions |