|Eingestellt in Kategorie:
Dieses Angebot wurde vom Verkäufer am Sa, 9. Aug um 05:03 beendet, da der Artikel nicht mehr verfügbar ist.
Excel VBA: für Nicht-Programmierer von Maayan Poleg (Englisch) Taschenbuch
Beendet
Excel VBA: für Nicht-Programmierer von Maayan Poleg (Englisch) Taschenbuch
US $20,88US $20,88
So, 10. Aug, 05:03So, 10. Aug, 05:03

Excel VBA: für Nicht-Programmierer von Maayan Poleg (Englisch) Taschenbuch-

Ursprünglicher Text
Excel VBA: for Non-Programmers by Maayan Poleg (English) Paperback Book
grandeagleretail
(946804)
Angemeldet als gewerblicher Verkäufer
US $20,88
Ca.EUR 17,94
Artikelzustand:
Neu
3 verfügbar
    Versand:
    Kostenlos USPS Ground Advantage®.
    Standort: Fairfield, Ohio, USA
    Lieferung:
    Lieferung zwischen Fr, 22. Aug und Fr, 29. Aug bei heutigem Zahlungseingang
    Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
    Rücknahme:
    30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
    Zahlungen:
       Diners Club 

    Sicher einkaufen

    eBay-Käuferschutz
    Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

    • Gratis Rückversand im Inland
    • Punkte für jeden Kauf und Verkauf
    • Exklusive Plus-Deals
    Der Verkäufer ist für dieses Angebot verantwortlich.
    eBay-Artikelnr.:387644352335
    Zuletzt aktualisiert am 22. Jun. 2025 02:47:09 MESZAlle Änderungen ansehenAlle Änderungen ansehen

    Artikelmerkmale

    Artikelzustand
    Neu: Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte ...
    ISBN-13
    9781492993315
    Book Title
    Excel VBA
    ISBN
    9781492993315

    Über dieses Produkt

    Product Identifiers

    Publisher
    CreateSpace
    ISBN-10
    149299331X
    ISBN-13
    9781492993315
    eBay Product ID (ePID)
    28038581456

    Product Key Features

    Number of Pages
    154 Pages
    Publication Name
    Excel Vba : for Non-Programmers
    Language
    English
    Subject
    Programming Languages / Visual Basic
    Publication Year
    2013
    Type
    Textbook
    Author
    Maayan Poleg
    Subject Area
    Computers
    Series
    Programming in Everyday Language Ser.
    Format
    Trade Paperback

    Dimensions

    Item Height
    0.3 in
    Item Weight
    10.3 Oz
    Item Length
    9 in
    Item Width
    6 in

    Additional Product Features

    Intended Audience
    Trade
    Synopsis
    While reading the book and using the practice files, you will know to Record a macro (absolute + relative ) Improve your recorded macro Use VBA to apply to ranges (Cells, ranges, columns, rows, sheets, offset) Use Variables Use the 'With' command Manipulate strings Calculate Date and Time Interact with the user (Msgbox and Inputbox) Use conditions (IF) Loop through data (Do loops, For loops) Create your own functions (UDF) Create an Event macro Handle Errors You will also learn some cool tips and tricks, and get some useful codes Change Excel's security, Including trusted locations Microsoft Excel has, over the years, become the greatest software in the field of electronic worksheets. Its strength is that it meets the demands of huge numbers of users worldwide. Nonetheless - despite the advancement and expanding use of this software - there is ever-increasing demand from the end users; much of which can only be solved by VBA programming (Visual Basic for Applications). Therefore, Excel VBA - In Everyday Language was written in order to provide a response to the growing demand for the advanced capabilities of Microsoft Excel. This book was written: For the "non-programmers" among us who have to create the same reports in Microsoft Excel time and again, and would like to automate the process. For people who wish to develop forms, screens and "machines" for data management within their organization. For individuals who wish to turn Microsoft Excel into a powerful tool in their daily work. During the writing process I tried to visualize Microsoft Excel software and the VB editor through the eyes of the end users; people who may not have programming background, but aspire to reap the utmost from the program. For this reason the book, based on many years' of experience in programming and training, has been written in everyday language, using as few technical terms as possible, to make for easy reading. My goal, when writing this book, was to convey the main principles of VBA language and allow beginners, taking their first steps, to learn without requiring individual training. For this purpose there are files of exercises accompanying the book. These may be downloaded from this link., Microsoft Excel has, over the years, become the greatest software in the field of electronic worksheets. Its strength is that it meets the demands of huge numbers of users worldwide. Nonetheless - despite the advancement and expanding use of this software - there is ever-increasing demand from the end users; much of which can only be solved by VBA programming (Visual Basic for Applications). Therefore, "Excel VBA - In Everyday Language" was written in order to provide a response to the growing demand for the advanced capabilities of Microsoft Excel. This book was written: * For the "non-programmers" among us who have to create the same reports in Microsoft Excel time and again, and would like to automate the process. * For people who wish to develop forms, screens and "machines" for data management within their organization. * For individuals who wish to turn Microsoft Excel into a powerful tool in their daily work. During the writing process I tried to visualize Microsoft Excel software and the VB editor through the eyes of the end users; people who may not have programming background, but aspire to reap the utmost from the program. For this reason the book, based on many years' of experience in programming and training, has been written in everyday language, using as few technical terms as possible, to make for easy reading. My goal, when writing this book, was to convey the main principles of VBA language and allow beginners, taking their first steps, to learn without requiring individual training. For this purpose there are files of exercises accompanying the book. These may be downloaded from this link. The exercise files are in .xls format, allowing the end users to use either the "Ribbon Versions" (2007 and higher) or other older versions of Microsoft Excel. This new edition has undergone extensive processing and addresses Microsoft Excel 2010/2013 users, along with explanations for anyone using the older versions (2003 and 2007). Therefore, wherever there is a significant difference between Excel 2010/2013 and the old versions, explanations are provided in full. While reading the book and using the practice files, you will know to: * Add the Developer Tap * Change Excel's security, Including trusted locations * Enter the VBE (Visual Basic Editor) * Change the VBE structure * Record an absolute macro * Record a relative macro * Improve your recorded macro * Apply to ranges (Cells, ranges, columns, rows, sheets, offset) * Use Variables * Use the 'With' command * Manipulate strings * Calculate Date and Time * Interact with the user (Msgbox and Inputbox) * Use conditions (IF) * Loop through data (Do loops, For loops) * Create your own functions (UDF) * Create an Event macro * Handle Errors You will also learn some cool tips and tricks, and get some useful codes, Microsoft Excel has, over the years, become the greatest software in the field of electronic worksheets. Its strength is that it meets the demands of huge numbers of users worldwide. Nonetheless - despite the advancement and expanding use of this software - there is ever-increasing demand from the end users; much of which can only be solved by VBA programming (Visual Basic for Applications). Therefore, "Excel VBA - In Everyday Language" was written in order to provide a response to the growing demand for the advanced capabilities of Microsoft Excel. This book was written: -For the "non-programmers" among us who have to create the same reports in Microsoft Excel time and again, and would like to automate the process. -For people who wish to develop forms, screens and "machines" for data management within their organization. -For individuals who wish to turn Microsoft Excel into a powerful tool in their daily work. During the writing process I tried to visualize Microsoft Excel software and the VB editor through the eyes of the end users; people who may not have programming background, but aspire to reap the utmost from the program. For this reason the book, based on many years' of experience in programming and training, has been written in everyday language, using as few technical terms as possible, to make for easy reading. My goal, when writing this book, was to convey the main principles of VBA language and allow beginners, taking their first steps, to learn without requiring individual training. For this purpose there are files of exercises accompanying the book. These may be downloaded from this link. The exercise files are in .xls format, allowing the end users to use either the "Ribbon Versions" (2007 and higher) or other older versions of Microsoft Excel. This new edition has undergone extensive processing and addresses Microsoft Excel 2010/2013 users, along with explanations for anyone using the older versions (2003 and 2007). Therefore, wherever there is a significant difference between Excel 2010/2013 and the old versions, explanations are provided in full. While reading the book and using the practice files, you will know to: -Add the Developer Tap -Change Excel's security, Including trusted locations -Enter the VBE (Visual Basic Editor) -Change the VBE structure -Record an absolute macro -Record a relative macro -Improve your recorded macro -Apply to ranges (Cells, ranges, columns, rows, sheets, offset) -Use Variables -Use the 'With' command -Manipulate strings -Calculate Date and Time -Interact with the user (Msgbox and Inputbox) -Use conditions (IF) -Loop through data (Do loops, For loops) -Create your own functions (UDF) -Create an Event macro -Handle Errors You will also learn some cool tips and tricks, and get some useful codes

    Artikelbeschreibung des Verkäufers

    Rechtliche Informationen des Verkäufers

    Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
    Info zu diesem Verkäufer

    grandeagleretail

    98,3% positive Bewertungen2,8 Mio. Artikel verkauft

    Mitglied seit Sep 2010
    Antwortet meist innerhalb 12 Stunden
    Angemeldet als gewerblicher Verkäufer
    Grand Eagle Retail is your online bookstore. We offer Great books, Great prices and Great service.
    Shop besuchenKontakt

    Detaillierte Verkäuferbewertungen

    Durchschnitt in den letzten 12 Monaten
    Genaue Beschreibung
    4.9
    Angemessene Versandkosten
    5.0
    Lieferzeit
    5.0
    Kommunikation
    4.9

    Verkäuferbewertungen (1.055.157)

    Alle Bewertungen
    Positiv
    Neutral
    Negativ
    • w***i (874)- Bewertung vom Käufer.
      Letzter Monat
      Bestätigter Kauf
      Absolutely Wonderful Seller!! Terrific Item As Described!!! Great Service and Communication!! Shipped In Waterproof Packaging!! I Received Item In About One Week!! Very Pleased With Seller! I Will Buy From This Seller Again!!
    • e***_ (17)- Bewertung vom Käufer.
      Letzte 6 Monate
      Bestätigter Kauf
      Seller handles a massive inventory so I give them grace on the slow processing and shipping. They were very communicative and prompt with their response when I messaged in asking about it. Book was in good condition as described. Small ding on the page edges which wasn't mentioned, but that's fairly common even at your typical book store. Still a good value and I'd buy from them again.
    • 0***i (5)- Bewertung vom Käufer.
      Letzte 6 Monate
      Bestätigter Kauf
      The first item arrived with some damage to the inside back cover, but the seller responded immediately, assuring me they’d provide a replacement, and even told me I could keep the original. They were upfront about a short delay, and gave a clear estimated ship date, and followed up right on time once it shipped. The replacement arrived in perfect condition and exactly as described. I really appreciated their transparency and professionalism. Would definitely buy from them again!