I had an approach to the following problem which now I'm not sure will work:
If $f$ is entire, and $\lim\limits_{z \to \infty} f(z) = \infty$, show that $f$ is a polynomial.
Case 1: there exist $C > 0, N \in \mathbb{N}$ such that $|f(z)| \leq C \cdot |z|^N$ for all $z$. A standard argument shows that $f$ has to be a polynomial.
Case 2 is where Case 1 does not hold. Since $f(z)$ goes to infinity, $f$ can have only finitely many zeroes $c_1, ... , c_r$ with multiplicities $m_1, ... , m_r$. Then I'd like to say that $f$ grows so fast that $$g(z) := \frac{f(z)}{(z-c_1)^{m_1} \cdots (z - c_r)^{m_r}}$$ also goes to infinity as $z \to \infty$. But it's not clear that this will actually be the case. I might have to weaken the hypothesis of Case 1 to make this work, but I'm not sure how weak I can make it.
Assuming I can have $g$ go to infinity, then $g$ will be an entire function with no zeroes, so $\frac{1}{g}$ will be bounded, hence constant. Thus $f(z) = k(z-c_1)^{m_1} \cdots (z - c_r)^{m_r}$ for some $k \in \mathbb{C}$, as required.