I'm trying to format an Excel Range into a table with auto width columns.
With the Excel instance running, can anyone advise a solution?
SendKeys:
- Ctrl+T+ENTER -> for converting the range to table
- Then click on the upper-left square of the cells and double click between column A and B -> for auto adjusting the columns width
Or run a macro:
- How do I send the VBA code to the Excel?
Desktop recorder?
Can anyone help here?