Skip to Content
0
Former Member
Dec 06, 2006 at 10:20 AM

OLE - Calling Excel from ABAP

37 Views

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