Have you tried VBA in WPS? What worked or failed? Share below π
Sub HelloWPS() MsgBox "VBA works in WPS!" End Sub To run: . vba wps
| Feature | MS Excel VBA | WPS VBA | |--------|-------------|---------| | Application.ScreenUpdating | Works | Works | | Application.Wait | Works | Works | | UserForm | Full support | Limited (some controls missing) | | ChartObject | Works | May need testing | | FileDialog | Works | Works | Have you tried VBA in WPS
Most people think VBA is exclusive to Microsoft Excel. But WPS Office (Spreadsheets & Writer) also supports VBA macros. However, thereβs a catch β and a simple fix. add this at the beginning:
If a macro runs slower in WPS, add this at the beginning: