This MWE does not produce a zero margin page. The word "Test" is shifted about 0.5cm from the left.
\documentclass[10pt,letter,article]{memoir} \usepackage{geometry} \geometry{left=0in, right=0in, top=0in, bottom=0in} \begin{document} Test \end{document}