If you ALWAYS want to get the last day of the previous month, then you can use DateSerial(Year(Date()),Month(Date()),0)
As of today, 3rd March, that function returns 28th Feb. If you want to calculate the last date of the month previous to some other date, then you would replace Date() with...