Personnaliser

OK
Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group
ClubR
Euro

Mettre en vente

Rakuten - Achat et vente en ligne de produits neufs et d'occasionRakuten group

Excel 2019 Power Programming with VBA - Alexander, Michael

Note : 0

0 avis
  • Soyez le premier à donner un avis

Vous en avez un à vendre ?

Vendez-le-vôtre
Filtrer par :
Neuf (5)
Occasion
Reconditionné

67,27 €

Produit Neuf

  • Ou 16,82 € /mois

    • Livraison à 0,01 €
    Voir les modes de livraison

    rarewaves-uk

    PRO Vendeur favori

    4,8/5 sur + de 1 000 ventes

    Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    Nos autres offres

    • 56,46 €

      Produit Neuf

      Ou 14,12 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,7/5 sur + de 1 000 ventes

      Nouvel article expédié dans le 24H à partir des Etats Unis Livraison au bout de 20 à 30 jours ouvrables.

    • 67,27 €

      Produit Neuf

      Ou 16,82 € /mois

      • Livraison à 0,01 €
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes

      Expédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.

    • 66,34 €

      Produit Neuf

      Ou 16,59 € /mois

      • Livraison : 3,99 €
      • Livré entre le 28 et le 30 juillet
      Voir les modes de livraison
      4,8/5 sur + de 1 000 ventes
    • 70,33 €

      Produit Neuf

      Ou 17,58 € /mois

      • Livraison à 0,01 €
      • Livré entre le 4 et le 7 août
      Voir les modes de livraison

      Livre de poche,Expédition depuis la Chine; Livraison sous 8-12 jours

    • 78,09 €

      Produit Neuf

      Ou 19,52 € /mois

      • Livraison : 5,00 €
      • Livré entre le 26 et le 29 juillet
      Voir les modes de livraison
      4,9/5 sur + de 1 000 ventes

      Exp¿di¿ en 6 jours ouvr¿s

    Publicité
     
    Vous avez choisi le retrait chez le vendeur à
    • Payez directement sur Rakuten (CB, PayPal, 4xCB...)
    • Récupérez le produit directement chez le vendeur
    • Rakuten vous rembourse en cas de problème

    Gratuit et sans engagement

    Félicitations !

    Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !

    En savoir plus

    Retour

    Horaires

        Note :


        Avis sur Excel 2019 Power Programming With Vba Format Broché  - Livre Informatique

        Note : 0 0 avis sur Excel 2019 Power Programming With Vba Format Broché  - Livre Informatique

        Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.


        Présentation Excel 2019 Power Programming With Vba Format Broché

         - Livre Informatique

        Livre Informatique - Alexander, Michael - 01/05/2019 - Broché - Langue : Anglais

        Auteur(s) : Alexander, Michael - Kusleika, DickEditeur : WileyLangue : AnglaisParution : 01/05/2019Format : Moyen, de 350g à 1kgNombre de pages : 784Expédition : 1054Dimensions : 23.8 x 18.9...

      • Auteur(s) : Alexander, Michael - Kusleika, Dick
      • Editeur : Wiley
      • Langue : Anglais
      • Parution : 01/05/2019
      • Format : Moyen, de 350g à 1kg
      • Nombre de pages : 784
      • Expédition : 1054
      • Dimensions : 23.8 x 18.9 x 4.2
      • Résumé :

        Introduction xxxiii

        Part I: Introduction to Excel VBA 1

        Chapter 1: Essentials of Spreadsheet Application Development 3

        What Is a Spreadsheet Application? 3

        Steps for Application Development 4

        Determining User Needs 5

        Planning an Application That Meets User Needs 6

        Determining the Most Appropriate User Interface 7

        Concerning Yourself with the End User 12

        Other Development Issues 17

        Chapter 2: Introducing Visual Basic for Applications 19

        Getting a Head Start with the Macro Recorder 19

        Working with the Visual Basic Editor 32

        VBA Fundamentals 43

        Deep Dive: Working with Range Objects 48

        Essential Concepts to Remember 52

        Don't Panic-You Are Not Alone 54

        Chapter 3: VBA Programming Fundamentals 61

        VBA Language Elements: An Overview 61

        Comments 63

        Variables, Data Types, and Constants 65

        Assignment Statements 76

        Arrays 78

        Declaring Arrays 78

        Object Variables 80

        User-Defined Data Types 81

        Built-in Functions 82

        Manipulating Objects and Collections 85

        Controlling Code Execution 88

        Chapter 4: Working with VBA Sub Procedures 105

        About Procedures 105

        Executing Sub Procedures 108

        Passing Arguments to Procedures 119

        Error-Handling Techniques 123

        A Realistic Example That Uses Sub Procedures 127

        Utility Availability 140

        Evaluating the Project 141

        Chapter 5: Creating Function Procedures 143

        Sub Procedures vs. Function Procedures 143

        Why Create Custom Functions? 144

        An Introductory Function Example 144

        Function Procedures 148

        Function Arguments 153

        Function Examples 153

        Emulating Excel's SUM Function 167

        Extended Date Functions 170

        Debugging Functions 172

        Dealing with the Insert Function Dialog Box 173

        Using Add-Ins to Store Custom Functions 178

        Using the Windows API 178

        Chapter 6: Understanding Excel's Events 183

        What You Should Know About Events 183

        Getting Acquainted with Workbook-Level Events 189

        Examining Worksheet Events 197

        Monitoring with Application Events 206

        Chapter 7: VBA Programming Examples and Techniques 217

        Learning by Example 217

        Working with Ranges 218

        Working with Workbooks and Sheets 246

        VBA Techniques 251

        Some Useful Functions for Use in Your Code 258

        Some Useful Worksheet Functions 263

        Windows API Calls 278

        Part II: Advanced VBA Techniques 287

        Chapter 8: Working with Pivot Tables 289

        An Introductory Pivot Table Example 289

        Creating a More Complex Pivot Table 295

        Creating Multiple Pivot Tables 299

        Creating a Reverse Pivot Table 302

        Chapter 9: Working with Charts 305

        Getting the Inside Scoop on Charts 305

        Creating an Embedded Chart 308

        Creating a Chart on a Chart Sheet 309

        Modifying Charts 309

        Using VBA to Activate a Chart 310

        Moving a Chart 311

        Using VBA to Deactivate a Chart 312

        Determining Whether a Chart Is Activated 313

        Deleting from the ChartObjects or Charts Collection 313

        Looping Through All Charts 314

        Sizing and Aligning ChartObjects 317

        Creating Lots of Charts 318

        Exporting a Chart 321

        Changing the Data Used in a Chart 322

        Using VBA to Display Custom Data Labels on a Chart 328

        Displaying a Chart in a UserForm 331

        Understanding Chart Events 334

        Discovering VBA Charting Tricks 340

        Working with Sparkline Charts 347

        Chapter 10: Intera...

        Biographie:
        MICHAEL ALEXANDER is a Microsoft Certified Application Developer and author of several books on Microsoft Access and Excel. He runs a free tutorial site at datapigtechnologies.com. DICK KUSLEIKA has been helping users get the most out of Microsoft Office products for more than twenty-five years through online forums, blogging, books, and conferences.

        Sommaire:

        MICHAEL ALEXANDER is a Microsoft Certified Application Developer and author of several books on Microsoft Access and Excel. He runs a free tutorial site at datapigtechnologies.com.

        DICK KUSLEIKA has been helping users get the most out of Microsoft Office products for more than twenty-five years through online forums, blogging, books, and conferences....

        Détails de conformité du produit

        Consulter les détails de conformité de ce produit (

        Personne responsable dans l'UE

        )
        Neuf et occasion
        Le choixNeuf et occasion
        5% remboursés
        Minimum5% remboursés
        Satisfait ou remboursé
        La sécuritéSatisfait ou remboursé
        À votre écoute
        Le service clientsÀ votre écoute
        LinkedinFacebookTwitterInstagramYoutubePinterestTiktok
        visavisa
        mastercardmastercard
        klarnaklarna
        paypalpaypal
        floafloa
        americanexpressamericanexpress
        RakutenLogos.svg
        • Rakuten Kobo
        • Rakuten TV
        • Rakuten Viber
        • Rakuten Viki
        • Plus de services
        • À propos de Rakuten
        Rakuten.com