There are 3 fields named TextField1,TextField2, and TextField3. If user enter "B" in TextField1, "A" in TextField2, and "D" in TextField3, when this file will be closed the value will be rearranged alphabetically. So, "A" in TextField1, "B" in TextField2, "D" TextField3. Is it possible to do? If so ...