Microsoft Excel 2019 Programming by Example with VBA,XML,and ASP
Authors: Julitta Korol
ISBN-10: 1683924002
ISBN-13: 9781683924005
Publication Date 出版日期: 2019-07-22
Print Length 页数: 1038 pages
Book Description
By finelybook
Updated for Excel 2019 and based on the bestselling editions from previous versions,Microsoft Excel 2019 Programming by Example with VBA,XML and ASP is a practical,how-to book on Excel programming,suitable for readers already proficient with the Excel user interface (UI). If you are looking to automate Excel routine tasks,this book will progressively introduce you to programming concepts via numerous illustrated hands-on exercises. More advanced topics are demonstrated via custom projects. From recording and editing a macro and writing VBA code to working with XML documents and using Classic ASP pages to access and display data on the Web,this book takes you on a programming journey that will change the way you work with Excel. The book provides information on performing automatic operations on files,folders,and other Microsoft Office applications. It also covers proper use of event procedures,testing and debugging,and guides you through programming advanced Excel features such as PivotTables,PivotCharts,and the Ribbon interface.
Features:
Contains 28 chapters loaded with illustrated “Hands-On” exercises and projects that guide you through the VBA programming language. Each example tells you exactly where to enter code,how to test it,and then run it.
Takes you from introductory topics–including recording and editing macros,using variables,and constants,writing subroutines/functions,conditional statements,and various methods of coding loops to repeat actions–to intermediate and advanced topics that include working with collections,class modules,arrays,file and database access,custom forms,error handling and debugging.
Includes comprehensive coverage of native file handling in VBA,Windows Scripting Host (WSH),and low-level File Access.
Demonstrates how to interact with Microsoft Access databases using both ADO and DAO Object Libraries to access and manipulate data.
Includes chapters on programming charts,PivotTables,dialog boxes,custom forms,the Ribbon,Backstage View,context/shortcut menu customizations,as well as proper use of event procedures and callbacks.
Provides a quick,“Hands-On” introduction to the data analysis and transformation processes using the Power Query feature and the “M” language formulas.
Provides a practical coverage of using Web queries,HTML,XML,and VBScript in Classic ASP to retrieve and publish Excel data to the Web.
CONTENTS
ACKNOWLEDGMENTS
INTRODUCTION
EXCEL VBA PRIMER
EXCEL MACROS
EXCEL PROGRAMMING ENVIRONMENT
EXCEL VBA FUNDAMENTALS
EXCEL VBA PROCEDURES
ADDING DECISIONSTO EXCELVBA PROGRAMSA QUICK INTRODUCTION TOCONDITIONAL
STATEMENTS
ADDING REPEATING ACTIONS TO EXCEL VBA PROGRAMS
STORING MULTIPLE VALUES IN EXCEL VBA PROGRAMS
KEEPING TRACK OF MULTIPLE VALUES IN EXCEL VBA PROGRAMS
EXCEL TOOLS FOR TESTING AND DEBUGGING
MANIPULATING FILES AND FOLDERS WITH VBA
FILE AND FOLDER MANIPULATION WITH VBA
FILE AND FOLDER MANIPULATION WITH WINDOWS SCRIPT HOST (WSH)
USING LOW-LEVEL FILE ACCESS
CONTROLLING OTHER APPLICATIONS WITH VBA
USING EXCEL VBA TO INTERACT WITH OTHER APPLICATIONS
USING EXCEL WITH MICROSOFT ACCESS
ENHANCING THE USER EXPERIENCE
EVENT-DRIVEN PROGRAMMING
USING DIALOG BOXES
CREATING CUSTOM FORMS
FORMATTING WORKSHEETS WITH VBA
CONTEXT MENU PROGRAMMING AND RIBBON CUSTOMIZATIONS
PRINTING AND SENDING EMAIL FROM EXCEL
EXCEL TOOLS FOR DATA ANALYSIS
USING AND PROGRAMMING EXCEL TABLES
PROGRAMMING PIVOTTABLES AND PIVOTCHARTS
GETTING AND TRANSFORMING DATA IN EXCEL 2019
TAKING CHARGE OF PROGRAMMING ENVIRONMENT
PROGRAMMING THE VISUAL BASIC EDITOR (VBE)
CALLING WINDOWS API FUNCTIONS FROM VBA
EXCEL AND WEB TECHNOLOGIES
HTML PROGRAMMING AND WEB QUERIES
EXCEL AND ACTIVE SERVER PAGES
USINGXML IN EXCEL2019
INDEX