Wps Extra Quality — Vba

If a macro runs slower in WPS, add this at the beginning:

| 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 | vba wps

Getting Started with VBA in WPS Office: A Practical Guide If a macro runs slower in WPS, add

Sub AutoFitAllColumns() Dim ws As Object Set ws = ActiveSheet ws.Columns.AutoFit End Sub vba wps

Have you tried VBA in WPS? What worked or failed? Share below 👇