دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: [5 ed.]
نویسندگان: John Walkenbach
سری: For Dummies
ISBN (شابک) : 1119518172, 9781119518174
ناشر: Wiley
سال نشر: 2018
تعداد صفحات: 416
[415]
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 6 Mb
در صورت تبدیل فایل کتاب Excel VBA Programming for Dummies به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب برنامه نویسی Excel VBA برای Dummies نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
مهارت های برنامه نویسی اکسل خود را به سطح بعدی ببرید برای اینکه اکسل را به سطح بعدی ببرید، باید قدرت ویژوال بیسیک برای برنامه ها (VBA) را درک و پیاده سازی کنید. Excel VBA Programming For Dummies شما را با طیف گسترده ای از گزینه های جدید اکسل آشنا می کند که با مهمترین ابزارها و عملیات ویرایشگر ویژوال بیسیک شروع می شود. در داخل، مروری بر عناصر و مفاهیم ضروری برای برنامه نویسی با اکسل خواهید داشت. در زمان کوتاهی، تکنیک هایی برای مدیریت خطاها و از بین بردن اشکالات، کار با اشیاء محدوده و کنترل جریان برنامه و موارد دیگر کشف خواهید کرد. با مشاوره دوستانه در مورد سادهترین راهها برای توسعه جعبههای محاورهای سفارشی، نوار ابزار و منوها، خوانندگان برنامههای اکسل را متناسب با نیازهای منحصر به فرد خود ایجاد میکنند! دستورالعمل های گام به گام برای ایجاد ماکروهای VBA برای به حداکثر رساندن بهره وری برای اکسل 2019 جدید به طور کامل به روز شده است. شادی کردن! این کتاب آسان برای دنبال کردن آن را آسان تر از همیشه در Excel VBA می کند!
Take your Excel programming skills to the next level To take Excel to the next level, you need to understand and implement the power of Visual Basic for Applications (VBA). Excel VBA Programming For Dummies introduces you to a wide array of new Excel options, beginning with the most important tools and operations for the Visual Basic Editor. Inside, you’ll find an overview of the essential elements and concepts for programming with Excel. In no time, you’ll discover techniques for handling errors and exterminating bugs, working with range objects and controlling program flow, and much more. With friendly advice on the easiest ways to develop custom dialog boxes, toolbars, and menus, readers will be creating Excel applications custom fit to their unique needs! Fully updated for the new Excel 2019 Step-by-step instructions for creating VBA macros to maximize productivity Guidance on customizing your applications so they work the way you want All sample programs, VBA code, and worksheets are available at dummies.com Beginning VBA programmers rejoice! This easy-to-follow book makes it easier than ever to excel at Excel VBA!
Introduction About This Book Obligatory Typographical Conventions Section Check Your Security Settings Foolish Assumptions Icons Used in This Book Sample Files Online Where to Go from Here Part 1: Getting Started with Excel VBA Programming Chapter 1: What Is VBA? Okay, So What Is VBA? What Can You Do with VBA? Advantages and Disadvantages of VBA VBA in a Nutshell Excel Compatibility Chapter 2: Jumping Right In First Things First What You’ll Be Doing Taking the First Steps Recording the Macro Testing the Macro Examining the Macro Modifying the Macro Saving Workbooks That Contain Macros Understanding Macro Security Revealing More about the NameAndTime Macro Part 2: How VBA Works with Excel Chapter 3: Working in the Visual Basic Editor What Is the Visual Basic Editor? Working with the Project Window Working with a Code Window Customizing the VBA Environment Chapter 4: Introducing the Excel Object Model Excel Is an Object? Climbing Down the Object Hierarchy Wrapping Your Mind around Collections Referring to Objects Diving into Object Properties and Methods Finding Out More Chapter 5: VBA Sub and Function Procedures Understanding Subs versus Functions Naming Subs and Functions Chapter 6: Using the Excel Macro Recorder Recording Basics Preparing to Record Relative or Absolute? What Gets Recorded? Recording Options Is This Thing Efficient? Part 3: Programming Concepts Chapter 7: Essential VBA Language Elements Using Comments in Your VBA Code Using Variables, Constants, and Data Types Using Assignment Statements Working with Arrays Using Labels Chapter 8: Working with Range Objects A Quick Review Other Ways to Refer to a Range Some Useful Range Object Properties Some Useful Range Object Methods Chapter 9: Using VBA and Worksheet Functions What Is a Function? Using Built-In VBA Functions Using Worksheet Functions in VBA Using Custom Functions Chapter 10: Controlling Program Flow and Making Decisions Going with the Flow, Dude The GoTo Statement Decisions, Decisions Knocking Your Code for a Loop Using For Each-Next Loops with Collections Chapter 11: Automatic Procedures and Events Preparing for the Big Event Where Does the VBA Code Go? Writing an Event-Handler Procedure Introductory Examples Examples of Activation Events Other Worksheet-Related Events Events Not Associated with Objects Chapter 12: Error-Handling Techniques Types of Errors An Erroneous Example Handling Errors Another Way Handling Errors: The Details An Intentional Error Chapter 13: Bug Extermination Techniques Species of Bugs Identifying Bugs Debugging Techniques About the Debugger Bug Reduction Tips Chapter 14: VBA Programming Examples Working with Ranges Changing Excel Settings Working with Charts VBA Speed Tips Part 4: Communicating with Your Users Chapter 15: Simple Dialog Boxes UserForm Alternatives The MsgBox Function The InputBox Function The GetOpenFilename Method The GetSaveAsFilename Method Getting a Folder Name Displaying Excel’s Built-in Dialog Boxes Chapter 16: UserForm Basics Knowing When to Use a UserForm Creating UserForms: An Overview Working with UserForms A UserForm Example Chapter 17: Using UserForm Controls Getting Started with Dialog Box Controls Dialog Box Controls: The Details Working with Dialog Box Controls Dialog Box Aesthetics Chapter 18: UserForm Techniques and Tricks Using Dialog Boxes A UserForm Example A ListBox Example Selecting a Range Using Multiple Sets of OptionButtons Using a SpinButton and a TextBox Using a UserForm as a Progress Indicator Creating a Modeless Tabbed Dialog Box Displaying a Chart in a UserForm A Dialog Box Checklist Chapter 19: Accessing Your Macros through the User Interface Customizing the Ribbon Customizing Shortcut Menus Part 5: Putting It All Together Chapter 20: Creating Worksheet Functions — and Living to Tell about It Why Create Custom Functions? Understanding VBA Function Basics Writing Functions Working with Function Arguments Introducing Wrapper Functions Working with Functions That Return an Array Using the Insert Function Dialog Box Chapter 21: Creating Excel Add-Ins Okay … So What’s an Add-In? Why Create Add-Ins? Working with Add-Ins Understanding Add-In Basics Looking at an Add-In Example Part 6: The Part of Tens Chapter 22: Ten Handy Visual Basic Editor Tips Applying Block Comments Copying Multiple Lines of Code at Once Jumping between Modules and Procedures Teleporting to Your Functions Staying in the Right Procedure Stepping Through Your Code Stepping to a Specific Line in Your Code Stopping Your Code at a Predefined Point Seeing the Beginning and End of Variable Values Turning Off Auto Syntax Check Chapter 23: Resources for VBA Help Letting Excel Write Code for You Pilfering Code from the Internet Leveraging User Forums Visiting Expert Blogs Mining YouTube for Video Training Attending Live and Online Training Classes Learning from the Microsoft Office Dev Center Dissecting the Other Excel Files in Your Organization Asking Your Local Excel Guru Chapter 24: Ten VBA Do’s and Don’ts Do Declare All Variables Don’t Confuse Passwords with Security Do Clean Up Your Code Don’t Put Everything in One Procedure Do Consider Other Software Don’t Assume That Everyone Enables Macros Do Get in the Habit of Experimenting Don’t Assume That Your Code Will Work with Other Excel Versions Do Keep Your Users in Mind Don’t Forget About Backups Index About the Author Advertisement Page Connect with Dummies End User License Agreement