top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
Excel VBA programming for dummies [[electronic resource] /] / by John Walkenbach
Excel VBA programming for dummies [[electronic resource] /] / by John Walkenbach
Autore Walkenbach John
Edizione [3rd ed.]
Pubbl/distr/stampa Hoboken, N.J., : Wiley, 2013
Descrizione fisica 1 online resource (411 p.)
Disciplina 005.5/4
Collana --For dummies
Soggetto topico Electronic spreadsheets
Business - Computer programs
Soggetto genere / forma Electronic books.
ISBN 1-118-49038-X
1-118-49174-2
1-299-19024-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto pt. 1. Getting started with Excel VBA programming -- pt. 2. How VBA works with Excel -- pt. 3. Programming concepts -- pt. 4. Communicating with your users -- pt. 5. Putting it all together -- pt. 6. The part of tens.
Altri titoli varianti Microsoft Excel VBA programming for dummies
Record Nr. UNINA-9910452751803321
Walkenbach John  
Hoboken, N.J., : Wiley, 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Excel VBA programming for dummies [[electronic resource] /] / by John Walkenbach
Excel VBA programming for dummies [[electronic resource] /] / by John Walkenbach
Autore Walkenbach John
Edizione [3rd ed.]
Pubbl/distr/stampa Hoboken, N.J., : Wiley, 2013
Descrizione fisica 1 online resource (411 p.)
Disciplina 005.5/4
Collana --For dummies
Soggetto topico Electronic spreadsheets
Business - Computer programs
ISBN 1-118-49038-X
1-118-49174-2
1-299-19024-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto pt. 1. Getting started with Excel VBA programming -- pt. 2. How VBA works with Excel -- pt. 3. Programming concepts -- pt. 4. Communicating with your users -- pt. 5. Putting it all together -- pt. 6. The part of tens.
Altri titoli varianti Microsoft Excel VBA programming for dummies
Record Nr. UNINA-9910779596803321
Walkenbach John  
Hoboken, N.J., : Wiley, 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Excel VBA programming for dummies [[electronic resource] /] / by John Walkenbach
Excel VBA programming for dummies [[electronic resource] /] / by John Walkenbach
Autore Walkenbach John
Edizione [3rd ed.]
Pubbl/distr/stampa Hoboken, N.J., : Wiley, 2013
Descrizione fisica 1 online resource (411 p.)
Disciplina 005.5/4
Collana --For dummies
Soggetto topico Electronic spreadsheets
Business - Computer programs
ISBN 1-118-49038-X
1-118-49174-2
1-299-19024-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto pt. 1. Getting started with Excel VBA programming -- pt. 2. How VBA works with Excel -- pt. 3. Programming concepts -- pt. 4. Communicating with your users -- pt. 5. Putting it all together -- pt. 6. The part of tens.
Altri titoli varianti Microsoft Excel VBA programming for dummies
Record Nr. UNINA-9910820095103321
Walkenbach John  
Hoboken, N.J., : Wiley, 2013
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Excel VBA programming for dummies / / by John Walkenbach
Excel VBA programming for dummies / / by John Walkenbach
Autore Walkenbach John
Edizione [2nd ed.]
Pubbl/distr/stampa Hoboken, New Jersey : , : Wiley Publishing, Inc., , 2010
Descrizione fisica 1 online resource (432 p.)
Disciplina 005.368/2
005.54
Collana For Dummies
Soggetto topico Electronic spreadsheets
Business - Computer programs
Soggetto genere / forma Electronic books.
ISBN 1-282-68510-4
9786612685101
1-118-25765-0
0-470-63275-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Excel® VBA Programming For Dummies®, 2nd Edition; About the Author; Dedication; Author's Acknowledgments; Contents at a Glance; Table of Contents; Introduction; Is This the Right Book?; So You Want to Be a Programmer . . .; Why Bother?; What I Assume about You; Obligatory Typographical Conventions Section; Check Your Security Settings; How This Book Is Organized; Icons Used in This Book; Getting the Sample Files; Now What?; Part I: Introducing VBA; Chapter 1: What Is VBA?; Okay, So What Is VBA?; What Can You Do with VBA?; Advantages and Disadvantages of VBA; VBA in a Nutshell
An Excursion into VersionsChapter 2: Jumping Right In; First Things First; What You'll Be Doing; Taking the First Steps; Recording the Macro; Testing the Macro; Examining the Macro; Modifying the Macro; Saving Workbooks That Contain Macros; Understanding Macro Security; More about the NameAndTime Macro; Part II: How VBA Works with Excel; Chapter 3: Working In the Visual Basic Editor; What Is the Visual Basic Editor?; Working with the Project Window; Working with a Code Window; Customizing the VBA Environment; Chapter 4: Introducing the Excel Object Model; Excel Is an Object?
Climbing the Object HierarchyWrapping Your Mind around Collections; Referring to Objects; Diving into Object Properties and Methods; Finding Out More; Chapter 5: VBA Sub and Function Procedures; Subs versus Functions; Executing Sub procedures; Executing Function procedures; Chapter 6: Using the Excel Macro Recorder; Is It Live or Is It VBA?; Recording Basics; Preparing to Record; Relative or Absolute?; What Gets Recorded?; Recording Options; Is This Thing Efficient?; Part III: Programming Concepts; Chapter 7: Essential VBA Language Elements; Using Comments in Your VBA Code
Using Variables, Constants, and Data TypesUsing Assignment Statements; Working with Arrays; Using Labels; Chapter 8: Working with Range Objects; A Quick Review; Other Ways to Refer to a Range; Some Useful Range Object Properties; Some Useful Range Object Methods; Chapter 9: Using VBA and Worksheet Functions; What Is a Function?; Using Built-In VBA Functions; Using Worksheet Functions in VBA; More about Using Worksheet Functions; Using Custom Functions; Chapter 10: Controlling Program Flow and Making Decisions; Going with the Flow, Dude; The GoTo Statement; Knocking Your Code for a Loop
Looping through a CollectionChapter 11: Automatic Procedures and Events; Preparing for the Big Event; Where Does the VBA Code Go?; Writing an Event-Handler Procedure; Introductory Examples; Examples of Activation Events; Other Worksheet-Related Events; Events Not Associated with Objects; Chapter 12: Error-Handling Techniques; Types of Errors; An Erroneous Example; Handling Errors Another Way; Handling Errors: The Details; An Intentional Error; Chapter 13: Bug Extermination Techniques; Species of Bugs; Identifying Bugs; Debugging Techniques; About the Debugger; Bug Reduction Tips
Chapter 14: VBA Programming Examples
Record Nr. UNINA-9910140569703321
Walkenbach John  
Hoboken, New Jersey : , : Wiley Publishing, Inc., , 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Excel VBA programming for dummies / / by John Walkenbach
Excel VBA programming for dummies / / by John Walkenbach
Autore Walkenbach John
Edizione [2nd ed.]
Pubbl/distr/stampa Hoboken, New Jersey : , : Wiley Publishing, Inc., , 2010
Descrizione fisica 1 online resource (432 p.)
Disciplina 005.368/2
005.54
Collana For Dummies
Soggetto topico Electronic spreadsheets
Business - Computer programs
ISBN 1-282-68510-4
9786612685101
1-118-25765-0
0-470-63275-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Excel® VBA Programming For Dummies®, 2nd Edition; About the Author; Dedication; Author's Acknowledgments; Contents at a Glance; Table of Contents; Introduction; Is This the Right Book?; So You Want to Be a Programmer . . .; Why Bother?; What I Assume about You; Obligatory Typographical Conventions Section; Check Your Security Settings; How This Book Is Organized; Icons Used in This Book; Getting the Sample Files; Now What?; Part I: Introducing VBA; Chapter 1: What Is VBA?; Okay, So What Is VBA?; What Can You Do with VBA?; Advantages and Disadvantages of VBA; VBA in a Nutshell
An Excursion into VersionsChapter 2: Jumping Right In; First Things First; What You'll Be Doing; Taking the First Steps; Recording the Macro; Testing the Macro; Examining the Macro; Modifying the Macro; Saving Workbooks That Contain Macros; Understanding Macro Security; More about the NameAndTime Macro; Part II: How VBA Works with Excel; Chapter 3: Working In the Visual Basic Editor; What Is the Visual Basic Editor?; Working with the Project Window; Working with a Code Window; Customizing the VBA Environment; Chapter 4: Introducing the Excel Object Model; Excel Is an Object?
Climbing the Object HierarchyWrapping Your Mind around Collections; Referring to Objects; Diving into Object Properties and Methods; Finding Out More; Chapter 5: VBA Sub and Function Procedures; Subs versus Functions; Executing Sub procedures; Executing Function procedures; Chapter 6: Using the Excel Macro Recorder; Is It Live or Is It VBA?; Recording Basics; Preparing to Record; Relative or Absolute?; What Gets Recorded?; Recording Options; Is This Thing Efficient?; Part III: Programming Concepts; Chapter 7: Essential VBA Language Elements; Using Comments in Your VBA Code
Using Variables, Constants, and Data TypesUsing Assignment Statements; Working with Arrays; Using Labels; Chapter 8: Working with Range Objects; A Quick Review; Other Ways to Refer to a Range; Some Useful Range Object Properties; Some Useful Range Object Methods; Chapter 9: Using VBA and Worksheet Functions; What Is a Function?; Using Built-In VBA Functions; Using Worksheet Functions in VBA; More about Using Worksheet Functions; Using Custom Functions; Chapter 10: Controlling Program Flow and Making Decisions; Going with the Flow, Dude; The GoTo Statement; Knocking Your Code for a Loop
Looping through a CollectionChapter 11: Automatic Procedures and Events; Preparing for the Big Event; Where Does the VBA Code Go?; Writing an Event-Handler Procedure; Introductory Examples; Examples of Activation Events; Other Worksheet-Related Events; Events Not Associated with Objects; Chapter 12: Error-Handling Techniques; Types of Errors; An Erroneous Example; Handling Errors Another Way; Handling Errors: The Details; An Intentional Error; Chapter 13: Bug Extermination Techniques; Species of Bugs; Identifying Bugs; Debugging Techniques; About the Debugger; Bug Reduction Tips
Chapter 14: VBA Programming Examples
Record Nr. UNINA-9910830060403321
Walkenbach John  
Hoboken, New Jersey : , : Wiley Publishing, Inc., , 2010
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Excel-VBA : from solving mathematical puzzles to analysing complex engineering problems / / Tariq Muneer and Stoyanka Ivanova
Excel-VBA : from solving mathematical puzzles to analysing complex engineering problems / / Tariq Muneer and Stoyanka Ivanova
Autore Muneer T (Tariq)
Pubbl/distr/stampa Cham, Switzerland : , : Springer, , [2022]
Descrizione fisica 1 online resource (183 pages)
Disciplina 005.369
Soggetto topico Electronic spreadsheets
Engineering - Data processing
ISBN 1-5231-5109-9
3-030-94085-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNISA-996475762703316
Muneer T (Tariq)  
Cham, Switzerland : , : Springer, , [2022]
Materiale a stampa
Lo trovi qui: Univ. di Salerno
Opac: Controlla la disponibilità qui
Excel-VBA : from solving mathematical puzzles to analysing complex engineering problems / / Tariq Muneer and Stoyanka Ivanova
Excel-VBA : from solving mathematical puzzles to analysing complex engineering problems / / Tariq Muneer and Stoyanka Ivanova
Autore Muneer T (Tariq)
Pubbl/distr/stampa Cham, Switzerland : , : Springer, , [2022]
Descrizione fisica 1 online resource (183 pages)
Disciplina 005.369
Soggetto topico Electronic spreadsheets
Engineering - Data processing
ISBN 1-5231-5109-9
3-030-94085-3
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910568267403321
Muneer T (Tariq)  
Cham, Switzerland : , : Springer, , [2022]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Google Sheets : Le Tableur en Ligne / / Remi Lentzner
Google Sheets : Le Tableur en Ligne / / Remi Lentzner
Autore Lentzner Remi
Pubbl/distr/stampa Paris : , : Editions Remylent, , [2019]
Descrizione fisica 1 online resource (87 pages)
Disciplina 005.369
Soggetto topico Electronic spreadsheets
ISBN 2-490275-20-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione fre
Record Nr. UNINA-9910793602603321
Lentzner Remi  
Paris : , : Editions Remylent, , [2019]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Google Sheets : Le Tableur en Ligne / / Remi Lentzner
Google Sheets : Le Tableur en Ligne / / Remi Lentzner
Autore Lentzner Remi
Pubbl/distr/stampa Paris : , : Editions Remylent, , [2019]
Descrizione fisica 1 online resource (87 pages)
Disciplina 005.369
Soggetto topico Electronic spreadsheets
ISBN 2-490275-20-8
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione fre
Record Nr. UNINA-9910822457803321
Lentzner Remi  
Paris : , : Editions Remylent, , [2019]
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Guide compass : Microsoft Excel 9 / Stephen L. Nelson
Guide compass : Microsoft Excel 9 / Stephen L. Nelson
Autore Nelson, Stephen L., <1959->
Pubbl/distr/stampa [Segrate] : Mondadori informatica
Descrizione fisica ix, 182 p. : ill., (some col.) ; 21 cm
Disciplina 005.369
Collana Guide compass
Soggetto topico Electronic spreadsheets
ISBN 887131767X
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione ita
Record Nr. UNISALENTO-991000340239707536
Nelson, Stephen L., <1959->  
[Segrate] : Mondadori informatica
Materiale a stampa
Lo trovi qui: Univ. del Salento
Opac: Controlla la disponibilità qui