The situation: I have the text "123-456" in the clipboard, cut from typing earlier in Word. I then create a 4x4 table, select all cells within that table, and then select Paste.
The end result I'm trying to get is the text "123-456" in all 16 cells. Instead, MS Word is treating the dash as some sort of break, and I get "123" in the first column of 4 cells, "456" in the second column, "123" in the third column, and "456" again in the fourth column:
123 456 123 456
123 456 123 456
123 456 123 456
123 456 123 456
instead of
123-456 123-456 123-456 123-456
123-456 123-456 123-456 123-456
123-456 123-456 123-456 123-456
123-456 123-456 123-456 123-456
Does any one know what setting controls this, or if it's even possible to turn off? I've experimented with most of the settings in Word Options and such to no avail, and I've googled everything I could think that would produce an answer.