Hi, I would like to change the row size in Excel to 15. I don’t know how to do it, do you have any ideas for a beginner? ![]()
Use filter data table activity to do that.
Hi @sullivanne
Do you want to change the font size of a specific row to size 15.
Then use the Format cells activity and give the range of row in range field and click on set format then select the font size give the value as 15.
Note: Format cells is the modern excel activity you have to use inside the use excel file activity. Give the range as below in format cells activity.
Excel.Sheet("Sheet name").range("A2:D2")
Hope it helps!!
1 Like