My sense is that I am missing something basic, but here goes:
I have a \tabular object, and on the same line as it ends, I wish to put a \Box
If I create a dummy column to store the \Box then the table is not wide enough (I want the box at the end of the line)
If I use \hfill $\Box$ after the end of the table (if there is a manual newline after the table, else it vertically centers it on the right which is also not what I want) it left justifies as it is the only thing on the line. If I use test \hfill $\Box$ I get what I want (well, its really one line down too far, but thats OK) but with a pesky test at the beginning of the line (as an aside, this seems to be a common issue with me, so if there is a way to have a "dummy" (not visible, has no other impact on the document) character that would do as well).
How can I get what I am looking for?

\mbox{}or\null. – Gonzalo Medina Sep 6 '12 at 3:51\mbox{}or\nullas part of the solution; I was only mentioning that this is the standard "dummy" object you were asking for. – Gonzalo Medina Sep 6 '12 at 4:05