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

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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











Why Create an XLL-Based Worksheet Function


An XLL is a Windows DLL that is structured so Excel can recognize and open it directly. Because worksheet functions built into XLLs are compiled to machine code and treated by Excel as if they were native worksheet functions, they are extremely fast. You can create custom versions of worksheet functions that Excel doesn't get quite right as well as creating worksheet functions that Excel doesn't provide at all.

Also, Excel doesn't store hard-coded paths to XLL-based worksheet functions, so they don't suffer from broken links when files are relocated like VBA add-in based functions do.


/ 225