ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,731
- Office Version
- 2007
- Platform
- Windows
I open my userform & start to add customers details along with selecting his vehicle from a drop down box.
Sometimes the value isnt present so i need to close userform, add value to worksheet database, open userform then start gain.
So now i wish if this occurs as opposed to doing all the above be able to keep the userform open, add the new value to worksheet database & continue once added by selecting it from drop down.
Some infor for you if needed.
Form is called CloningForm
Drop down box in question is called ComboBox5
Worksheet database is called DATABASE INFO
Column for it to be added is Column E
As values are already in Column E the code will need to add to the end of what is currently there.
I am not sure how the updated value will work in respect of refreshing / closing the drop down just selected.
Thanks
Sometimes the value isnt present so i need to close userform, add value to worksheet database, open userform then start gain.
So now i wish if this occurs as opposed to doing all the above be able to keep the userform open, add the new value to worksheet database & continue once added by selecting it from drop down.
Some infor for you if needed.
Form is called CloningForm
Drop down box in question is called ComboBox5
Worksheet database is called DATABASE INFO
Column for it to be added is Column E
As values are already in Column E the code will need to add to the end of what is currently there.
I am not sure how the updated value will work in respect of refreshing / closing the drop down just selected.
Thanks