Skip to content

Introduction to VBA for Excel

Best in textbook rentals since 2012!

ISBN-10: 013239667X

ISBN-13: 9780132396677

Edition: 2nd 2010

Authors: Steven Chapra

List price: $93.32
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Part ofEsourcePrentice Halls Engineering Source, this book provides a flexible introduction to the use of VBA/Excel in engineering. Featuring over 25 modules and growing, the ESource series provides a comprehensive resource of essential engineering topics.Covers topics such as an introduction to programming, recording macros, customized worksheet functions, modular and object-oriented programming, strings and dialog boxes, and data structures.For any Engineer or Computer Scientist interested in a brief introduction to VBA/Excel.
Customers also bought

Book details

List price: $93.32
Edition: 2nd
Copyright year: 2010
Publisher: Pearson Education
Publication date: 6/29/2009
Binding: Paperback
Pages: 224
Size: 7.87" wide x 9.84" long x 0.47" tall
Weight: 1.188

If You've Never Programmed Before
The Idea of a Program
The Concept of Assignment
Decisions and Loops
A Simple Example
Overview of VBA for Excel
The Excel/VBA Environment
An Excel Interface and a VBA Macro Program
Other Ways to Obtain and Display Information
Recording Macros
Macro Recording
Absolute and Relative References
Using Macro Recording to Learn about VBA
What Keyboard Macros Can't Do
Customized Worksheet Functions
The Idea of a Function
Worksheet Function Macros
Modular Programming
Sub Procedures
Function Procedures
More about Procedure Arguments
Passing by Value or by Reference
Static Variables
Object-Oriented Programming
Objects, Properties, Methods, and Collections
Using Oop for Input/Output
Learning More about Oop
Debugging and Testing
Debugging
The VBA Help Facility
Built-in Debugging Capabilities
Testing
Data Typing and Variable Scope
Data Types
Type Declaration
Variable Scope and Lifetime
Computations
Computations
Built-in Numeric Functions
Strings and Dialog Boxes
String Functions and Manipulations
Message Boxes
Input Boxes
Structured Programming: Decisions
Structured Programming
Flowcharts
The If/Then/Else Decision Structure
The If/Then/Elseif Structure
Selected Case Structure
Nesting
Compound Logical Expressions
Structured Programming: Lops
Decision Loops (Do/if Exit)
Count-Controlled Loops
Nesting of Loops and Decisions
Recursion
Data Structures: Arrays and Records
Arrays
Records
Creating and Accessing Files
Sequential Files
Other File Operations
Custom Dialogue Boxes
A Simple Custom Dialogue Box
Custom Dialogue Boxes and Modules