Professional Excel Development [Electronic resources] : The Definitive Guide to Developing Applications Using Microsoft® Excel and VBA® نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional Excel Development [Electronic resources] : The Definitive Guide to Developing Applications Using Microsoft® Excel and VBA® - نسخه متنی

Stephen Bullen, Rob Bovey, John Green

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید











Conclusion


Dictator applications enable us to leverage Excel's rich user interface, calculation engine, analysis and/or presentation features, while simulating the look and behavior of a normal Windows program.

The Excel workspace will usually require a significant amount of configuration and customization for the dictator application. Unfortunately, Excel will remember most of these configurations and try to reuse them for the next (user) session. To work around Excel's behavior, we must store the initial state of the user's settings when our application starts and restore them when we close down.

When using a worksheet-based user interface, extreme care must be taken to prevent accidental corruption of the sheet, often as a result of a cut, copy or paste operation.

The practical example for this chapter is a complete, but simple, dictator application template for you to use as a starting point for your own applications. Later chapters in this book add many more features to the application.


/ 225