Changes
- Support for opening Excel workbooks with VBA code /macros has been added.
- The `Open workbook` keyword now has a `keep_vba` parameter which if true will cause the workbook to be opened without dismissing the VBA code it contains.
- Also when writing in (and saving to) such a workbook, the VBA code will still be preserved.
- By default `keep_vba` is set to `${FALSE}`, so you have to explicitly pass this in as `${TRUE}` if you want to preserve macros.
Fixes
- Several typos and cosmetical issues have been fixed in the documentation.