v1.0 – Excel Hint, how to use Excel VBA to send a copy of your Microsoft Excel workbook via email
- Comments Off
Excel Hint, how to send a copy of your Microsoft Excel workbook to one or more users as an attachment to a Microsoft Outlook email, and how to do so programmatically by adding VBA code to your Excel workbook. It is actually pretty easy to do, and there are plenty of different ways to do […]
Get your free Microsoft Excel 2013 Mortgage Calculator (Amortization Table)
- Comments Off
If you are like many Americans you have at one time or another had the need to calculate mortgage payments. In the past these calculations were done on paper, using a calculator. But in recent years you have been given the option of doing them online or in a workbook such as Excel. Now […]
Writing a Macro
You may have heard a macro as being referred to also as a sub or subroutine, but any way you phrase it, it is a set of instructions in VBA used to perform an action. Using macros in Excel will greatly enhance your Excel experience and open up many possibilities through flexibility and speed. In […]