Answer by
Nelson39 (58)
In VBA, the Application.WorksheetFunction object allows you to run Excel functions in a macro. Some of the methods with these functions (like PMT for mortgage payment) only require input into the method itself. Others, like Min, will require a separate Range object. Please consult the Help files for exact details.