I want to automatically adjust the table size of MS Word documents with StudioX, is there an activity package that can control the size, color, format, etc. of MS Word in StudioX?
Please Let me Know, Thanks ![]()
-Use the Word Application Scope
-Use the “Get Table Range” activity to select the table in the Word document.
You can specify the table index
-You can use various Word activities to manipulate the table properties
Ex: you might use the “Set Table Cell Value” activity to change the content of a specific cell,
-If StudioX activities don’t provide the level of control you need, you can use the “Run Script” activity to run custom VBScript or PowerShell scripts. This can allow you to manipulate Word using more advanced scripting.

