Articles → UIPATH → Set The Column Width Of The Excel Using Uipath
Set The Column Width Of The Excel Using Uipath
Sample Excel
Click to Enlarge
Implementation Steps
- Set the focus on the Excel using the click activity
- Use the "Send Hotkey" activity to enter "ALT + O".
- Use the "Send Hotkey" activity to enter "C"
- Use the "Send Hotkey" activity to enter "W"
- Use the "Type Into" activity to enter the column width i.e. "20"
- Use the "Send Hotkey" activity to press enter
Click to Enlarge
- Save and run the bot
Output
Click to Enlarge