How Do Everyone!
I am using the OLE method to create an Excel spreadsheet via my ABAP
program.
i.e. CALL METHOD OF gs_wbooklist 'Add' = gs_wbook.
GET PROPERTY OF gs_application 'ActiveSheet' = gs_activesheet.
Eveything is working correctly. I was just wondering if the action to expand a
column (click on right vertivle line in column header) in Excel can be
replicated in the ABAP code.
Cheers
Andy