![]()
f you use Excel to model businesses, business processes, or
business transactions, this course will change your life. You'll learn how to create tools for yourself that will amaze
even you. Unrestricted use of this material is available in two ways.
To Order On Line
| Order "Spreadsheet Models for Managers, on-line edition, one month" by credit card, for USD 69.95 each, using our secure server, and receive download instructions by return email. | Or order via Google Checkout. |
| Order "Spreadsheet Models for Managers, on-line edition, three months" by credit card, for USD 199.00 each, using our secure server, and receive download instructions by return email. | Or order via Google Checkout. |
| Order "Spreadsheet Models for Managers, downloadable hyperbook edition" by credit card, for USD 199.00 each, using our secure server, and receive download instructions by return email. | Or order via Google Checkout. |
To Order by Mail
Make your check payable to Chaco Canyon Consulting, for the amount indicated:
|
And send it to: Chaco Canyon Consulting 700 Huron Avenue, Suite 11J Cambridge, MA 02138 |
To use the course software you'll need some other applications, which you very probably already have. By placing your order, you're confirming that you have the software you need, as described on this site.
![]() |
In this example, we add a "front end" to the template updater illustrated in the class notes. The template updater takes two arguments: the old workbook, and the new workbook. So our "front end" must accomplish several things:
In addition, users have been known to change their minds. So after we ask for the pathname to a workbook, the user can sometimes click "Cancel". When this happens, the macro should exit.
We saw in an earlier example how to ask for a pathname. So we use exactly that approach in our macro. Open the demonstration workbook and examine the Examples module to see how it works. If the user clicks "Cancel" the method GetOpenFilename returns false. So if that happens, we exit.
Once we have the pathnames, we open the workbooks with the Add method, and since it returns the workbook it opens as a value, we just pass those values to the macro CopyData.
Much of this can seem mysterious. Understanding all these details requires knowledge that is beyond the scope of this course, but it's readily available in the references.
For more about my spreadsheet consulting and training services, visit SpreadsheetAce.com.
Last Modified: Wednesday, 22-Oct-2008 05:31:20 EDT