Twitter Xing Facebook YouTube RSS
Stefan Macke
Polyglot Clean Code Developer
 
Zum Inhalt springen
  • Kontaktformular
  • Mein PGP-Key
  • Datenschutz
  • Impressum

Schlagwort: VBA

Iterate over a possibly empty array in VBA (Excel)

Stefan 15. Februar 2012 15. Februar 2012Blog Excel, VBA 0

When you try to iterate over an empty array in VBA like this, you will get a runtime error (index out of bounds): Sub ArrayTest() Dim testarray() As Integer Dim i As Integer For i = LBound(testarray) To UBound(testarray) ‚ <– error Debug.Print testarray(i) Next i End Sub Even if…

Weiterlesen…

VBA macro for creating picture credit slides in PowerPoint 2010

Stefan 17. September 2010 3. Februar 2013Blog PowerPoint, VBA 0

When creating presentations the Presentation Zen way, you end up using lots and lots of pictures. If you use pictures that are published under a Creative Commons license you may need to mention the names of the original authors/photographers. I do so by showing a slide show with all pictures…

Weiterlesen…

Resize and rotate all images in a Word 2010 document

Stefan 15. August 2010 15. August 2010Blog Knowledge Base, VBA, Word 0

Just a little snippet to resize and rotate all images in a Word 2010 document. I needed it to create a table with multiple images per row/column from some dragged and dropped images. Option Explicit Sub ResizeAndRotateAllImages() Const ROTATION = 90 Const HEIGHT = 7 Dim n As Integer For…

Weiterlesen…

  • Twitter Xing Facebook YouTube RSS
  • Vorträge

    JavaLand 2018

    Ich bin Sprecher auf der JavaLand

    100% Code Coverage - TDD mit Java EE

  • Suche

  • Letzte Tweets

    Follow @StefanMacke

    Stefan Macke
    @StefanMacke

    • Das Traveling-Salesman-Problem https://t.co/Odwbq0PUQN
      vor 10 Stunden
    • Here's a short tutorial for doing #CodeCoverage analysis for #Natural with #NaturalONE. https://t.co/iCgC1UCgAD But… https://t.co/BnCoNSD5ZV
      vor 18 Stunden
    • Der #CallForPresentations zur #SEROM 3.0 am 19.10.2018 in #Vechta läuft noch bis zum 13.05.2018! Wenn du mit einem… https://t.co/2EgDTjUE85
      vor 20 Stunden
  • RSS Letzte Bookmarks

    • Commandline Challenge
    • The Transformation Priority Premise | 8th Light
    • The Traveling Salesman Problem in Java | Baeldung
    • Greylisting zur Spamvermeidung | Arno Welzel
    • Nicht nur kostenlos, sondern frei: Zehn Anlaufstellen für Bilder im Netz – iRights.info
  • Amazon

  • Google-Anzeigen

  • Meta

    • Anmelden
    • Beitrags-Feed (RSS)
    • Kommentare als RSS
    • WordPress.org
  • Neueste Beiträge

    • Strung Out – Velvet Alley (Best Punk Rock Songs 01/13)
    • Propagandhi – Purina Hall of Fame (Best Punk Rock Songs 02/13)
    • Error E200033 while updating a Subversion repository mounted with Samba
    • Variablen (Dokumenteigenschaften) für Texte in Microsoft Word verwenden
    • Excel-Arbeitsmappe lässt sich nicht vergrößern oder verkleinern
  • Neueste Kommentare

    • Nobody bei PowerShell: Alle Dateien außer die 10 neuesten löschen
    • Stefan bei PowerShell: Liste aller Dateitypen in einem Verzeichnis erstellen
    • Jan bei PowerShell: Liste aller Dateitypen in einem Verzeichnis erstellen
    • Rogier Delporte bei Error E200033 while updating a Subversion repository mounted with Samba
    • Excelsior bei Excel-Arbeitsmappe lässt sich nicht vergrößern oder verkleinern
  • Tags

    Abschlussprojekt Administration Ausbildung Blog Bücher C# Diplomarbeit Entwicklung Excel FHWT Fortbildung Freizeit Gesellschaft Hardware Internet Intranet Java Job Knowledge Base LaTeX Linux Musik Netzwerk Party PHP PowerShell Produktbewertung Programme Programmierung Scripting Sonstiges Spiele SQL Studium Subversion TV / Kino TYPO3 VBA (Excel) vServer Webtechnologien Wiki Windows Witziges Wordpress XML
Wenn du noch mehr über mich erfahren möchtest, schau doch mal auf dieser Seite vorbei: Stefan Macke.
Powered by Nirvana & WordPress.
Twitter Xing Facebook YouTube RSS
Diese Website benutzen Cookies. Wenn Sie die Website weiter nutzen, stimmen Sie der Verwendung von Cookies zu.AkzeptierenErfahren Sie mehr