T
thesteelmaker
I have created a form that adds data to a row in a spreadsheet. Once th
details are added to textbox's and selected using combo box', the use
presses an add details button.
When the button is pressed the details are entered fine, but i want t
clear the textbox's and combo box'.
I am using txtbox1.value = "" to clear the text box's ok
but i can't seem to clear the combo box's.
I have used:
cboDetails.Clear, this just clears the whole list.
cboDetails.Value = "", this brings up an error as i have se
MatchRequired.
I even added
.AddItem "", to the combos list but cboDetails.Value = "" still bring
up an error.
All i want is a blank combo box after the details are entered.
I cant re initialize the form as some of the boxs i don't wan
cleared.
Any ideas.
Many Thank
details are added to textbox's and selected using combo box', the use
presses an add details button.
When the button is pressed the details are entered fine, but i want t
clear the textbox's and combo box'.
I am using txtbox1.value = "" to clear the text box's ok
but i can't seem to clear the combo box's.
I have used:
cboDetails.Clear, this just clears the whole list.
cboDetails.Value = "", this brings up an error as i have se
MatchRequired.
I even added
.AddItem "", to the combos list but cboDetails.Value = "" still bring
up an error.
All i want is a blank combo box after the details are entered.
I cant re initialize the form as some of the boxs i don't wan
cleared.
Any ideas.
Many Thank
