Ammarbokhari
Board Regular
- Joined
- Apr 21, 2011
- Messages
- 55
Hi,
I need your help yet again.
What I am trying to do is, I need to make a data validation list based on the values on another sheet. I know that I can give the name to list on another sheet to use it in data validation in current sheet. But the I have more than 500 values in data validation list, so I needed a macro to do auto-fill. To do this, I added a function which creates a combo box in current cell if its double clicked and then combo box auto-fill is used to fill the data and once I press enter the combo box is hidden and the value is shown in the cell.
There comes the part I need your help on, once the combo box is activated I need data validation list on the same sheet otherwise the auto-fill function seems not to work (I don't know why its not working, if it should. It works fine when data is on the same sheet). If auto-fill can be fixed that will be the best solution possible. Otherwise what I require is, when I add a row in the source sheet from where I have linked my current sheet's data validation link, the a cell should be added in current sheet to accommodate the new entry of data for validation list. Otherwise the list in current sheet will be in complete once rows of data are added in source sheet.
Hope I have made my question clear enough.
Thank you for your time.
I need your help yet again.
What I am trying to do is, I need to make a data validation list based on the values on another sheet. I know that I can give the name to list on another sheet to use it in data validation in current sheet. But the I have more than 500 values in data validation list, so I needed a macro to do auto-fill. To do this, I added a function which creates a combo box in current cell if its double clicked and then combo box auto-fill is used to fill the data and once I press enter the combo box is hidden and the value is shown in the cell.
There comes the part I need your help on, once the combo box is activated I need data validation list on the same sheet otherwise the auto-fill function seems not to work (I don't know why its not working, if it should. It works fine when data is on the same sheet). If auto-fill can be fixed that will be the best solution possible. Otherwise what I require is, when I add a row in the source sheet from where I have linked my current sheet's data validation link, the a cell should be added in current sheet to accommodate the new entry of data for validation list. Otherwise the list in current sheet will be in complete once rows of data are added in source sheet.
Hope I have made my question clear enough.
Thank you for your time.