Home > Computing and Information Technology > Business applications > Spreadsheet software > Excel 2016 Power Programming with VBA: (Mr. Spreadsheet's Bookshelf)
45%
Excel 2016 Power Programming with VBA: (Mr. Spreadsheet's Bookshelf)

Excel 2016 Power Programming with VBA: (Mr. Spreadsheet's Bookshelf)

          
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

Maximize your Excel experience with VBA Excel 2016 Power Programming with VBA is fully updated to cover all the latest tools and tricks of Excel 2016. Encompassing an analysis of Excel application development and a complete introduction to Visual Basic for Applications (VBA), this comprehensive book presents all of the techniques you need to develop both large and small Excel applications. Over 800 pages of tips, tricks, and best practices shed light on key topics, such as the Excel interface, file formats, enhanced interactivity with other Office applications, and improved collaboration features. In addition to the procedures, tips, and ideas that will expand your capabilities, this resource provides you with access to over 100 online example Excel workbooks and the Power Utility Pak, found on the Mr. Spreadsheet website. Understanding how to leverage VBA to improve your Excel programming skills can enhance the quality of deliverables that you produce—and can help you take your career to the next level. Explore fully updated content that offers comprehensive coverage through over 900 pages of tips, tricks, and techniques Leverage templates and worksheets that put your new knowledge in action, and reinforce the skills introduced in the text Access online resources, including the Power Utility Pak, that supplement the content Improve your capabilities regarding Excel programming with VBA, unlocking more of your potential in the office Excel 2016 Power Programming with VBA is a fundamental resource for intermediate to advanced users who want to polish their skills regarding spreadsheet applications using VBA.

Table of Contents:
Introduction xxvii Part I: Introduction to Excel VBA Chapter 1: Essentials of Spreadsheet Application Development 3 What Is a Spreadsheet Application? 3 Steps for Application Development 4 Determining User Needs 5 Planning an Application That Meets User Needs 6 Determining the Most Appropriate User Interface 8 Concerning Yourself with the End User 12 Other Development Issues 17 Chapter 2: Introducing Visual Basic for Applications 19 Getting a Head Start with the Macro Recorder 19 Working with the Visual Basic Editor 32 VBA Fundamentals 42 Deep Dive: Working with Range Objects 47 Essential Concepts to Remember 53 Don’t Panic—You Are Not Alone55 Chapter 3: VBA Programming Fundamentals 61 VBA Language Elements: An Overview 61 Comments 63 Variables, Data Types, and Constants 64 Assignment Statements 75 Arrays 77 Object Variables79 User-Defined Data Types 80 Built-In Functions 81 Manipulating Objects and Collections 84 Controlling Code Execution 87 Chapter 4: Working with VBA Sub Procedures 105 About Procedures 105 Executing Sub Procedures 108 Passing Arguments to Procedures 119 Error-Handling Techniques 123 A Realistic Example That Uses Sub Procedures 127 Chapter 5: Creating Function Procedures 143 Sub Procedures versus Function Procedures 143 Why Create Custom Functions? 144 An Introductory Function Example 144 Function Procedures 148 Function Arguments 153 Function Examples 153 Emulating Excel’s SUM Function 168 Extended Date Functions 171 Debugging Functions 173 Dealing with the Insert Function Dialog Box 174 Using Add-Ins to Store Custom Functions 178 Using the Windows API 179 Chapter 6: Understanding Excel’s Events 183 What You Should Know about Events 183 Getting Acquainted with Workbook-Level Events 190 Examining Worksheet Events 197 Monitoring with Application Events 206 Accessing Events Not Associated with an Object 210 Chapter 7: VBA Programming Examples and Techniques 217 Learning by Example 217 Working with Ranges 218 Working with Workbooks and Sheets 246 VBA Techniques 251 Some Useful Functions for Use in Your Code 259 Some Useful Worksheet Functions 264 Windows API Calls 280 Part II: Advanced VBA Techniques Chapter 8: Working with Pivot Tables 291 An Introductory Pivot Table Example 291 Creating a More Complex Pivot Table 297 Creating Multiple Pivot Tables 301 Creating a Reverse Pivot Table 304 Chapter 9: Working with Charts 307 Getting the Inside Scoop on Charts 307 Creating an Embedded Chart 310 Creating a Chart on a Chart Sheet 311 Modifying Charts 312 Using VBA to Activate a Chart 313 Moving a Chart 314 Using VBA to Deactivate a Chart 315 Determining Whether a Chart Is Activated 316 Deleting from the ChartObjects or Charts Collection 316 Looping through All Charts 318 Sizing and Aligning ChartObjects 320 Creating Lots of Charts 321 Exporting a Chart 324 Changing the Data Used in a Chart 326 Using VBA to Display Arbitrary Data Labels on a Chart 331 Displaying a Chart in a UserForm 335 Understanding Chart Events 337 Discovering VBA Charting Tricks 344 Working with Sparkline Charts 351 Chapter 10: Interacting with Other Applications 355 Understanding Microsoft Office Automation 355 Automating Access from Excel 359 Automating Word from Excel 361 Automating PowerPoint from Excel 364 Automating Outlook from Excel 369 Starting Other Applications from Excel 373 Chapter 11: Working with External Data and Files 379 Working with External Data Connections 379 Using ADO and VBA to Pull External Data 387 Working with Text Files 394 Text File Manipulation Examples 398 Performing Common File Operations 402 Zipping and Unzipping Files 410 Part III: Working with UserForms Chapter 12: Leveraging Custom Dialog Boxes 415 Before You Create That UserForm 415 Using an Input Box415 The VBA MsgBox Function 421 The Excel GetOpenFilename Method 426 The Excel GetSaveAsFilename Method 429 Prompting for a Directory  430 Displaying Excel’s Built-In Dialog Boxes 430 Displaying a Data Form 433 Chapter 13: Introducing UserForms 435 How Excel Handles Custom Dialog Boxes 435 Inserting a New UserForm 436 Adding Controls to a UserForm 437 Toolbox Controls  437 Adjusting UserForm Controls 442 Adjusting a Control’s Properties 443 Displaying a UserForm 449 Closing a UserForm 451 Creating a UserForm: An Example 453 Understanding UserForm Events 459 Referencing UserForm Controls 465 Customizing the Toolbox 466 Creating UserForm Templates 469 A UserForm Checklist 469 Chapter 14: UserForm Examples 471 Creating a UserForm “Menu” 471 Selecting Ranges from a UserForm  474 Creating a Splash Screen 476 Disabling a UserForm's Close Button 478 Changing a UserForm's Size 479 Zooming and Scrolling a Sheet from a UserForm 480 ListBox Techniques 482 Using the MultiPage Control in a UserForm 503 Using an External Control 504 Animating a Label 506 Chapter 15: Advanced UserForm Techniques 511 A Modeless Dialog Box 512 Displaying a Progress Indicator 516 Creating Wizards 527 Emulating the MsgBox Function 533 A UserForm with Movable Controls 537 A UserForm with No Title Bar 538 Simulating a Toolbar with a UserForm 540 Emulating a Task Pane with a UserForm 542 A Resizable UserForm 543 Handling Multiple UserForm Controls with One Event Handler 547 Selecting a Color in a UserForm 550 Displaying a Chart in a UserForm 552 Making a UserForm Semitransparent 554 A Puzzle on a UserForm 556 Video Poker on a UserForm 557 Part IV: Developing Excel Applications Chapter 16: Creating and Using Add-Ins 561 What Is an Add-In? 561 Understanding Excel’s Add-In Manager 564 Creating an Add-in 566 An Add-In Example 567 Comparing XLAM and XLSM Files 572 Manipulating Add-Ins with VBA 578 Optimizing the Performance of Add-Ins 584 Special Problems with Add-Ins 585 Chapter 17: Working with the Ribbon 589 Ribbon Basics 589 Customizing the Ribbon 591 Creating a Custom Ribbon 596 Using VBA with the Ribbon 617 Creating an Old-Style Toolbar 621 Chapter 18: Working with Shortcut Menus 625 CommandBar Overview 625 Using VBA to Customize Shortcut Menus 632 Shortcut Menus and Events 642 Chapter 19: Providing Help for Your Applications 647 Help for Your Excel Applications 647 Help Systems That Use Excel Components 649 Displaying Help in a Web Browser 657 Using the HTML Help System 659 Chapter 20: Leveraging Class Modules 665 What Is a Class Module? 665 Creating a NumLock Class 667 Coding Properties, Methods, and Events 671 Exposing a QueryTable Event 674 Creating a Class to Hold Classes 677 Chapter 21: Understanding Compatibility Issues 685 What Is Compatibility? 685 Types of Compatibility Problems 686 Avoid Using New Features 687 But Will It Work on a Mac? 689 Dealing with 64-Bit Excel 690 Creating an International Application 691 Part V: Appendix Appendix A: VBA Statements and Function Reference 701 Index 709


Best Sellers


Product Details
  • ISBN-13: 9781119067726
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Depth: 44
  • Language: English
  • Returnable: N
  • Spine Width: 46 mm
  • Width: 185 mm
  • ISBN-10: 1119067723
  • Publisher Date: 18 Mar 2016
  • Binding: Paperback
  • Height: 234 mm
  • No of Pages: 768
  • Series Title: Mr. Spreadsheet's Bookshelf
  • Weight: 1021 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Excel 2016 Power Programming with VBA: (Mr. Spreadsheet's Bookshelf)
John Wiley & Sons Inc -
Excel 2016 Power Programming with VBA: (Mr. Spreadsheet's Bookshelf)
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Excel 2016 Power Programming with VBA: (Mr. Spreadsheet's Bookshelf)

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA