Showing tag results for VBA

Sep 9, 2025
Post comments count16
Post likes count2

Prepare your VBA projects for VBScript deprecation in Windows

Wenjun Gong
Wenjun Gong

In May 2024, Microsoft announced the phased deprecation of VBScript in Windows, as detailed in the official Windows IT Pro Blog. This change impacts VBA developers who rely on VBScript, particularly for reference libraries such as regular expressions. This post outlines the upcoming changes and provides guidance to help you future proof your VBA pr...

Office Add-insMicrosoft 365 Developer
Jul 27, 2022
Post comments count4
Post likes count0

Changes in Export to PDF with sensitivity labeling and encryption in Office Add-ins

Chris Dietsch
Chris Dietsch

Office is shipping a new feature that enables PDFs created from Office using Export to PDF or Save As PDF to retain the source document’s labels or encryption into the output PDF. Office also enables Office Add-in developers to hook into and reuse some or all of Office’s PDF creation code.

Office Add-ins