Hi,
I have userform4 and combobox1 that is filled from range that is in Table28. What i would like to do is possibility to change values inside that Table28.
For example:
Table28 values are:
XXX
ZZZ
YYY
WWW
So, when i select XXX value in combobox, i get inputbox with question "Enter text to replace XXX", i enter desired text (for ie AAA) and when i click OK, value XXX in Table28 is replaced with my desired text (entered in inputbox, in this example AAA).
I quite new to vba, so i would very much appreciate some help.
Thank you,
Matija
I have userform4 and combobox1 that is filled from range that is in Table28. What i would like to do is possibility to change values inside that Table28.
For example:
Table28 values are:
XXX
ZZZ
YYY
WWW
So, when i select XXX value in combobox, i get inputbox with question "Enter text to replace XXX", i enter desired text (for ie AAA) and when i click OK, value XXX in Table28 is replaced with my desired text (entered in inputbox, in this example AAA).
I quite new to vba, so i would very much appreciate some help.
Thank you,
Matija