Book Review: VBA for Modelers: Developing Decision Support Systems With Microsoft Excel
暂无分享,去创建一个
• Programmers can never let well enough alone. We are forever tinkering with our code, not just to make it work better, but often to make it more elegant and easier to understand. So users of previous editions will see minor changes to much of the code throughout the book, particularly in the use of object variables to refer to ranges, workbooks, worksheets, and so on. One benefit of using object variables is that you are assured of getting Intellisense to list their properties and methods as you write your code. This is not a trivial benefit, as you will soon realize.