Book Description
With its step-by-step approach and real world examples, Matthew Harris's tutorial takes the beginner through a course of instruction that will equip him or her with the skills needed to master Visual Basic for Applications
Author : Matthew Harris
Publisher : Sams Publishing
Page : 1290 pages
File Size : 17,4 MB
Release : 1997
Category : Computers
ISBN :
With its step-by-step approach and real world examples, Matthew Harris's tutorial takes the beginner through a course of instruction that will equip him or her with the skills needed to master Visual Basic for Applications
Author : Matthew Harris
Publisher : Sams
Page : 996 pages
File Size : 18,59 MB
Release : 1996
Category : Computers
ISBN : 9780672307829
This work covers the fundamental aspects of Visual Basic and teaches novice programmers how to design, create, and debug macro programs written in the VBA programming language. It teaches techniques to add functionality to existing applications such as Microsoft Excel and Microsoft Access. Contains specific, practical examples of how to write VBA program code, including a complete VBA application.
Author : Greg M. Perry
Publisher :
Page : 0 pages
File Size : 41,91 MB
Release : 1999
Category : BASIC (Computer program language)
ISBN : 9780672315428
Sams Teach Yourself Visual Basic 6 in 21 Days, Professional Reference Edition adds to the already solid tutorial to provide a long lasting Visual Basic reference section. This 200-page section adds coverage of common control properties, methods, and events, and many other Visual Basic referential materials. Additional special Bonus Project sections will allow readers to apply what they have learned in practical real-world examples. After reading this book, the reader will be able to create ActiveX controls, use object linking and embedding (OLE), and write Visual Basic programs that support multiple document interface, and much more. This Professional Reference Edition will cover all current Service Packs as well as work-arounds for known problems in Visual Basic 6.
Author : Greg M. Perry
Publisher :
Page : 876 pages
File Size : 40,58 MB
Release : 1998
Category : BASIC (Computer program language)
ISBN : 9788176351508
Visual Basic Programming Techniques Are Presented In A Logical And Easy-To-Follow Sequence That Helps You Really Understand The Principles Involved In Developing Programs. The Reader Begins With Learning The Basics To Write A First Program And Then Moves On To Adding Voice, Music, Sound, And Graphics. After Reading This Book, The Reader Will Be Able To Write Their Own Dlls, Create Activex Controls, Use Object Linking And Embedding (Ole) And Write Visual Basic Programs That Support Multiple Document Interface, And Much More. Various Topics Covered Are: - Properties, Controls, And Objects - Graphics, Controls & Methods - Interfacing With Windows - Arrays, Ole, And Other Topics - Data Control And Sql - Multiple Document Interface - Activex- Sound Programming And Directsound - Building Activex Controls And All The Latest Features Of Visual Basic.
Author : Duncan Mackenzie
Publisher : Sams Publishing
Page : 714 pages
File Size : 27,28 MB
Release : 2002
Category : BASIC (Computer program language)
ISBN : 9780672320668
This revision of a bestseller will provide critical information on the many changes coming in the new version of Visual Basic. Includes a proven, step-by-step method for learning VB, which is especially helpful as programmers approach the wide variety of powerful features and tools in Visual Basic.NET.
Author : Lawrence Harris
Publisher : Sams
Page : 672 pages
File Size : 50,10 MB
Release : 1995
Category : Computers
ISBN : 9780672305689
Lawrence Harris teaches the fundamentals of OLE 2 in a 21-day tutorial format. The 21-day structure provides a logical and easy-to-follow sequence for the user. Handy references with short examples are provided in shaded syntax boxes. Daily lessons, review sections, and clear examples of everyday programming code are also featured. Includes disk with source code.
Author : Jason Jay
Publisher : Createspace Independent Publishing Platform
Page : 124 pages
File Size : 46,19 MB
Release : 2017-09-07
Category : Microsoft Excel (Computer file)
ISBN : 9781976198120
EXCEL VBA Excel Visual Basic for Applications is the most powerful feature Microsoft Excel has, which let you do what simple formulas can't. For example, develop Apps! If you have already learned some Excel Formulas and you feel you're ready to take the next step or maybe just want to enter to the programming world, then EXCEL VBA FOR BEGINNERS is for you. This book is a step by step guide to let you make your first Apps using Microsoft Excel. Each chapter will contain a certain number of relevant topics with illustrations and exercises where necessary, this will all be finished off with an end of chapter quiz for an easy and enjoyable learning. This book includes topics related to Apps performance, Security and even interaction with other Apps. It contains detailed projects step by step with Illustrations which will give you enough experience to help you succeed in the VBA programming world. It also will introduce you with the most common bugs VBA beginners commit, so you'll get familiarized with them. It is easy to understand and very complete. You'll do great things after you complete this book. CLICK ADD TO CART AND GET YOUR COPY NOW
Author : James Foxall
Publisher : Sams Publishing
Page : 1077 pages
File Size : 17,88 MB
Release : 2015-08-01
Category : Computers
ISBN : 0134191862
In just 24 sessions of one hour or less, you’ll learn how to build complete, reliable, and modern Windows applications with Microsoft® Visual Basic® 2015. Using a straightforward, step-by-step approach, each lesson builds on what you’ve already learned, giving you a strong foundation for success with every aspect of VB 2015 development. Notes present interesting pieces of information. Tips offer advice or teach an easier way to do something. Cautions advise you about potential problems and help you steer clear of disaster. Learn How To Master VB 2015 by building a complete feature-rich application Navigate VB 2015 and discover its new shortcuts Work with objects, collections, and events Build attractive, highly-functional user interfaces Make the most of forms, controls, modules, and procedures Efficiently store data and program databases Make decisions in code Use powerful object-oriented techniques Work with graphics and text files Manipulate filesystems and the Registry Add email support Create efficient modules and reusable procedures Interact effectively with users Write code to preview and print documents Debug with VB 2015’s improved breakpoint features Distribute your software Download all examples and source code presented in this book from informit.com/title/9780672337451 as they become available. Who Should Read This Book Those who have little or no programming experience or who might be picking up Visual Basic as a second language. Bug Alert Description: Changing the startup form's name in a VB WinForms app does not update the "Startup form" #4517 Explanation: In the latest Visual Basic update on GitHub, Microsoft accidentally introduced a significant bug that you should be aware of. In the Visual Basic project properties dialog on one of the tabs (Application), is a drop down box for selecting the "startup object". This can be either a Main method or a System.Windows.Forms instance (or System.Windows.Window for WPF). When you do a rename on a form (say from the code editor in source or from the solution explorer) currently set as the startup form the rename doesn't cascade to the startup object project property cause the project to enter an invalid state where the user must now manually reset this project property from the now nonexistent Form to the new name. This is a huge annoyance. The fix for the bug (until Microsoft addresses) can be found here: http://www.jamesfo
Author : Jeff Webb
Publisher : "O'Reilly Media, Inc."
Page : 1117 pages
File Size : 48,6 MB
Release : 2006-04-25
Category : Computers
ISBN : 1449379052
Why program Excel? For solving complex calculations and presenting results, Excel is amazingly complete with every imaginable feature already in place. But programming Excel isn't about adding new features as much as it's about combining existing features to solve particular problems. With a few modifications, you can transform Excel into a task-specific piece of software that will quickly and precisely serve your needs. In other words, Excel is an ideal platform for probably millions of small spreadsheet-based software solutions. The best part is, you can program Excel with no additional tools. A variant of the Visual Basic programming language, VB for Applications (VBA) is built into Excel to facilitate its use as a platform. With VBA, you can create macros and templates, manipulate user interface features such as menus and toolbars, and work with custom user forms or dialog boxes. VBA is relatively easy to use, but if you've never programmed before, Programming Excel with VBA and .NET is a great way to learn a lot very quickly. If you're an experienced Excel user or a Visual Basic programmer, you'll pick up a lot of valuable new tricks. Developers looking forward to .NET development will also find discussion of how the Excel object model works with .NET tools, including Visual Studio Tools for Office (VSTO). This book teaches you how to use Excel VBA by explaining concepts clearly and concisely in plain English, and provides plenty of downloadable samples so you can learn by doing. You'll be exposed to a wide range of tasks most commonly performed with Excel, arranged into chapters according to subject, with those subjects corresponding to one or more Excel objects. With both the samples and important reference information for each object included right in the chapters, instead of tucked away in separate sections, Programming Excel with VBA and .NET covers the entire Excel object library. For those just starting out, it also lays down the basic rules common to all programming languages. With this single-source reference and how-to guide, you'll learn to use the complete range of Excel programming tasks to solve problems, no matter what you're experience level.
Author : Matthew Harris
Publisher : Sams Publishing
Page : 1180 pages
File Size : 39,84 MB
Release : 1999
Category : Computers
ISBN : 9780672315435
Sams Teach Yourself Microsoft Excel 2000 Programming in 21 Days gives you the skills you need to get up and running efficiently. With this complete tutorial, you'll master the basics and move on to the more advanced features and concepts. Learn to add new functions and capabilities to your Excel files and applications. Explore built-in functions, arrays, subroutines, error handling, string operators and expressions, variables, and constants--all in detail. Step-by-step lessons show you how to use Visual Basic to control different applications from withing Excel, and more.