chiplonkar
New Member
- Joined
- Jan 17, 2011
- Messages
- 2
I have an user form with a combobox. I want to set the dropdown list. If I set it through the properties of the combobox, it is a fixed length dropdown list. i.e. combobox2.rowsource="A1:A18" has eighteen cells in coumn "A". I want to make the figure 18 as a variable depending upon the number of entries in the column A. I tried combobox2.rowsource="A1:A&m"
wher m is an integer varibale. It does not work. Can anyone suggest the correct syntax?
wher m is an integer varibale. It does not work. Can anyone suggest the correct syntax?