熟练掌握微软 Office 2010 VBA Richard Mansfield 英文 PDF版

  • 书籍大小:7.6MB
  • 书籍语言:英文软件
  • 书籍类型:国外软件
  • 书籍授权:免费软件
  • 书籍类别:办公教育
  • 应用平台:PDF
  • 更新时间:2013-01-18
  • 购买链接:
  • 网友评分:
360通过 腾讯通过 金山通过

情介绍

中文名: 熟练掌握微软 Office 2010 VBA原名: Mastering VBA for Microsoft Office 2010
作者: 图书
分类: 软件
资源格式: PDF
版本: 文字版
出版社: Wiley Publishing, Inc
书号: ISBN: 978-0-470-63400-4
发行时间: 2010年8月
地区:
语言:
简介:
Visual Basic for Applications (VBA) is a powerful tool that enables you to automate operations in the Microsoft Office applications and in other applications that host VBA. By automating operations using VBA, you can save yourself and your colleagues huge amounts of time and effort. Getting more work done in less time is usually good for your disposition and self-esteem, and it can do wonderful things for your job security and career.
This book shows you how to program VBA, using the Microsoft Office 2010 applications for specific examples. You can apply the principles you learn in this book to any other VBA-enabled application as well.
目录:
Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxvii
Part 1 ? Recording Macros and Getting Started with VBA . . . . . . . . . . . . . . . . . . . . 1
Chapter 1 ? Recording and Running Macros in the
Offi ce Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Chapter 2 ? Getting Started with the Visual Basic Editor. . . . . . . . . . . . . . . . . . . . . . . . 31
Chapter 3 ? Editing Recorded Macros . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65
Chapter 4 ? Creating Code from Scratch in the Visual Basic Editor . . . . . . . . . . . . . . . 87
Part 2 ? Learning How to Work with VBA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105
Chapter 5 ? Understanding the Essentials of VBA Syntax . . . . . . . . . . . . . . . . . . . . . . 107
Chapter 6 ? Working with Variables, Constants, and Enumerations . . . . . . . . . . . . . 123
Chapter 7 ? Using Array Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145
Chapter 8 ? Finding the Objects, Methods, and Properties You Need . . . . . . . . . . . . 167
Part 3 ? Making Decisions and Using Loops and Functions . . . . . . . . . . . . . . . . . .191
Chapter 9 ? Using Built-in Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193
Chapter 10 ? Creating Your Own Functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227
Chapter 11 ? Making Decisions in Your Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 245
Chapter 12 ? Using Loops to Repeat Actions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 265
Part 4 ? Using Message Boxes, Input Boxes, and Dialog Boxes . . . . . . . . . . . . . . . 293
Chapter 13 ? Getting User Input with Message Boxes and Input Boxes. . . . . . . . . . . 295
Chapter 14 ? Creating Simple Custom Dialog Boxes . . . . . . . . . . . . . . . . . . . . . . . . . . . 315
Chapter 15 ? Creating Complex Dialog Boxes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 381
Part 5 ? Creating Effective Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 429
Chapter 16 ? Building Modular Code and Using Classes. . . . . . . . . . . . . . . . . . . . . . . 431
Chapter 17 ? Debugging Your Code and Handling Errors. . . . . . . . . . . . . . . . . . . . . . 457
Chapter 18 ? Building Well-Behaved Code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 487
Chapter 19 ? Securing Your Code with VBA’s Security Features . . . . . . . . . . . . . . . . 501
Part 6 ? Programming the Offi ce Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . 525
Chapter 20 ? Understanding the Word Object Model and Key Objects . . . . . . . . . . . 527
Chapter 21 ? Working with Widely Used Objects in Word . . . . . . . . . . . . . . . . . . . . . 559
Chapter 22 ? Understanding the Excel Object Model and Key Objects . . . . . . . . . . . 591
Chapter 23 ? Working with Widely Used Objects in Excel . . . . . . . . . . . . . . . . . . . . . . 617
Chapter 24 ? Understanding the PowerPoint Object Model and Key Objects . . . . . . 631
Chapter 25 ? Working with Shapes and Running Slide Shows . . . . . . . . . . . . . . . . . . 653
Chapter 26 ? Understanding the Outlook Object Model and Key Objects. . . . . . . . . 673
Chapter 27 ? Working with Events in Outlook . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 693
Chapter 28 ? Understanding the Access Object Model and Key Objects . . . . . . . . . . 713
Chapter 29 ? Manipulating the Data in an Access Database via VBA . . . . . . . . . . . . 735
Chapter 30 ? Accessing One Application from Another Application. . . . . . . . . . . . . 755
Chapter 31 ? Programming the Offi ce 2010 Ribbon. . . . . . . . . . . . . . . . . . . . . . . . . . . . 783
Appendix ? The Bottom Line. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 811
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 855

载地址

下载错误?【投诉报错】

熟练掌握微软 Office 2010 VBA Richard Mansfield 英文 PDF版

      气书籍

      载声明

      ☉ 解压密码:www.jb51.net 就是本站主域名,希望大家看清楚,[ 分享码的获取方法 ]可以参考这篇文章
      ☉ 推荐使用 [ 迅雷 ] 下载,使用 [ WinRAR v5 ] 以上版本解压本站软件。
      ☉ 如果这个软件总是不能下载的请在评论中留言,我们会尽快修复,谢谢!
      ☉ 下载本站资源,如果服务器暂不能下载请过一段时间重试!或者多试试几个下载地址
      ☉ 如果遇到什么问题,请评论留言,我们定会解决问题,谢谢大家支持!
      ☉ 本站提供的一些商业软件是供学习研究之用,如用于商业用途,请购买正版。
      ☉ 本站提供的熟练掌握微软 Office 2010 VBA Richard Mansfield 英文 PDF版资源来源互联网,版权归该下载资源的合法拥有者所有。