C
Corey
In my quest to complete a fairly detailed workbook,
i need to remove values that are in are populated into a combobox already
displayed in a sheet where the values are stored.
Using codes such as .offset(x, x).value and
rngFound.Offset(x, x).value,
My reasoning is to change where the values are taken from and populated into
the combobox,
to be changed to StrikeThrough ONCED that value has been used.
But this would mean that i need code to them ONLY Populate the comboboxes
with values that do NOT contain StrikeThrough's.
How can i do this?
Can code determine IF values are containing StrikeThrough ?
Corey....
i need to remove values that are in are populated into a combobox already
displayed in a sheet where the values are stored.
Using codes such as .offset(x, x).value and
rngFound.Offset(x, x).value,
My reasoning is to change where the values are taken from and populated into
the combobox,
to be changed to StrikeThrough ONCED that value has been used.
But this would mean that i need code to them ONLY Populate the comboboxes
with values that do NOT contain StrikeThrough's.
How can i do this?
Can code determine IF values are containing StrikeThrough ?
Corey....