The WPS VBA Support Library is a necessity for anyone migrating from Microsoft Office who has even a single macro in their workflow.
Out of the box, WPS Office uses , which is based on JavaScript (similar to Google Apps Script). While powerful, it cannot natively understand Range("A1").Value or ActiveDocument.Paragraphs(1).Range . wps vba support library
The library allows WPS to interpret standard VBA syntax, such as Range , Cells , and Workbooks objects, ensuring that a script written in Microsoft Excel runs with minimal modification in WPS Spreadsheets. The WPS VBA Support Library is a necessity