
Version 10.1 available now
SlideFab version 10.1 is available now. It brings a few bug fixes to improve performance and stability.
Read More »Version 10.1 available nowSlideFab version 10.1 is available now. It brings a few bug fixes to improve performance and stability.
Read More »Version 10.1 available nowSlideFab v10.0 introduced a bugfix to properly set the slide layout. However, this bugfix has a side effect. This can become visible by seemingly irrational content format or position changes in the output.
Update March 5th, 2025: A fixed version is in the making. First results are promising.
Read More »Layout issues in created presentations since SlideFab v10.0SlideFab version 10.0 brings two new features. First of all, SlideFab supports internal hyperlinks within the presentation. Secondly, the Table Export Mode has now more control over preserving existing rows in the PowerPoint template table. And finally, it is possible to stretch tables to the original height after removing empty rows.
Read More »Version 10.0 available. New features: Supporting internal PowerPoint Hyperlinks, improved table handling. Various bug fixes.SlideFab version 9.0 brings a two new features. First of all, SlideFab tries to fix broken links to Linked Documents on the fly. Secondly, there is a new quality setting when saving the output as PDF. Besides, SlideFab contains now also a French translation.
Read More »Version 9.0 available. New features: Fixing Linked Documents, PDF output quality settings… and French! Various bug fixes.SlideFab version 8.0 brings a couple of small new features. First of all, it is possible to let SlideFab write Excel content into the notes area of all created output slide. Secondly, there is a new feature to disable the Refresh All to improve performance. Thirdly, when using the decomposition feature, it is possible to additionally save the parts in PDF format.
Read More »Version 8.0 available. New features: Writing to slide notes, disabling Refresh All, additional PDF output. Various bug fixes.With ChatGPT bringing AI to the masses, the question for many is: How smart is AI, actually? Leaving Turing Test and other measures aside, there… Read More »ChatGPT recommends SlideFab
SlideFab version 7.1 is available now. It brings a few bug fixes to improve performance and stability.
Read More »Version 7.1 available nowSlideFab version 7.0 adds a small new feature which is a great leap forward for building simple Excel models: A new feature to filter pivot tables. With this it is possible to avoid VBA coding to change the pivot filter, like it was used in this old blog post for creating category trees. And this new feature also removes the need to write aggregating formulas for all those, who did not use the VBA snippet in the first place.
This means that it is much simpler to mass produce PowerPoint slides based with Excel charts, when these charts are Excel pivot table charts, which automatically change when the filtering is changed.
Read More »Version 7.0 available. New feature: Filtering pivot tables automatically with the Master Cell value.SlideFab version 6.0 adds a small new feature to Excel/PowerPoint waterfall charts and also brings a few bug fixes.
The waterfall “focus changes” feature when using the PowerPoint Chart Export Mode helps to make smaller changes more visible without having to adapt the y-axis manually. It makes sense when the totals are so huge in comparison to the changes that the changes will be merely visible as flat lines only. This feature determines the maximum and minimum values of the waterfall and then adapts starting and end point of the y-axis. It works like like zooming in on the changes.
Read More »Version 6.0 available. New “focus changes” feature for waterfall charts. Some bug fixesClient: Consulting boutique for work and organizational psychology
Type of engagement: Commissioned work
Objective: Redesigning and rebuilding a slow and cumbersome legacy Excel model for automatic zero maintenance slide creation with SlideFab
Read More »Case Study: Maintenance-free Excel workbook for simplifying the slide creation process using Dynamic Array FormulasWhen it comes to programming most coders or programmers accept that code and data need to be separated. “Avoiding hard-coding” is a common best practice in this regard. Unfortunately, when it comes to Excel this idea hasn’t prevailed yet. Even when it comes to VBA coding within Excel many developers still rely on intermingling code into huge XLSB files, wondering why performance and maintainability are so poor. However, this post is not about writing VBA add-ins for Excel (using XLAM files). Find my opinion regarding using VBA for Excel to PowerPoint automation over here.
This post is about keeping data and calculation logic (instead of code) separate within mere Excel files. Basically an outrageous idea, as “dragging formulas” and “adapting ranges” are instantaneous associations for most Excel users once input data changes. I will explain how Dynamic Array Formulas will help to build highly robust Excel models which will adapt to changes in the raw data automatically.
Accordingly, the concepts provided here are ideal for Excel calculations that need to last, like survey evaluations or corporate reporting. Both have in common that data structure remains rather similar while new surveys or new months are just around the next corner, respectively.
Just a heads up: There is a tutorials section here, which also serves as a good starting point when creating automations with SlideFab.
Disclaimer: What you will find here is my personal opinion based on more than 10 years of Excel and VBA experience. You might have a different opinion. But maybe you will learning something new nevertheless 😉
Read More »How to create resilient Excel models using spilling Dynamic Array Formulas for automation purposes – and not just only for SlideFabSlideFab version 5.0 adds a new scaling feature to shrink or stretch shapes based on factors calculated in Excel. This is really helpful to gain even more control over mass-produced slides and presentation.
Up to this point SlideFab was mainly focused on exporting content from Excel to PowerPoint. Let it be texts, charts, images or something else. Some dynamics were available with the Shape Condition feature, which allows to remove shapes based on an Excel formula outcome.
With this new version SlideFab has entered the world of manipulating PowerPoint shapes through scaling. Now, it is possible to provide separate scaling factors for horizontal and vertical dimensions. By setting the anchoring point both horizontally (left vs right vs neither) and horizontally (top vs bottom vs neither) the user gets control on how the scaling will be applied.
Read More »Version 5.0 available. New scaling feature. Some bug fixesSlideFab version 4.0 brings support of Dynamic Array Formulas when referencing the Excel worksheet. Referencing to ranges (with # at the end) using these new… Read More »Version 4.0 available. Dynamic Array Formula support and bug fixes
Client industry: Consulting / utilities
Type of engagement: Provision of SlideFab, technical support
Objective: The automatic creation of tailor-made benchmarking evaluations for the participating companies of the Digital@EVU initiative
Read More »Case Study: Benchmarking reports for the participating companies of the initiative Digital@EVUClient industry: Luxury food products
Type of engagement: Joint effort with the client to build Excel workbook, PowerPoint template and SlideFab setup
Objective: Automatically creating individualised surveying results
Read More »Case Study: Country / function specific reports based on an employee survey for a global luxury food manufacturerSlideFab version 3.1 is available now. It brings a few bug fixes to improve performance and stability.
Read More »Version 3.1 available nowThere are plenty of reasons to connect Excel with PowerPoint. Often this is about keeping numbers or charts up-to-date. In other cases it is about creating data-driven slides automatically. For both cases there are various add-ins available. The following list contains a selection of tools for exporting or connecting from Excel to PowerPoint.
Read More »Tools for exporting or connecting from Excel to PowerPointThe internet is full of articles, blog entries and recommendations dealing on how to create PowerPoint slides from Excel using VBA. As Excel and PowerPoint seem to be quite as old as the internet itself, the amount of information is enormous.
Additionally, there is a huge group of people asking for help in forums like reddit or stackoverflow. Quite often they show pieces of VBA code found somewhere on the internet. And then, of course, they struggle to adapt the code to their own problem.
How can it be that the offer of help is so huge but the need for individual support is even greater? Is it really so easy to create PowerPoint slides from Excel using VBA? The following list gives an overview of what is available on the internet regarding this topic. But, of course, there is much more available through web search.
Read More »8 Articles about creating PowerPoint slides from Excel using VBAThis update to version 3.0 brings various new features to SlideFab:
And last but not least, this new version incorporates a couple of bug fixes.
This new version is available at the download page. Already installed SlideFab updates automatically.
Read More »Version 3.0 available. Logical Audit, simplifying chart features and moreWhen creating recurring PowerPoint slides based on Excel workbooks, there are 5 different SlideFab Export Modes to choose from. This video elaborates on how to choose and employ the right Export Mode. The video shows how to set up the Excel model and the PowerPoint slide template for the use of SlideFab.
Read More »Linking / exporting charts from Excel to PowerPoint using 5 different Export Modes of SlideFab