hi all
i have my excel table like below
what i would like is an excel vba that pops a input box where i would enter the item number and it would put a * at the beginning of the description i would like to have the input box pop up multiple times for different item numbers till i type in the letters "END" that means I'm finished
i have my excel table like below
Book1 | ||||
---|---|---|---|---|
A | B | |||
1 | ITEM NUMBER | DESCRIPTION | ||
2 | 12345 | APPLES | ||
3 | 000001 | ORANGES | ||
4 | 01000 | PEARS | ||
Sheet1 |
what i would like is an excel vba that pops a input box where i would enter the item number and it would put a * at the beginning of the description i would like to have the input box pop up multiple times for different item numbers till i type in the letters "END" that means I'm finished