|In vendita nella categoria:
Ne hai uno da vendere?

Excel VBA Programmazione for Dummies di John Walkenbach (2004, Trade Paperback)-

Testo originale
Excel VBA Programming for Dummies by John Walkenbach (2004, Trade Paperback)
Condizione:
Buone condizioni
Good used condition. Previous owner's name is written on the book. :-)
Prezzo:
US $5,00
CircaEUR 4,66
Goditi i vantaggi. Restituzioni gratuite.
Spedizione:
US $4,87 (circa EUR 4,54) Economica. Vedi i dettagliper la spedizione
Oggetto che si trova a: Newport, Tennessee, Stati Uniti
Consegna:
Consegna prevista tra il mar 25 giu e il ven 28 giu a 43230
I tempi di consegna previsti utilizzando il metodo proprietario di eBay, che è basato sulla vicinanza dell'acquirente rispetto al luogo in cui si trova l'oggetto, sul servizio di spedizione selezionato, sulla cronologia di spedizione del venditore e su altri fattori. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Il venditore paga le spese di spedizione per la restituzione. Vedi i dettagli- per maggiori informazioni sulle restituzioni
Pagamenti:
     

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. 

Informazioni sul venditore

Registrato come venditore professionale
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:386246296937

Specifiche dell'oggetto

Condizione
Buone condizioni
Libro che è già stato letto ma è in buone condizioni. Mostra piccolissimi danni alla copertina incluse alcune rigature, ma nessun foro o strappo. È possibile che la sovraccoperta per le copertine rigide non sia inclusa. La rilegatura presenta minimi segni di usura. La maggior parte delle pagine non è danneggiata e mostra una quantità minima di piegature o strappi, sottolineature di testo a matita, nessuna evidenziazione di testo né scritte ai margini. Non ci sono pagine mancanti. Per maggiori dettagli e la descrizione di eventuali imperfezioni, consulta l'inserzione del venditore. Vedi tutte le definizioni delle condizioniviene aperta una nuova finestra o scheda
Note del venditore
“Good used condition. Previous owner's name is written on the book. :-)”
ISBN
9780764574122
Subject Area
Computers
Publication Name
Excel Vba Programming for Dummies
Publisher
Wiley & Sons, Incorporated, John
Item Length
9.2 in
Subject
Desktop Applications / Spreadsheets, Programming Languages / Visual Basic
Publication Year
2004
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.8 in
Author
John Walkenbach
Item Weight
21.8 Oz
Item Width
7.4 in
Number of Pages
408 Pages

Informazioni su questo prodotto

Product Information

Having Excel and just using it for standard spreadsheets is a little like getting the ultimate cable system and a 50" flat panel plasma HDTV and using it exclusively to watch Lawrence Welk reruns. With Visual Basic for Applications (VBA) programming, you can take advantage of numerous Excel options such as: creating new worksheet functions; automating tasks and operations; creating new appearances, toolbars, and menus; designing custom dialog boxes and add-ins; and much more. This guide is not for rank Excel amateurs. It's for intermediate to advanced Excel users who want to learn VBA programming (or whose bosses want them to learn VBA programming). You need to know your way around Excel before you start creating customized short cuts or systems for speeding through Excel functions. If you're an intermediate or advanced Excel user, Excel VBA For Dummies helps you take your skills (and your spreadsheets) to the next level. It includes: An introduction to the VBA language A hands-on, guided, step-by-step walk through developing a useful VBA macro, including recording, testing, and changing it, and testing it The essential foundation, including the Visual Basic Editor (VBE) and its components, modules, Excel object model, subroutines and functions, and the Excel macro recorder The essential VBA language elements, including comments, variables and constants, and labels Working with Range objects and discovering useful Range objective properties and methods Using VBA and worksheet functions, including a list and examples Programming constructions, including the GoTo statement, the If-Then structure, Select Case, For-Next loop, Do-While loop, and Do-Until loop Automatic procedures and Workbook events, including a table and event-handler procedures Error-handling and bug extermination techniques, and using the Excel debugging tools Creating custom dialog boxes, also known as UserForms, with a table of the toolbox controls and their capabilities, how-to for the dialog box controls, and UserForm techniques and tricks Customizing the Excel toolbars Using VBA code to modify the Excel menu system Creating worksheet functions and working with various types of arguments Creating Excel add-ins such as new worksheet functions you can use in formulas or new commands or utilities Author John Walkenbach is a leading authority on spreadsheet software and the author of more than 40 spreadsheet books including Excel 2003 Bible and Excel 2003 Power Programming with VBA. While this guide includes tons of examples and screenshots, Walkenbach knows there's no substitute for hands-on learning. The book is complete with: A dedicated companion Web site that includes bonus chapters plus all sample programs to save you a lot of typing and let you play around and experiment with various changes Information to help you make the most of Excel's built-in Help system so you can find out other stuff you may need to know What are you waiting for? Sure, learning to do VBA programming takes a little effort, but it's a Very Big Accomplishment.

Product Identifiers

Publisher
Wiley & Sons, Incorporated, John
ISBN-10
0764574124
ISBN-13
9780764574122
eBay Product ID (ePID)
30511384

Product Key Features

Number of Pages
408 Pages
Language
English
Publication Name
Excel Vba Programming for Dummies
Publication Year
2004
Subject
Desktop Applications / Spreadsheets, Programming Languages / Visual Basic
Type
Textbook
Subject Area
Computers
Author
John Walkenbach
Format
Trade Paperback

Dimensions

Item Height
0.8 in
Item Weight
21.8 Oz
Item Length
9.2 in
Item Width
7.4 in

Additional Product Features

Intended Audience
Trade
LCCN
2004-107892
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.54
Lc Classification Number
Hf5548.4.M523
Table of Content
Introduction.Part I: Introducing VBA.Chapter 1: What Is VBA?Chapter 2: Jumping Right In.Part II: How VBA Works with Excel.Chapter 3: Introducing the Visual Basic Editor.Chapter 4: Introducing the Excel Object Model.Chapter 5: VBA Sub and Function Procedures.Chapter 6: Using the Excel Macro Recorder.Part III: Programming Concepts.Chapter 7: Essential VBA Language Elements.Chapter 8: Working with Range Objects.Chapter 9: Using VBA and Worksheet Functions.Chapter 10: Controlling Program Flow and Making Decisions.Chapter 11: Automatic Procedures and Events.Chapter 12: Error-Handling Techniques.Chapter 13: Bug Extermination Techniques.Chapter 14: VBA Programming Examples.Part IV: Developing Custom Dialog Boxes.Chapter 15: Custom Dialog Box Alternatives.Chapter 16: Custom Dialog Box Basics.Chapter 17: Using Dialog Box Controls.Chapter 18: UserForm Techniques and Tricks.Part V: Creating Custom Toolbars and Menus.Chapter 19: Customizing the Excel Toolbars.Chapter 20: When the Normal Excel Menus Aren't Good Enough.Part VI: Putting It All Together.Chapter 21: Creating Worksheet Functions - and Living to Tell about It.Chapter 22: Creating Excel Add-Ins.Chapter 23: Interacting with Other Office Applications.Part VII: The Part of Tens.Chapter 24: Ten VBA Questions (And Answers).Chapter 25: (Almost) Ten Excel Resources.Index.
Copyright Date
2004

Descrizione dell'oggetto fatta dal venditore

littleredretreat

littleredretreat

100% di Feedback positivi
569 oggetti venduti
In genere risponde entro 24 ore

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi

Descrizione
5.0
Spese spedizione
4.8
Tempi spedizione
5.0
Comunicazione
5.0
Registrato come venditore professionale

Feedback del venditore (244)

v***n (2004)- Feedback lasciato dall'acquirente.
Mese scorso
Acquisto verificato
Thank you.
e***r (1465)- Feedback lasciato dall'acquirente.
Mese scorso
Acquisto verificato
Fast shipping. As described. Packaged with care. AAA +++ seller.
9***m (125)- Feedback lasciato dall'acquirente.
Mese scorso
Acquisto verificato
Item was exactly as described

Valutazioni e recensioni del prodotto

Ancora nessun punteggio o recensione