Zum Inhalt springen
Twitter Xing Facebook YouTube RSS
Stefan Macke
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 VBA, Excel 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
  • Suche

  • Werbung

  • Meta

    • Anmelden
    • Feed der Einträge
    • Kommentare-Feed
    • WordPress.org
  • Neueste Beiträge

    • Alle Bilder in Microsoft Word gleich groß machen
    • Binärdateien unter Windows konkatenieren
    • 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
  • Neueste Kommentare

    • German bei Meine 15 Must-Have-Tools für Windows-Nutzer
    • Stefan bei LaTeX-Vorlage für IHK-Projektdokumentationen zum Fachinformatiker Anwendungsentwicklung
    • Peter bei LaTeX-Vorlage für IHK-Projektdokumentationen zum Fachinformatiker Anwendungsentwicklung
    • How do I install CalenderProvider.apk and Calendar.apk in a Froyo emulator? [SOLVED] – Wanted Solution bei How to add the calendar application to the Android emulator running Android 2.2 Froyo
    • Stefan bei LaTeX-Vorlage für IHK-Projektdokumentationen zum Fachinformatiker Anwendungsentwicklung
  • 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