-
- Rate Projections Functions Walkthrough
- Accruals and Cash
- Repeating Formulae
- Range Names and References
- Optional Parameters
- Using PmtsPerYear
- Modelling Seasonality
- Calculating Interest
- Using Business Functions in VBA (Visual Basic for Applications)
- Array Functions
- Volatility
- Annual Equivalent Rates
- Array Function
- Auto Multi Functions
- Variable Plurality
- GoalSeek
PrintScript (beta) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Automate printing with resorting to VBA | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
Introduced in Version 1.31 The problem: You want to print off the same sheets from your model on a regular basis, consistently. You don"t want to have to fire up the VBA editor every time to check what"s in the VBA macro (if you have one) to be printed, what the settings are etc. What PrintScript does:PS interprets a list of commands you type into an Excel sheet. The Excel sheet has to have the prefix "PS_" so that PrintScript can easiliy find it. You then give it a list of sheets to be printed. You can also define the same range area on each sheet to be printed - useful for multi-page cashflows where the format is the same (good discipline). And its all sitting there on a sheet, not a VBA module, so anyone can see it or change it (althouhg you can of course protect the sheet if you want to ). Example Commands Enter these or similar commans on a sheet named PS_MyPSSheet and then go BusinessFunctions/Utilities/PrintScript.
The current full list of commands is:
Note that the macro goes through the list of commands in the order that they are in the worksheet, so you can print some sheets, then change some settings, print some more, and so on. There is an example called PrintScript.xls in the Worked Examples. |