Hi VBA Gurus,
I am trying to take the cell a user clicks and allow them to add to the input box string. I have figured out how to strip the tab name and just show the Cell after selection but when I try to modify the input box, it simply overwrites it.
For example say I want the RefEdit box to contain the string A1+B1+C1.
When I select A1, that is what shows in the box, then I add a plus sign and highlight B1 and the result is simply overwritten with B1.
I've tried a bunch of the RefEdit controls and still can't figure out which one I need to use to accomplish this. This is probably very simple but I still cant find where I would control this.
thx for any help.
mike
I am trying to take the cell a user clicks and allow them to add to the input box string. I have figured out how to strip the tab name and just show the Cell after selection but when I try to modify the input box, it simply overwrites it.
For example say I want the RefEdit box to contain the string A1+B1+C1.
When I select A1, that is what shows in the box, then I add a plus sign and highlight B1 and the result is simply overwritten with B1.
I've tried a bunch of the RefEdit controls and still can't figure out which one I need to use to accomplish this. This is probably very simple but I still cant find where I would control this.
thx for any help.
mike