Excel VBA 2013: For Non-Programmers

Maayan Poleg

  • 出版商: CreateSpace Independ
  • 出版日期: 2016-05-01
  • 售價: $970
  • 貴賓價: 9.5$922
  • 語言: 英文
  • 頁數: 154
  • 裝訂: Paperback
  • ISBN: 1533058598
  • ISBN-13: 9781533058591
  • 相關分類: Excel
  • 海外代購書籍(需單獨結帳)

商品描述

Microsoft Excel has, over the years, become the greatest software in the field of electronic worksheets. Its strength is that it meets the demands of huge numbers of users worldwide. Nonetheless - despite the advancement and expanding use of this software - there is ever-increasing demand from the end users; much of which can only be solved by VBA programming (Visual Basic for Applications). Therefore, “Excel VBA – In Everyday Language” was written in order to provide a response to the growing demand for the advanced capabilities of Microsoft Excel. This book was written: • For the “non-programmers” among us who have to create the same reports in Microsoft Excel time and again, and would like to automate the process. • For people who wish to develop forms, screens and “machines” for data management within their organization. • For individuals who wish to turn Microsoft Excel into a powerful tool in their daily work. During the writing process I tried to visualize Microsoft Excel software and the VB editor through the eyes of the end users; people who may not have programming background, but aspire to reap the utmost from the program. For this reason the book, based on many years' of experience in programming and training, has been written in everyday language, using as few technical terms as possible, to make for easy reading. My goal, when writing this book, was to convey the main principles of VBA language and allow beginners, taking their first steps, to learn without requiring individual training. For this purpose there are files of exercises accompanying the book. These may be downloaded from this link. The exercise files are in .xls format, allowing the end users to use either the “Ribbon Versions” (2007 and higher) or other older versions of Microsoft Excel. This new edition has undergone extensive processing and addresses Microsoft Excel 2010/2013 users, along with explanations for anyone using the older versions (2003 and 2007). Therefore, wherever there is a significant difference between Excel 2010/2013 and the old versions, explanations are provided in full. While reading the book and using the practice files, you will know to: • Add the Developer Tap • Change Excel's security, Including trusted locations • Enter the VBE (Visual Basic Editor) • Change the VBE structure • Record an absolute macro • Record a relative macro • Improve your recorded macro • Apply to ranges (Cells, ranges, columns, rows, sheets, offset) • Manage files and folders • Use Variables • Use the 'With' command • Manipulate strings • Calculate Date and Time • Interact with the user (Msgbox and Inputbox) • Use conditions (IF) • Loop through data (Do loops, For loops) • Create your own functions (UDF) • Create an Event macro • Handle Errors You will also learn some cool tips and tricks, and get some useful codes